feat: restyle dashboard with light terminal aesthetic - #67
Merged
Conversation
…rawl bug - Source styling from personal-index: monospace font, grid cards, section headers - Light theme with green accent (#2d7d46) on #fafbfc background - Module grid cards replace table rows for better readability - Fix dashboard crawler to skip .venv directories - All 26 tests pass
- Add --compare CLI flag to compare multiple codebases side-by-side - Shape Comparison table shows metrics across packages - Increased base font from 13px to 15px, stat values to 2rem - Module cards and controls sized up for readability - Comparison mode renders separate module grids per package - All 26 tests pass
- Restructured mod-card: name on its own line, signals below - Eliminates flex overflow that hid module names behind badges - All 26 tests pass
- Replace _module_row with _module_card in test imports - Update TestModuleRow to TestModuleCard with div assertions - Update badge test to check CSS class instead of inline styles - Update JS filter function name from filterTable to filterModules - All 53 tests pass
- Wrap docstring CLI example line over 100 chars - Shorten footer template string in HTML generation - ruff check passes clean
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.
Changes
Light terminal aesthetic sourced from personal-index styling
##prefix>promptBug fix: dashboard crawler now skips
.venvdirectories (was scanning thousands of third-party packages)Verification