-
-
Notifications
You must be signed in to change notification settings - Fork 229
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
🔨 (grapher) refactor modals #3435
Conversation
This stack of pull requests is managed by Graphite. Learn more about stacking. Join @sophiamersmann and the rest of your teammates on Graphite |
783e52b
to
36ba513
Compare
1973fdd
to
33e59de
Compare
36ba513
to
a7d3911
Compare
5fde141
to
6cecb01
Compare
a7d3911
to
913fa0c
Compare
b4ee8a1
to
dff3026
Compare
dff3026
to
1f7406a
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.
Nice! I did a bunch of before/after comparisons, and all the modals look pretty much identical with a few tiny touchups.
Need to fix that one thing above, but otherwise good to go!
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.
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.
Oh, good catch! Thank you!
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.
I realise now that this is a quirk of the staging server because the data page's HTML changed but wasn't rebaked. My manual deploy doesn't get through but if you check locally, it should look okay :)
913fa0c
to
ec6d30b
Compare
1f7406a
to
07f7537
Compare
ec6d30b
to
f24ea45
Compare
07f7537
to
1b37a00
Compare
f24ea45
to
f7df677
Compare
1b37a00
to
9598e40
Compare
f7df677
to
c4f2b45
Compare
9598e40
to
af7916c
Compare
c4f2b45
to
146e6a7
Compare
af7916c
to
eebf6bd
Compare
146e6a7
to
5cff74d
Compare
eebf6bd
to
9726f9a
Compare
5cff74d
to
0661b89
Compare
9726f9a
to
d7a5594
Compare
0661b89
to
71f1c62
Compare
d7a5594
to
4f5930d
Compare
71f1c62
to
0856083
Compare
4f5930d
to
4de3c3e
Compare
Merge activity
|
0856083
to
af674f4
Compare
4de3c3e
to
3e12e32
Compare
Cycle 2024.2: Entity selector (prep work) | Designs
Summary
Refactors Grapher's modals by introducing typography utility classes that map to the Grapher Library defined in Figma.
This PR...
em
unit in modals (i.e. modals are now independent of Grapher'sbaseFontSize
)typography.scss
that defines a set of utility classes for typography (similar to how it's done for the site)Notes
baseFontSize
, they don't scale the font sizes down on smaller screens. I think that's what we want, but I'll make sure Marwa signs off on it when we do a design review.