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

Mrc 4804 Single Select #6

Merged
merged 4 commits into from
Feb 22, 2024
Merged

Mrc 4804 Single Select #6

merged 4 commits into from
Feb 22, 2024

Conversation

M-Kusumgar
Copy link
Contributor

@M-Kusumgar M-Kusumgar commented Dec 14, 2023

We finally have a demo! You can now run (after npm i) npm run dev and see the single single select in action! The big margins and long page is for a future PR but left it in so you can see the problem. if you scroll the menu goes off the bottom of the page! Anyways, that is for another PR :)

After all that setup, the actual single select component is pretty simple. It emits an { id, label } object for the option that was clicked on which is consistent with our filter selections state!

@M-Kusumgar M-Kusumgar changed the base branch from main to mrc-4808 December 14, 2023 17:01
Copy link

codecov bot commented Dec 14, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (2dd7c08) 100.00% compared to head (12073ee) 100.00%.

Additional details and impacted files
@@            Coverage Diff             @@
##           mrc-4808        #6   +/-   ##
==========================================
  Coverage    100.00%   100.00%           
==========================================
  Files             6         7    +1     
  Lines            88       110   +22     
  Branches         25        28    +3     
==========================================
+ Hits             88       110   +22     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@M-Kusumgar M-Kusumgar marked this pull request as ready for review December 14, 2023 17:02
@M-Kusumgar M-Kusumgar mentioned this pull request Dec 14, 2023
Copy link
Member

@r-ash r-ash left a comment

Choose a reason for hiding this comment

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

This looks great too!

Copy link

@EmmaLRussell EmmaLRussell left a comment

Choose a reason for hiding this comment

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

Looks great!

@M-Kusumgar M-Kusumgar changed the base branch from mrc-4808 to main February 22, 2024 12:00
@M-Kusumgar M-Kusumgar merged commit 18e29b7 into main Feb 22, 2024
3 checks passed
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.

3 participants