-
Notifications
You must be signed in to change notification settings - Fork 0
Fix UI: deduplicate DataTable, abstract localStorage, remove admin placeholder #13
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
13 commits
Select commit
Hold shift + click to select a range
391098e
feat: expand component library with StatusBadge, DataTable, Modal, Lo…
intel352 86f8bbb
fix: address DataTable, Modal, and ErrorBoundary review feedback (#9)
Copilot 99e02f7
Merge branch 'main' into feat/issue-3-4-components-a11y
intel352 6bd2c17
fix: resolve merge conflicts with main, fix tests, downgrade jsdom
intel352 4c0e34c
fix: address Copilot review feedback on component library
intel352 3f6a913
fix: remove useEffect setState for pagination clamping in DataTable
intel352 fdb9f6e
fix: remove duplicate test assertion, use useEffect for SSR compat
intel352 bb4206d
Fix 1: Deduplicate DataTable component
intel352 7c4f2f5
Fix 2: Remove hardcoded 'admin' placeholder from LoginPage
intel352 4b374fa
Fix 3: Abstract localStorage in authStore
intel352 be8116f
Fix DataTable export and remove stale SortState/SortDirection type re…
intel352 ee42d29
Merge main into fix/ws12-ui-fixes: resolve DataTable.tsx delete conflict
intel352 8205f03
Fix lint: remove unused 'vi' import from DataTable.test.tsx
intel352 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| [ 143610ms] [ERROR] Failed to load resource: the server responded with a status of 404 (Not Found) @ http://localhost:8081/api/v1/admin/iam/providers/00000000-0000-0000-0000-000000000001:0 | ||
| [ 189362ms] [ERROR] Failed to load resource: the server responded with a status of 401 (Unauthorized) @ http://localhost:8081/api/v1/admin/feature-flags/stream?token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImFkbWluQHRlc3QuY29tIiwiZXhwIjoxNzcyMDEyMzkzLCJpYXQiOjE3NzE5MjU5OTMsImlzcyI6IndvcmtmbG93LWFkbWluIiwibmFtZSI6IkFkbWluIiwicm9sZSI6ImFkbWluIiwic3ViIjoiMSJ9.SHPSwA8kI8aSOunbhv7i3S5IqwEs6-DRQE6BznIzBeQ:0 | ||
| [ 266366ms] [ERROR] Failed to load resource: the server responded with a status of 404 (Not Found) @ http://localhost:8081/api/v1/admin/iam/providers/00000000-0000-0000-0000-000000000001:0 | ||
| [ 348863ms] [ERROR] Failed to load resource: the server responded with a status of 401 (Unauthorized) @ http://localhost:8081/api/v1/auth/login:0 | ||
| [86702049ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://localhost:8081/api/v1/auth/refresh:0 | ||
| [86702092ms] [ERROR] Failed to load resource: net::ERR_CONNECTION_REFUSED @ http://localhost:8081/api/v1/auth/logout:0 |
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,7 @@ | ||
| [ 30619ms] [ERROR] Failed to load resource: the server responded with a status of 401 (Unauthorized) @ http://localhost:9090/api/auth/login:0 | ||
| [ 30622ms] Error: HTTP 401: {"error":"invalid credentials"} | ||
|
|
||
| at Va (http://localhost:9090/assets/index-CJwKPXNi.js:9:37716) | ||
| at async login (http://localhost:9090/assets/index-CJwKPXNi.js:9:41051) | ||
| at async y (http://localhost:9090/assets/index-CJwKPXNi.js:9:41779) | ||
| [ 171098ms] [ERROR] EventSource's response has a MIME type ("text/html") that is not "text/event-stream". Aborting the connection. @ http://localhost:9090/:0 |
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,9 @@ | ||
| Total messages: 3 (Errors: 2, Warnings: 0) | ||
|
|
||
| [VERBOSE] [DOM] Input elements should have autocomplete attributes (suggested: "current-password"): (More info: https://goo.gl/9p2vKq) %o @ http://localhost:9090/:0 | ||
| [ERROR] Failed to load resource: the server responded with a status of 401 (Unauthorized) @ http://localhost:9090/api/auth/login:0 | ||
| Error: HTTP 401: {"error":"invalid credentials"} | ||
|
|
||
| at Va (http://localhost:9090/assets/index-CJwKPXNi.js:9:37716) | ||
| at async login (http://localhost:9090/assets/index-CJwKPXNi.js:9:41051) | ||
| at async y (http://localhost:9090/assets/index-CJwKPXNi.js:9:41779) |
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,4 @@ | ||
| Total messages: 2 (Errors: 0, Warnings: 0) | ||
|
|
||
| [VERBOSE] [DOM] Input elements should have autocomplete attributes (suggested: "new-password"): (More info: https://goo.gl/9p2vKq) %o @ http://localhost:8081/:0 | ||
| [VERBOSE] [DOM] Input elements should have autocomplete attributes (suggested: "new-password"): (More info: https://goo.gl/9p2vKq) %o @ http://localhost:8081/:0 |
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,4 @@ | ||
| Total messages: 3 (Errors: 1, Warnings: 0) | ||
| Returning 1 messages for level "error" | ||
|
|
||
| [ERROR] Failed to load resource: the server responded with a status of 404 (Not Found) @ http://localhost:8081/api/v1/admin/iam/providers/00000000-0000-0000-0000-000000000001:0 |
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,10 @@ | ||
| Total messages: 4 (Errors: 3, Warnings: 0) | ||
|
|
||
| [VERBOSE] [DOM] Input elements should have autocomplete attributes (suggested: "current-password"): (More info: https://goo.gl/9p2vKq) %o @ http://localhost:9090/:0 | ||
| [ERROR] Failed to load resource: the server responded with a status of 401 (Unauthorized) @ http://localhost:9090/api/auth/login:0 | ||
| [ERROR] EventSource's response has a MIME type ("text/html") that is not "text/event-stream". Aborting the connection. @ http://localhost:9090/:0 | ||
| Error: HTTP 401: {"error":"invalid credentials"} | ||
|
|
||
| at Va (http://localhost:9090/assets/index-CJwKPXNi.js:9:37716) | ||
| at async login (http://localhost:9090/assets/index-CJwKPXNi.js:9:41051) | ||
| at async y (http://localhost:9090/assets/index-CJwKPXNi.js:9:41779) |
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,5 @@ | ||
| Total messages: 4 (Errors: 2, Warnings: 0) | ||
| Returning 2 messages for level "error" | ||
|
|
||
| [ERROR] Failed to load resource: the server responded with a status of 404 (Not Found) @ http://localhost:8081/api/v1/admin/iam/providers/00000000-0000-0000-0000-000000000001:0 | ||
| [ERROR] Failed to load resource: the server responded with a status of 401 (Unauthorized) @ http://localhost:8081/api/v1/admin/feature-flags/stream?token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImFkbWluQHRlc3QuY29tIiwiZXhwIjoxNzcyMDEyMzkzLCJpYXQiOjE3NzE5MjU5OTMsImlzcyI6IndvcmtmbG93LWFkbWluIiwibmFtZSI6IkFkbWluIiwicm9sZSI6ImFkbWluIiwic3ViIjoiMSJ9.SHPSwA8kI8aSOunbhv7i3S5IqwEs6-DRQE6BznIzBeQ:0 |
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,9 @@ | ||
| Total messages: 7 (Errors: 4, Warnings: 0) | ||
|
|
||
| [VERBOSE] [DOM] Input elements should have autocomplete attributes (suggested: "new-password"): (More info: https://goo.gl/9p2vKq) %o @ http://localhost:8081/:0 | ||
| [VERBOSE] [DOM] Input elements should have autocomplete attributes (suggested: "new-password"): (More info: https://goo.gl/9p2vKq) %o @ http://localhost:8081/:0 | ||
| [ERROR] Failed to load resource: the server responded with a status of 404 (Not Found) @ http://localhost:8081/api/v1/admin/iam/providers/00000000-0000-0000-0000-000000000001:0 | ||
| [ERROR] Failed to load resource: the server responded with a status of 401 (Unauthorized) @ http://localhost:8081/api/v1/admin/feature-flags/stream?token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImFkbWluQHRlc3QuY29tIiwiZXhwIjoxNzcyMDEyMzkzLCJpYXQiOjE3NzE5MjU5OTMsImlzcyI6IndvcmtmbG93LWFkbWluIiwibmFtZSI6IkFkbWluIiwicm9sZSI6ImFkbWluIiwic3ViIjoiMSJ9.SHPSwA8kI8aSOunbhv7i3S5IqwEs6-DRQE6BznIzBeQ:0 | ||
| [ERROR] Failed to load resource: the server responded with a status of 404 (Not Found) @ http://localhost:8081/api/v1/admin/iam/providers/00000000-0000-0000-0000-000000000001:0 | ||
| [VERBOSE] [DOM] Input elements should have autocomplete attributes (suggested: "current-password"): (More info: https://goo.gl/9p2vKq) %o @ http://localhost:8081/:0 | ||
| [ERROR] Failed to load resource: the server responded with a status of 401 (Unauthorized) @ http://localhost:8081/api/v1/auth/login:0 | ||
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,12 @@ | ||
| - generic [ref=e4]: | ||
| - generic [ref=e5]: | ||
| - heading "Ratchet" [level=1] [ref=e6] | ||
| - paragraph [ref=e7]: AI Agent Mission Control | ||
| - generic [ref=e8]: | ||
| - generic [ref=e9]: | ||
| - generic [ref=e10]: Username | ||
| - textbox "admin" [active] [ref=e11] | ||
| - generic [ref=e12]: | ||
| - generic [ref=e13]: Password | ||
| - textbox "••••••••" [ref=e14] | ||
| - button "Sign In" [ref=e15] [cursor=pointer] |
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,18 @@ | ||
| - generic [ref=e4]: | ||
| - generic [ref=e5]: | ||
| - heading "Welcome to Workflow Engine" [level=1] [ref=e6] | ||
| - paragraph [ref=e7]: Create your admin account to get started | ||
| - generic [ref=e8]: | ||
| - generic [ref=e9]: | ||
| - generic [ref=e10]: Name | ||
| - textbox "Your name" [ref=e11] | ||
| - generic [ref=e12]: | ||
| - generic [ref=e13]: Email | ||
| - textbox "admin@example.com" [ref=e14] | ||
| - generic [ref=e15]: | ||
| - generic [ref=e16]: Password | ||
| - textbox "Min 6 characters" [ref=e17] | ||
| - generic [ref=e18]: | ||
| - generic [ref=e19]: Confirm Password | ||
| - textbox "Confirm password" [ref=e20] | ||
| - button "Create Admin Account" [ref=e21] [cursor=pointer] |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,18 @@ | ||
| - generic [ref=e4]: | ||
| - generic [ref=e5]: | ||
| - heading "Welcome to Workflow Engine" [level=1] [ref=e6] | ||
| - paragraph [ref=e7]: Create your admin account to get started | ||
| - generic [ref=e8]: | ||
| - generic [ref=e9]: | ||
| - generic [ref=e10]: Name | ||
| - textbox "Your name" [ref=e11] | ||
| - generic [ref=e12]: | ||
| - generic [ref=e13]: Email | ||
| - textbox "admin@example.com" [ref=e14] | ||
| - generic [ref=e15]: | ||
| - generic [ref=e16]: Password | ||
| - textbox "Min 6 characters" [ref=e17] | ||
| - generic [ref=e18]: | ||
| - generic [ref=e19]: Confirm Password | ||
| - textbox "Confirm password" [ref=e20] | ||
| - button "Create Admin Account" [ref=e21] [cursor=pointer] |
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,12 @@ | ||
| - generic [ref=e4]: | ||
| - generic [ref=e5]: | ||
| - heading "Ratchet" [level=1] [ref=e6] | ||
| - paragraph [ref=e7]: AI Agent Mission Control | ||
| - generic [ref=e8]: | ||
| - generic [ref=e9]: | ||
| - generic [ref=e10]: Username | ||
| - textbox "admin" [active] [ref=e11] | ||
| - generic [ref=e12]: | ||
| - generic [ref=e13]: Password | ||
| - textbox "••••••••" [ref=e14] | ||
| - button "Sign In" [ref=e15] [cursor=pointer] |
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,19 @@ | ||
| - generic [ref=e4]: | ||
| - generic [ref=e5]: | ||
| - heading "Welcome to Workflow Engine" [level=1] [ref=e6] | ||
| - paragraph [ref=e7]: Create your admin account to get started | ||
| - generic [ref=e22]: Password must be at least 6 characters | ||
| - generic [ref=e8]: | ||
| - generic [ref=e9]: | ||
| - generic [ref=e10]: Name | ||
| - textbox "Your name" [ref=e11]: Admin | ||
| - generic [ref=e12]: | ||
| - generic [ref=e13]: Email | ||
| - textbox "admin@example.com" [ref=e14]: admin@test.com | ||
| - generic [ref=e15]: | ||
| - generic [ref=e16]: Password | ||
| - textbox "Min 6 characters" [ref=e17]: short | ||
| - generic [ref=e18]: | ||
| - generic [ref=e19]: Confirm Password | ||
| - textbox "Confirm password" [ref=e20]: short | ||
| - button "Create Admin Account" [active] [ref=e21] [cursor=pointer] |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,13 @@ | ||
| - generic [ref=e4]: | ||
| - generic [ref=e5]: | ||
| - heading "Ratchet" [level=1] [ref=e6] | ||
| - paragraph [ref=e7]: AI Agent Mission Control | ||
| - generic [ref=e16]: "HTTP 401: {\"error\":\"invalid credentials\"}" | ||
| - generic [ref=e8]: | ||
| - generic [ref=e9]: | ||
| - generic [ref=e10]: Username | ||
| - textbox "admin" [ref=e11]: wronguser | ||
| - generic [ref=e12]: | ||
| - generic [ref=e13]: Password | ||
| - textbox "••••••••" [ref=e14]: wrongpass | ||
| - button "Sign In" [ref=e15] [cursor=pointer] |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,19 @@ | ||
| - generic [ref=e4]: | ||
| - generic [ref=e5]: | ||
| - heading "Welcome to Workflow Engine" [level=1] [ref=e6] | ||
| - paragraph [ref=e7]: Create your admin account to get started | ||
| - generic [ref=e22]: Password must be at least 6 characters | ||
| - generic [ref=e8]: | ||
| - generic [ref=e9]: | ||
| - generic [ref=e10]: Name | ||
| - textbox "Your name" [ref=e11]: Admin | ||
| - generic [ref=e12]: | ||
| - generic [ref=e13]: Email | ||
| - textbox "admin@example.com" [ref=e14]: admin@test.com | ||
| - generic [ref=e15]: | ||
| - generic [ref=e16]: Password | ||
| - textbox "Min 6 characters" [ref=e17]: short | ||
| - generic [ref=e18]: | ||
| - generic [ref=e19]: Confirm Password | ||
| - textbox "Confirm password" [ref=e20]: short | ||
| - button "Create Admin Account" [active] [ref=e21] [cursor=pointer] |
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,13 @@ | ||
| - generic [ref=e4]: | ||
| - generic [ref=e5]: | ||
| - heading "Ratchet" [level=1] [ref=e6] | ||
| - paragraph [ref=e7]: AI Agent Mission Control | ||
| - generic [ref=e16]: "HTTP 401: {\"error\":\"invalid credentials\"}" | ||
| - generic [ref=e8]: | ||
| - generic [ref=e9]: | ||
| - generic [ref=e10]: Username | ||
| - textbox "admin" [ref=e11]: wronguser | ||
| - generic [ref=e12]: | ||
| - generic [ref=e13]: Password | ||
| - textbox "••••••••" [ref=e14]: wrongpass | ||
| - button "Sign In" [ref=e15] [cursor=pointer] |
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,19 @@ | ||
| - generic [ref=e4]: | ||
| - generic [ref=e5]: | ||
| - heading "Welcome to Workflow Engine" [level=1] [ref=e6] | ||
| - paragraph [ref=e7]: Create your admin account to get started | ||
| - generic [ref=e22]: Passwords do not match | ||
| - generic [ref=e8]: | ||
| - generic [ref=e9]: | ||
| - generic [ref=e10]: Name | ||
| - textbox "Your name" [ref=e11]: Admin | ||
| - generic [ref=e12]: | ||
| - generic [ref=e13]: Email | ||
| - textbox "admin@example.com" [ref=e14]: admin@test.com | ||
| - generic [ref=e15]: | ||
| - generic [ref=e16]: Password | ||
| - textbox "Min 6 characters" [ref=e17]: Password123 | ||
| - generic [ref=e18]: | ||
| - generic [ref=e19]: Confirm Password | ||
| - textbox "Confirm password" [ref=e20]: DifferentPass | ||
| - button "Create Admin Account" [active] [ref=e21] [cursor=pointer] |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,64 @@ | ||
| - generic [ref=e17]: | ||
| - generic [ref=e18]: | ||
| - generic [ref=e19]: | ||
| - heading "Ratchet" [level=2] [ref=e20] | ||
| - paragraph [ref=e21]: AI Agent Platform | ||
| - navigation [ref=e22]: | ||
| - button "[D] Dashboard" [ref=e23] [cursor=pointer]: | ||
| - generic [ref=e24]: "[D]" | ||
| - text: Dashboard | ||
| - button "[A] Agents" [ref=e25] [cursor=pointer]: | ||
| - generic [ref=e26]: "[A]" | ||
| - text: Agents | ||
| - button "[T] Tasks" [ref=e27] [cursor=pointer]: | ||
| - generic [ref=e28]: "[T]" | ||
| - text: Tasks | ||
| - button "[M] Messages" [ref=e29] [cursor=pointer]: | ||
| - generic [ref=e30]: "[M]" | ||
| - text: Messages | ||
| - button "[P] Projects" [ref=e31] [cursor=pointer]: | ||
| - generic [ref=e32]: "[P]" | ||
| - text: Projects | ||
| - button "[K] Skills" [ref=e33] [cursor=pointer]: | ||
| - generic [ref=e34]: "[K]" | ||
| - text: Skills | ||
| - button "[S] Settings" [ref=e35] [cursor=pointer]: | ||
| - generic [ref=e36]: "[S]" | ||
| - text: Settings | ||
| - generic [ref=e37]: | ||
| - generic [ref=e38]: admin | ||
| - button "Sign Out" [ref=e39] [cursor=pointer] | ||
| - generic [ref=e40]: | ||
| - heading "Dashboard" [level=3] [ref=e42] | ||
| - generic [ref=e44]: | ||
| - generic [ref=e45]: | ||
| - generic [ref=e46]: | ||
| - generic [ref=e47]: "3" | ||
| - generic [ref=e48]: Total Agents | ||
| - generic [ref=e49]: | ||
| - generic [ref=e50]: "0" | ||
| - generic [ref=e51]: Active Agents | ||
| - generic [ref=e52]: | ||
| - generic [ref=e53]: "0" | ||
| - generic [ref=e54]: Pending Tasks | ||
| - generic [ref=e55]: | ||
| - generic [ref=e56]: "0" | ||
| - generic [ref=e57]: Completed Tasks | ||
| - generic [ref=e58]: | ||
| - generic [ref=e59]: | ||
| - heading "Team Health" [level=3] [ref=e60] | ||
| - generic [ref=e61]: | ||
| - generic [ref=e62]: | ||
| - generic [ref=e64]: Orchestrator | ||
| - generic [ref=e65]: lead | ||
| - generic [ref=e66]: idle | ||
| - generic [ref=e67]: | ||
| - generic [ref=e70]: Developer | ||
| - generic [ref=e71]: idle | ||
| - generic [ref=e72]: | ||
| - generic [ref=e75]: Reviewer | ||
| - generic [ref=e76]: idle | ||
| - button "View all agents →" [ref=e77] [cursor=pointer] | ||
| - generic [ref=e78]: | ||
| - heading "Recent Activity" [level=3] [ref=e79] | ||
| - paragraph [ref=e80]: No tasks yet |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,57 @@ | ||
| - generic [ref=e24]: | ||
| - navigation "Main navigation" [ref=e25]: | ||
| - button "Dashboard" [ref=e26] [cursor=pointer]: | ||
| - generic [ref=e27]: 📊 | ||
| - button "Editor" [ref=e28] [cursor=pointer]: | ||
| - generic [ref=e29]: 📝 | ||
| - button "Marketplace" [ref=e30] [cursor=pointer]: | ||
| - generic [ref=e31]: 🛒 | ||
| - button "Templates" [ref=e32] [cursor=pointer]: | ||
| - generic [ref=e33]: 📄 | ||
| - button "Environments" [ref=e34] [cursor=pointer]: | ||
| - generic [ref=e35]: ☁️ | ||
| - button "Feature Flags" [ref=e36] [cursor=pointer]: | ||
| - generic [ref=e37]: flag | ||
| - button "Settings" [ref=e38] [cursor=pointer]: | ||
| - generic [ref=e39]: ⚙️ | ||
| - generic [ref=e40]: | ||
| - heading "System Dashboard v1.0.0" [level=2] [ref=e41] | ||
| - generic [ref=e42]: | ||
| - generic [ref=e43]: | ||
| - generic [ref=e44]: "1" | ||
| - generic [ref=e45]: Total Workflows | ||
| - generic [ref=e46]: | ||
| - generic [ref=e47]: "1" | ||
| - generic [ref=e48]: Active Workflows | ||
| - generic [ref=e49]: | ||
| - generic [ref=e50]: "4" | ||
| - generic [ref=e51]: Total Executions | ||
| - generic [ref=e52]: | ||
| - generic [ref=e53]: 0.0% | ||
| - generic [ref=e54]: Error Rate | ||
| - heading "Workflows" [level=3] [ref=e55] | ||
| - generic [ref=e57] [cursor=pointer]: | ||
| - generic [ref=e58]: | ||
| - generic [ref=e59]: | ||
| - generic [ref=e60]: Admin Configuration | ||
| - generic [ref=e61]: active | ||
| - generic [ref=e62]: 4 executions | ||
| - generic [ref=e63]: | ||
| - button "Stop" [ref=e64] | ||
| - button "View" [ref=e65] | ||
| - heading "Execution Status Breakdown" [level=3] [ref=e66] | ||
| - generic [ref=e67]: | ||
| - generic [ref=e68]: | ||
| - generic [ref=e69]: Workflow | ||
| - generic [ref=e70]: Pending | ||
| - generic [ref=e71]: Running | ||
| - generic [ref=e72]: Completed | ||
| - generic [ref=e73]: Failed | ||
| - generic [ref=e74]: Cancelled | ||
| - generic [ref=e75]: | ||
| - generic [ref=e76]: Admin Configuration | ||
| - generic [ref=e77]: "0" | ||
| - generic [ref=e78]: "2" | ||
| - generic [ref=e79]: "2" | ||
| - generic [ref=e80]: "0" | ||
| - generic [ref=e81]: "0" |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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.
This console log file contains what appears to be a real JWT/auth token embedded in a URL query parameter. Committing tokens to the repo is a security risk (credentials leakage) and these
.playwright-clirun artifacts (logs/snapshots) should generally not be versioned. Remove these artifacts from the PR and add.playwright-cli/(and similar output) to.gitignore; also rotate/revoke any exposed tokens.