Open
Conversation
Author
|
Let me know if you'd like me to create an updated Figma file for future reference too. |
Contributor
|
Can you please also add video here of updated changes. |
Contributor
|
Also npm checks are failed, make code compatible to it. |
Contributor
Its very nice if you post new figma design. 😃 |
Author
|
@Shubh942 can you please approve the workflow? Also what should be included in the video? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
UI overhaul
Description
Complete frontend overhaul of the GDB-UI webapp with a unified dark/light mode system, bug fixes, and polished aesthetics.
Screenshots
Theme Engine
ThemeContextwithdata-modeattribute on<html>for global dark/light state#0a0a0fbackground, cyan#7ac3c4accents, JetBrains Mono#f5f0e8background, sienna#c45d3eaccents, JetBrains MonolocalStorageMonaco Editor
obsidianandboneeditor themes that match the UI backgrounds exactlyTerminal
CSS Overhaul
var(--*)theme tokens — zero hardcoded colors remaining:root/bodydeclarations across 3 filesimgselector to.head .img img[data-mode]CSS selectors for instant theme switchingHeader
react-toggle-dark-modedependency with a custom SVG sun/moon toggle buttonfilter: invert(1)Additional context
react-toastify) restyle instantly on mode change via CSS overrides on[data-mode], without re-mounting the container