-
-
Notifications
You must be signed in to change notification settings - Fork 16
feat: Align result and feed UI #933
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
Closed
Closed
Changes from 21 commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
850e742
Align result and feed UI
gildesmarais 94940ab
chore: install eslint and style-migrate
gildesmarais a810257
Add stylelint config and harden feed reader fallback
gildesmarais 1278fd3
chore(frontend): migrate workflows to pnpm via corepack
gildesmarais d0d2e7b
chore(stylelint): add workspace stylelint configuration
gildesmarais 1869988
refactor(css): align shared tokens and app styles with stylelint
gildesmarais c2ca87b
css: unify shared token system naming
gildesmarais a47b62c
css: normalize app styles to shared scale tokens
gildesmarais 7f6b0fa
test: align storage mocks with web storage semantics
gildesmarais 887bd23
ci: use pnpm lockfile for node setup and installs
gildesmarais 5c305b9
Use pnpm audit in frontend CI job
gildesmarais c0686b1
chore: update and clean deps
gildesmarais 3b4429c
Switch Docker frontend stage from npm to pnpm
gildesmarais e1456eb
Fix mobile URL field overflow in form layout
gildesmarais 87801fd
Refine result-state hierarchy and readiness UX
gildesmarais cb1465e
Polish entry-panel copy and token prompt messaging
gildesmarais 7ff7184
Keep local OpenAPI utility link on frontend origin
gildesmarais 085f0e6
Align frontend journey with industrial minimal state frame
gildesmarais a6f734a
Refine readiness retry UX cadence and flatten form shell
gildesmarais de148cf
Fix docs auth boundaries and stabilize feed UI/test primitives
gildesmarais f39f1b8
git rm --cached -r skills
gildesmarais 7f1d3f0
.
gildesmarais 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
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
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
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
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
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
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
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
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
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.
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.
The devcontainer forces
pnpm@latestviacorepack prepare, butfrontend/package.jsonpins a specific pnpm version viapackageManager. Activatinglatestcan drift from the pinned version and cause lockfile / CI mismatches. Prefer preparing/activating the pinned version (or justcorepack enableand let Corepack honorpackageManager).