UI Migration: Component Refactor + Theme Separation + Skills Page#20
Merged
gaoyangz77 merged 2 commits intogaoyangz77:mainfrom Mar 19, 2026
Merged
UI Migration: Component Refactor + Theme Separation + Skills Page#20gaoyangz77 merged 2 commits intogaoyangz77:mainfrom
gaoyangz77 merged 2 commits intogaoyangz77:mainfrom
Conversation
- AuthPage.tsx: accept deletion from main (file removed in f3277af) - SkillsPage.tsx: keep both SkillCard import (PR) and DEFAULTS import (main) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
gaoyangz77
added a commit
that referenced
this pull request
Mar 19, 2026
- Restore page-jump pagination with numbered buttons and ellipsis - Remove dead essential tab code (no button to activate it) - Restore 3-column grid layout with responsive breakpoints Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
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.
UI Migration: Component Refactor + Theme Separation + Skills Page
1. BottomActions + icons.tsx
<BottomActions>component (ThemeToggle, LangToggle, HelpLink, UserAvatarButton)icons.tsxwithIconbase class (default size/strokeWidth inheritance)HelpLinkcomponent andexternal-links.tsconfig2. Theme Separation
styles.cssinto CSS variablestheme-default.css(blue)main.tsx--brand-tint-*,--accent-secondary-*,--btn-primary-*,--color-sidebar-*, shadows, focus rings3. Tab Unification
.tab-bar,.skills-tab-*,.auth-tab-*) into single.tab-bar / .tab-btnsystem.tab-bar--spreadmodifier for equal-width auth tabs4. Settings Hint Styling
.form-hint/.form-help/.form-help-smto 13px, line-height 1.55. Skills Page Overhaul
SkillCard.tsxcomponent (name, slug, version badge, description, labels, meta stats, actions)✓badgetabEssential,emptyEssential,dblClickCopy,copied6. Bug Fixes
box-sizing: border-boxapplied to all elements (fixes input overflow)absolute→fixed(fixes z-index occlusion)