-
Notifications
You must be signed in to change notification settings - Fork 5k
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
[FLASK] Update snap delineator #18385
Conversation
CLA Signature Action: All authors have signed the CLA. You may need to manually re-run the blocking PR check if it doesn't pass in a few minutes. |
Builds ready [430ecc2]
Page Load Metrics (1718 ± 65 ms)
Bundle size diffs
|
Codecov Report
@@ Coverage Diff @@
## develop #18385 +/- ##
========================================
Coverage 64.82% 64.82%
========================================
Files 930 931 +1
Lines 35763 35775 +12
Branches 9191 9199 +8
========================================
+ Hits 23181 23189 +8
- Misses 12582 12586 +4
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
fb0cc42
to
ba3911a
Compare
Builds ready [9d40c64]
Page Load Metrics (1659 ± 94 ms)
Bundle size diffs
|
@@ -59,7 +60,7 @@ const SnapAuthorship = ({ snapId, className }) => { | |||
paddingRight={4} | |||
borderRadius={BorderRadius.pill} | |||
display={DISPLAY.FLEX} | |||
style={{ maxWidth: 'fit-content', width: '100%' }} | |||
width={BLOCK_SIZES.FULL} | |||
> | |||
<Box> | |||
<SnapAvatar snapId={snapId} /> |
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.
Out of scope for this PR, and also too small for its own issue, but could we add a fallback / background color (BackgroundColor.backgroundAlternative
) to to take height for transparent avatar situations like attached.
(cc @FrederikBolding)
paddingTop={1} | ||
paddingRight={4} | ||
paddingLeft={4} | ||
paddingBottom={4} |
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.
same as above, merge please
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.
We cannot merge here, one of them is set to 1
bea9f16
to
a42a588
Compare
Builds ready [a42a588]
Page Load Metrics (1701 ± 53 ms)
Bundle size diffs
|
Explanation
This updates the Snap delineator per the figma designs linked in the issue.
It also contains a small fix to not limit the snap authorship component width (so it fits the under content width)
Screenshots/Screencaps
Manual Testing Steps
snap_dialog