feat(runs): add runs pages, polling, autorefresh indicator, and scheduler fix
- add global runs page and per-scenario runs/run-detail pages - run detail page polls every 1s until pass/fail, cleans up on unmount - runs list pages poll every 10s with AutoRefreshIndicator (pulse on data load) - fix scheduler: set run to pass after empty step loop to prevent stuck in_progress - fix table header colors and link cell color for readability - fix play button to navigate to the new run after creation - fix package.json import paths in server for Docker build context
This commit is contained in:
Generated
+9
-10
@@ -1,11 +1,11 @@
|
||||
{
|
||||
"name": "liquio-qa-bot",
|
||||
"name": "liqa",
|
||||
"version": "1.3.0",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "liquio-qa-bot",
|
||||
"name": "liqa",
|
||||
"version": "1.3.0",
|
||||
"workspaces": [
|
||||
"server",
|
||||
@@ -13,8 +13,7 @@
|
||||
]
|
||||
},
|
||||
"client": {
|
||||
"name": "liquio-qa-bot-client",
|
||||
"version": "0.0.1",
|
||||
"name": "liqa-client",
|
||||
"dependencies": {
|
||||
"i18next": "^26.0.4",
|
||||
"lucide-react": "^1.7.0",
|
||||
@@ -10169,12 +10168,12 @@
|
||||
"dev": true,
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/liquio-qa-bot": {
|
||||
"resolved": "server",
|
||||
"node_modules/liqa-client": {
|
||||
"resolved": "client",
|
||||
"link": true
|
||||
},
|
||||
"node_modules/liquio-qa-bot-client": {
|
||||
"resolved": "client",
|
||||
"node_modules/liqa-server": {
|
||||
"resolved": "server",
|
||||
"link": true
|
||||
},
|
||||
"node_modules/load-esm": {
|
||||
@@ -14400,8 +14399,8 @@
|
||||
}
|
||||
},
|
||||
"server": {
|
||||
"name": "liquio-qa-bot",
|
||||
"version": "1.2.0",
|
||||
"name": "liqa-server",
|
||||
"version": "1.0.0",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"@modelcontextprotocol/sdk": "^1.29.0",
|
||||
|
||||
Reference in New Issue
Block a user