fix(frontend): harden the streaming ui and extract copy and constants
Some checks are pending
ci / backend (push) Waiting to run
ci / frontend (push) Waiting to run

This commit is contained in:
Justin Visser 2026-08-10 15:42:18 +02:00
parent 036ef3cc6f
commit a3af8f45cc
36 changed files with 1662 additions and 226 deletions

View file

@ -8,6 +8,7 @@
"build": "vue-tsc -b && vite build",
"preview": "vite preview",
"lint": "eslint src",
"test": "vitest run",
"format": "prettier --write src",
"typecheck": "vue-tsc --noEmit -p tsconfig.app.json"
},
@ -22,10 +23,12 @@
"@vue/tsconfig": "^0.9.1",
"eslint": "^10.8.1",
"eslint-plugin-vue": "^10.10.0",
"happy-dom": "^20.11.2",
"jiti": "^2.7.0",
"prettier": "^3.9.6",
"typescript": "~6.0.2",
"vite": "^8.2.0",
"vitest": "^4.1.10",
"vue-tsc": "^3.3.8"
}
}