Skip to content

Commit c046be7

Browse files
committed
address PR #555 P0/P1 review feedback
- surface DB errors in usage/attachments/providers instead of swallowing them - replace naked unwraps + string-matched wiki errors with typed WikiError - sanitize FTS5 queries to block operator injection - add tracing context to map_err closures across API handlers - make token_usage migration idempotent with IF NOT EXISTS - remove window as any in client.ts and useServer - type prompt history, platform toggle, portal conversations, link/group/human and secrets endpoints in api/client.ts - fix Sidebar render-phase setState and unsafe location.search cast - fix OrgGraphInner render-body ref mutation and fire-and-forget mutations - fix PortalPanel settings reset on background refetch - stabilise RecentActivityCard query key with useMemo - replace ConfigSectionEditor catch-all type with typed section union - bump @spacedrive/* to 0.2.2 and regenerate openapi schema
1 parent 180271e commit c046be7

32 files changed

+2803
-894
lines changed

interface/bun.lock

Lines changed: 24 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

interface/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@
2626
"@lobehub/icons": "^4.6.0",
2727
"@phosphor-icons/react": "^2.1.10",
2828
"@react-sigma/core": "^5.0.6",
29-
"@spacedrive/ai": "^0.2.0",
30-
"@spacedrive/explorer": "^0.2.0",
31-
"@spacedrive/forms": "^0.2.0",
32-
"@spacedrive/primitives": "^0.2.0",
33-
"@spacedrive/tokens": "^0.2.0",
29+
"@spacedrive/ai": "^0.2.2",
30+
"@spacedrive/explorer": "^0.2.2",
31+
"@spacedrive/forms": "^0.2.2",
32+
"@spacedrive/primitives": "^0.2.2",
33+
"@spacedrive/tokens": "^0.2.2",
3434
"@tanstack/react-query": "^5.62.0",
3535
"@tanstack/react-query-devtools": "^5.91.3",
3636
"@tanstack/react-router": "^1.159.5",

0 commit comments

Comments
 (0)