fix: improve light mode panel consistency#336
Open
sahilsultane wants to merge 1 commit into
Open
Conversation
Author
|
Hi @Harxhit , The PR is now clean and ready for merge. Kindly review and approve it when possible. Also, please add the following labels for GSSoC 2026 tracking:
Thank you! |
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.
Summary
Improved the visual consistency between Dark Mode and Light Mode UI by enhancing the top DevCard panel styling in Light Mode. Added a subtle glassmorphism effect, improved shadows, borders, and transparency to better match the polished appearance of Dark Mode while keeping the existing functionality unchanged.
Closes #237
Type of Change
What Changed
Added subtle glassmorphism styling for the top DevCard panel in Light Mode
Improved Light Mode shadows, borders, transparency, and visual depth
Refined overall theme consistency between Dark and Light modes
Kept all existing logic and functionality unchanged
Updated frontend styling in:
apps/web/src/app.cssapps/web/src/routes/+page.svelteHow to Test
pnpm --filter web devChecklist
pnpm -r run lintpasses).pnpm -r run typecheck).pnpm -r run test).console.logor debug statements left in the code.Screenshots / Recordings
Added before/after screenshots demonstrating improved Light Mode consistency and glassmorphism styling.
Before
before.devcard.mp4
After
afterdevcard.mp4
Screenshot
Before
After
Additional Context
This update focuses only on frontend UI styling improvements and does not modify any routing, backend logic, or application functionality.