Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add the transfer buttons to top navigation #1128

Merged
merged 10 commits into from
Sep 20, 2024

Conversation

euharrison
Copy link
Contributor

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
Contributor

@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
Contributor

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
Contributor 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 :)

@euharrison euharrison merged commit 6bd1e33 into main Sep 20, 2024
10 checks passed
@euharrison euharrison deleted the feat/top-navigation-shield-buttons branch September 20, 2024 14:39
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