style: improve HTML styling for issue #107#111
Open
Tattaisreeram wants to merge 1 commit into
Open
Conversation
Add dark mode via CSS custom properties, responsive layout with centered container and flex toolbar, sticky table header, zebra rows, focus rings, accessibility fixes (aria-label, type=button, meta viewport), and smooth hover transitions.
Owner
|
hey @Tattaisreeram ! Thanks for your interest in contributing. I've noticed the "Something like:..." at the beginning of What does this PR do?. In the checklist, it is stated explicitly "This PR description is written by me, not by AI". Please, rewrite it with your own words so I can review the PR. Also, and more importantly, in #107, the issue associated to this PR, a contributor asked for the dark mode implementation and I gave them a go ahead before this PR was open. If they don't open a PR in a reasonable amount of time, I'll come back to this PR and let you know. This is important for the project, thanks for understanding. |
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.
Add dark mode via CSS custom properties, responsive layout with centered
container and flex toolbar, sticky table header, zebra rows, focus rings,
accessibility fixes (aria-label, type=button, meta viewport), and
smooth hover transitions.
What does this PR do?
This PR adds a couple of frontend improvements.It introduces a dark mode that adapts to the user’s OS theme, enhances the layout for mobile devices, nd refines the table UI with sticky headers and hover effects to ease navigation.
Related Issue
Fixes #107
Checklist