Skip to content

Commit 2a7e8d3

Browse files
authored
Add state tracking to Sync Diagnostics Client and improve UX (#843)
1 parent a7af6c1 commit 2a7e8d3

24 files changed

Lines changed: 869 additions & 374 deletions

.changeset/fifty-hairs-drop.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@powersync/diagnostics-app': minor
3+
---
4+
5+
Added state tracking and improved UX around client parameters

pnpm-lock.yaml

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

tools/diagnostics-app/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
"@radix-ui/react-slot": "^1.2.4",
2121
"@radix-ui/react-switch": "^1.2.6",
2222
"@radix-ui/react-tooltip": "^1.2.8",
23+
"@tanstack/react-query": "^5.64.1",
2324
"@tanstack/react-router": "^1.153.2",
2425
"class-variance-authority": "^0.7.1",
2526
"clsx": "^2.1.1",
@@ -36,8 +37,8 @@
3637
"@tailwindcss/vite": "^4.1.17",
3738
"@tanstack/router-plugin": "^1.153.2",
3839
"@types/node": "^22.18.1",
39-
"@types/react": "^18.2.64",
40-
"@types/react-dom": "^18.2.21",
40+
"@types/react": "^18.3.1",
41+
"@types/react-dom": "^18.3.1",
4142
"@vitejs/plugin-react": "^4.2.1",
4243
"tailwindcss": "^4.1.17",
4344
"typescript": "^5.5.3",

0 commit comments

Comments
 (0)