fix: UI polish details and add audit skill#136
Merged
Conversation
2a3ab71 to
9058d44
Compare
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.
Pull Request
Description
Polishes UI details across auth and dashboard surfaces, covering spacing, alignment, density, accessibility labels, table/form/dialog details, theme handling, and icon sizing. Adds a reusable
skills/ui-auditpackage so future UI walkthroughs can reuse the same inspection matrix. Also repairs the lockfile by removing an accidental extra YAML document so frozen installs can parse it.Type of Change
Testing
Full direct
node --test tests/lib/*.test.js tests/lib/*.test.tsis blocked by the repository's current test runner setup for TS imports and extension resolution. The direct i18n test passes after adding the missing locale keys.Checklist
Related Issues
N/A
Screenshots (if applicable)
Screenshots were captured during the local UI walkthrough; no hosted screenshots are attached to this PR body.
Additional Notes
This PR includes the reusable UI audit skill under
skills/ui-audit/.