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: submenu dropdown #490

Merged
merged 5 commits into from
Nov 15, 2023
Merged

feat: submenu dropdown #490

merged 5 commits into from
Nov 15, 2023

Conversation

Marchand-Nicolas
Copy link
Collaborator

@Marchand-Nicolas Marchand-Nicolas commented Nov 11, 2023

close: #472

Copy link

vercel bot commented Nov 11, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
app-starknet-id ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 14, 2023 8:00pm
goerli-app-starknet-id ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 14, 2023 8:00pm

@Marchand-Nicolas Marchand-Nicolas added the 🚧 In progress do not merge Pull Request in progress, please do not merge label Nov 11, 2023
@Marchand-Nicolas
Copy link
Collaborator Author

image
Waiting this link before switching to "Ready for review"

Copy link
Contributor

@fricoben fricoben left a comment

Choose a reason for hiding this comment

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

Some details to change

@@ -247,6 +256,42 @@ const Navbar: FunctionComponent = () => {
Domains
</li>
</Link>
<Link href="/offers">
Copy link
Contributor

Choose a reason for hiding this comment

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

Not available yet so you need to delete that My Offers

href={`${
process.env.NEXT_PUBLIC_STARKNET_ID as string
}/affiliates/individual-program`}
>
Copy link
Contributor

Choose a reason for hiding this comment

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

Can you for an opening of the link in another tab instead of using href. Because people will go to another website and we also want them to stay on our website. (you can use window.open or use other stuff within the Link component).

You can do the same for all the other links

import { FaDiscord, FaGithub, FaTwitter } from "react-icons/fa";
import theme from "../../styles/theme";

const DesktopNav: FunctionComponent = () => {
Copy link
Contributor

Choose a reason for hiding this comment

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

On this component, I would like something where I can click outside the box and the box closes.

Capture d’écran 2023-11-12 à 16 45 17

@fricoben fricoben added ❌ Change request Change requested from reviewer and removed 🔥 Ready for review This pull request needs a review labels Nov 12, 2023
Copy link
Contributor

@fricoben fricoben left a comment

Choose a reason for hiding this comment

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

@fricoben fricoben added ❌ Change request Change requested from reviewer and removed 🔥 Ready for review This pull request needs a review labels Nov 14, 2023
Copy link
Contributor

@fricoben fricoben left a comment

Choose a reason for hiding this comment

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

lgtm

@fricoben fricoben merged commit 22119ff into testnet Nov 15, 2023
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🔥 Ready for review This pull request needs a review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Submenu dropdown
2 participants