feat: Redesigned Glossary Page with Card-Based UI#558
Closed
urveeshdadhich wants to merge 1 commit intokeploy:mainfrom
Closed
feat: Redesigned Glossary Page with Card-Based UI#558urveeshdadhich wants to merge 1 commit intokeploy:mainfrom
urveeshdadhich wants to merge 1 commit intokeploy:mainfrom
Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR redesigns the Glossary page by transitioning to a card-based UI while also improving dark mode contrast, accessibility, and responsiveness.
- Added tooltip descriptions to glossary entries.
- Introduced alphabet navigation with smooth scrolling to sections.
- Updated styling and layout for a responsive, theme-aware design.
Member
|
Hey @urveeshdadhich appreciate your effort. Unfortunately we will not be able to merge this one since we best the first best PR we got for the same issue. I believe there are still a lot of design changes we can do the docs website, please try to contribute there. :) |
Author
|
Hey @nehagup thank you for the update! Totally understand — appreciate you reviewing my PR. 😊 I'll definitely explore other areas in the docs where I can contribute and help improve the design. Looking forward to making more contributions! |
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.
What has changed?
Fixed icon and text color contrast in dark mode for glossary entries and tooltips.
Improved accessibility for active letter highlight.
Ensured the glossary remains responsive and theme-aware.
This PR Resolves #2771(keploy/keploy)
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
Ran
npm run buildandnpm run serveto confirm UI renders correctly and cards switch theme properly. A-Z navbar no longer sticks on scroll.Checklist: