Skip to content

Conversation

euharrison
Copy link
Collaborator

Add the transfer buttons to top navigation

And improve the responsiveness to the <AppHeader> that contains the burger, the logo, the new buttons and so on

Screenshot 2024-09-18 at 17 25 25

Screenshot 2024-09-18 at 17 25 36

Screenshot 2024-09-18 at 17 25 43

Screenshot 2024-09-18 at 17 26 04

Screenshot 2024-09-18 at 17 26 21

Screenshot 2024-09-18 at 17 26 35

Screenshot 2024-09-18 at 17 26 45

Screenshot 2024-09-18 at 17 26 52

Copy link
Collaborator

@pedrorezende pedrorezende left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested locally and it's working really well. Awesome work!!! 🥇 Just left one nitpick comment

@@ -4,8 +4,8 @@ import { defaultAccountAtom, disconnectAccountAtom } from "atoms/accounts";
import clsx from "clsx";
import { useAtomValue } from "jotai";
import { useLocation, useNavigate } from "react-router-dom";
import { DisconnectAccountIcon } from "./DisconnectAccountIcon";
import { SwitchAccountIcon } from "./SwitchAccountIcon";
import { DisconnectAccountIcon } from "../Icons/DisconnectAccountIcon";
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Once they're not in the same folder, can we use App/Icons/DisconnectAccountIcon instead?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oh, good observation! actually, I'll move it to the same folder as I saw this pattern on other features as well :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants