-
Notifications
You must be signed in to change notification settings - Fork 4
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 Dropdown component #835
Conversation
Codecov Report
@@ Coverage Diff @@
## main #835 +/- ##
==========================================
+ Coverage 95.75% 95.83% +0.07%
==========================================
Files 139 142 +3
Lines 1013 1128 +115
Branches 138 171 +33
==========================================
+ Hits 970 1081 +111
- Misses 43 46 +3
- Partials 0 1 +1
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
size-limit report
Path | Size |
---|---|
components | 70.34 KB (+2.58% 🔺) |
styles | 4.45 KB (+0.16% 🔺) |
baf0966
to
48f05d9
Compare
48f05d9
to
290eba6
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
size-limit report
Path | Size |
---|---|
components | 70.83 KB (+3.26% 🔺) |
styles | 4.46 KB (+0.38% 🔺) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
size-limit report
Path | Size |
---|---|
components | 70.89 KB (+3.34% 🔺) |
styles | 4.46 KB (+0.38% 🔺) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
size-limit report
Path | Size |
---|---|
components | 71.12 KB (+3.65% 🔺) |
styles | 4.46 KB (+0.38% 🔺) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
size-limit report
Path | Size |
---|---|
components | 71.31 KB (+3.61% 🔺) |
styles | 4.46 KB (+0.38% 🔺) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
size-limit report
Path | Size |
---|---|
components | 71.3 KB (+3.59% 🔺) |
styles | 4.46 KB (+0.38% 🔺) |
895ef1b
to
b29e5fd
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
size-limit report
Path | Size |
---|---|
components | 71.31 KB (+3.61% 🔺) |
styles | 4.46 KB (+0.38% 🔺) |
5de074e
to
8fbdf84
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
size-limit report
Path | Size |
---|---|
components | 71.95 KB (+3.64% 🔺) |
styles | 4.52 KB (+1.67% 🔺) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
size-limit report
Path | Size |
---|---|
components | 71.95 KB (+3.64% 🔺) |
styles | 4.47 KB (+1.69% 🔺) |
Summary:
Part of https://app.shortcut.com/czi-edu/story/169970/dropdown-api-improvements
Dropdown
component intraject
: https://github.com/FB-PLP/traject/blob/master/app/assets/javascripts/v2/core/EDSCandidates/Dropdown/Dropdown.tsxTest Plan:
Test in storybook, verify the snapshots look good, tested in
traject
with an alpha build.