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

added dropdown menu #19

Closed
wants to merge 0 commits into from
Closed

Conversation

RamadanCRaji
Copy link
Contributor

closes #11

@vercel
Copy link

vercel bot commented Oct 17, 2023

Someone is attempting to deploy a commit to a Personal Account owned by @devlarabar on Vercel.

@devlarabar first needs to authorize it.

{isOpen && (
<div className="w-40 z-[1] border-secondary rounded-lg absolute left-full mt-2 origin-top-right rounded-md bg-primary shadow-lg ring-1 ring-black ring-opacity-5 focus:outline-none shadow">
<a className="group flex items-center px-4 py-2 text-sm text-CCCFD2-700 hover:bg-[rgb(205,213,224,0.1)] hover:text-white hover:rounded-lg">
{" "}
Copy link
Owner

Choose a reason for hiding this comment

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

Please remove these {" "}!

Copy link
Owner

@devlarabar devlarabar left a comment

Choose a reason for hiding this comment

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

Functionality is great! Here are the comments we discussed at standup today:

  • It would be great for consistency & design unity to make these dropdowns the same stylistically as the navigation dropdown. That means - the border, border radius, padding, and colors should match.
    Screenshot 2023-10-17 123353
  • Make sure you check both dark & light mode!
    Screenshot 2023-10-17 123216
  • When a user clicks away from the dropdown, the dropdown should close
  • Capitalize the links in the dropdown

I recommend using the same code as we have on the nav dropdown, which is a pre-built component from DaisyUI. That way we get the nice subtle animation on open as well and everything matches nicely and easily.

Thank you for working on this and for being a great member of the team!

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.

Client card dropdown menu
2 participants