-
Notifications
You must be signed in to change notification settings - Fork 0
feat: web dashboard with Vue 3 + PrimeVue + Tailwind CSS #347
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
15 commits
Select commit
Hold shift + click to select a range
00781bd
feat: implement web UI dashboard with Vue 3 + PrimeVue + Tailwind CSS
Aureliolo d61c3da
fix: align web dashboard types with backend, harden security and erro…
Aureliolo 5e4a54f
fix: address 42 PR review items from local agents and external reviewers
Aureliolo 50c88fb
fix: add missing @vitest/coverage-v8 dep and remove aspirational thre…
Aureliolo fb0cd16
fix: address round-2 review feedback from CodeRabbit and Copilot
Aureliolo 445bf72
fix: address round-3 review — 34 items from 6 local agents
Aureliolo c347810
refactor: split web dashboard into core infrastructure (PR 1 of 2)
Aureliolo 554fac2
fix: address 15 review items from 6 external reviewers
Aureliolo 97cd82d
fix: address 61 unresolved review findings from 6 external reviewers
Aureliolo 7288087
fix: address remaining PR review items — tests, types, CI, and compon…
Aureliolo 77e8111
fix: address 3 Greptile findings — CSP tightening, redundant navigati…
Aureliolo 5bc6912
fix: address 4 Greptile round-2 findings
Aureliolo cfd4e98
fix: address round-2 review feedback from CodeRabbit and Copilot
Aureliolo 51e9a50
fix: address round-3 review feedback from CodeRabbit, Greptile, and C…
Aureliolo 26c8f79
fix: address round-4 review — approval count drift, lockout composabl…
Aureliolo 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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| # API base URL — empty for production (relative paths), set for dev if not using Vite proxy | ||
| VITE_API_BASE_URL= |
This file was deleted.
Oops, something went wrong.
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.
These lines ignore generated JavaScript and TypeScript declaration files for your Vite and Vitest configurations. While this is likely correct because you've written the configurations in TypeScript (
.ts), it's an uncommon setup that might confuse new contributors. Consider adding a comment to clarify that these are build artifacts and are intentionally ignored.