split: history-ui (new Svelte workspace)
New web UI for browsing vault history. Svelte + Vite app with components for activity feed, dashboard, document detail, diff view, file tree, header, login, time slider, toast container, vault picker; lib/api.ts and stores.svelte.ts for client state. (Generated TS types were added in PR6.)
This commit is contained in:
parent
42c9d55489
commit
5a070340f1
22 changed files with 3660 additions and 0 deletions
16
frontend/history-ui/package.json
Normal file
16
frontend/history-ui/package.json
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"name": "history-ui",
|
||||
"version": "0.14.0",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vite dev --host 0.0.0.0",
|
||||
"build": "vite build",
|
||||
"test": "echo 'no tests yet'"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@sveltejs/vite-plugin-svelte": "^5.0.0",
|
||||
"svelte": "^5.0.0",
|
||||
"vite": "^6.0.0"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue