Skip to content
This repository was archived by the owner on Dec 9, 2024. It is now read-only.

Conversation

@kevoconnell
Copy link
Contributor

  • adds user search dropdown
usersearch.mov

@vercel
Copy link

vercel bot commented Sep 13, 2024

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

Name Status Preview Comments Updated (UTC)
react ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 13, 2024 10:11pm

Copy link
Contributor

@dylsteck dylsteck left a comment

Choose a reason for hiding this comment

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

made a few small few comments that are more structural(the component itself looks good), I think if you make those changes and also document the component in the README like the other components that this PR should be good to go @MrKevinOConnell

setTimeout(() => setShowDropdown(false), 200);
};

return (
Copy link
Contributor

Choose a reason for hiding this comment

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

could you move the actual dropdown component to the molecules folder(eg. UserDropdown.tsx or Dropdown.tsx) -- usually we've had organisms fetch data and pass them down to molecules to follow the atomic design structure

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 change the inline styles to styled components which will also help reduce our bundle size

Copy link
Contributor

@dylsteck dylsteck left a comment

Choose a reason for hiding this comment

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

lgtm! only other thing I saw was the Vercel deployment failed but other than that this should be good to go @MrKevinOConnell

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants