chore: Improve session detail UI (#49)

This commit is contained in:
きむそん
2025-11-02 21:39:33 +09:00
committed by GitHub
parent 6c93fe58b0
commit c9d5dd14a6
96 changed files with 4968 additions and 4691 deletions

View File

@@ -37,6 +37,7 @@
"e2e": "./scripts/e2e/exec_e2e.sh",
"e2e:start-server": "./scripts/e2e/start_server.sh",
"e2e:capture-snapshots": "./scripts/e2e/capture_snapshots.sh",
"lingui:extract": "lingui extract --clean",
"lingui:compile": "lingui compile --typescript"
},
"dependencies": {
@@ -54,6 +55,7 @@
"@radix-ui/react-collapsible": "1.1.12",
"@radix-ui/react-dialog": "1.1.15",
"@radix-ui/react-hover-card": "1.1.15",
"@radix-ui/react-popover": "^1.1.15",
"@radix-ui/react-select": "2.2.6",
"@radix-ui/react-slot": "1.2.3",
"@radix-ui/react-tabs": "1.1.13",