-
Notifications
You must be signed in to change notification settings - Fork 8
refactor(web-ui): UI polish, static URL, skills redesign, and v0.0.35 bump #170
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
e34e971
chore: revert version to 0.0.34 after npm unpublish
ymkiux 4b116bb
refactor(web-ui): redesign Usage tab with "River of Time" aesthetic
ymkiux 686ec81
fix(web-ui): resolve /web-ui/ 404 and duplicate path issues
ymkiux 05035ac
fix(web-ui): strengthen URL normalization to handle nested duplicates
ymkiux 3ded8c3
test(web-ui): add URL routing and normalization tests
ymkiux 1a7ebd8
refactor(web-ui): remove /web-ui route, use / as single entry point
ymkiux c676da9
feat(web): hide local provider in codex/claude config mode
ymkiux bd2f543
feat(web): disable local provider in codex/claude config mode
ymkiux ed25c6b
fix(web): correct disabled provider click logic
ymkiux 1042050
fix(web): remove parentheses from computed property
ymkiux 08ba575
feat(web): rename claude-local to local with system badge
ymkiux aaedffc
feat(web): remove local provider subtitle hint
ymkiux 8511a41
refactor(web): redesign skills tab to minimalist single-column layout
ymkiux 545ac9f
refactor(web): implement static URL, always stay at /
ymkiux 260c613
chore: bump version to 0.0.35
ymkiux 324c62e
fix(ci): restore missing CI scripts in package.json
ymkiux 060f5e9
test: update unit tests to match new web-ui structure
ymkiux 8f00f2a
test: add new keys to parity baseline allowlists
ymkiux 35fb61c
test: add more usage hero keys to parity baseline
ymkiux e74a1a2
test: fix isLocalProviderDisabled key type
ymkiux a201a23
fix(web-ui): canonicalize session tab navigation URL
awsl233777 aa88b1f
fix: stabilize web ui navigation and canonical urls
awsl233777 8d5cc34
fix: avoid runtime vue compiler dependency
awsl233777 8251337
fix: preserve sessions tab render on navigation
awsl233777 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Version conflicts with PR objectives.
The PR description states: "Revert package.json version from 0.0.36 to 0.0.34; npm versions 0.0.35 and 0.0.36 are unpublished." However, this change sets the version to
0.0.35, which contradicts the stated goal and may conflict with the unpublished version.🔧 Proposed fix
📝 Committable suggestion
🤖 Prompt for AI Agents