-
Notifications
You must be signed in to change notification settings - Fork 375
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
WIP: UI update #7443
base: main
Are you sure you want to change the base?
WIP: UI update #7443
Conversation
Lawrence Owen seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account. You have signed the CLA already but the status is still pending? Let us recheck it. |
8fa34de
to
de1282d
Compare
Quick UI check
Screen.Recording.2025-01-21.at.12.49.52.mov |
return <Icon glyph={Icon.GLYPHS.closeLight} />; | ||
} | ||
if (this.props.viewState.isMapFullScreen) { | ||
return <span>{btnText}</span>; |
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.
Do we still need this with the new UI? It will show the text in UI for a brief moment
} | ||
${ | ||
props.isCurrent && | ||
` | ||
background: ${props.theme.textLight}; | ||
color: ${props.theme.colorPrimary}; | ||
border: 1px solid ${props.theme.greyLighter}; |
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.
It might be good to use some of the border/outline tricks to avoid the button getting larger/smaller due to the new border applied.
What this PR does
Major change to default theme and appearance:
May introduce breaking changes with existing maps so will be a major version.
Visual changes
Before
After
Functional changes
keepCatalogOpen
Test me
Before: http://ci.terria.io/main
After: http://ci.terria.io/ui-update-fonts
Checklist
doc/
.