Skip to content

Commit 8bb67fd

Browse files
committed
feat: dev toolbar
1 parent 233a99c commit 8bb67fd

File tree

5 files changed

+243
-24
lines changed

5 files changed

+243
-24
lines changed

frontend/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@
8080
"@tailwindcss/typography": "^0.5.16",
8181
"@tanstack/history": "^1.133.28",
8282
"@tanstack/query-core": "^5.87.1",
83+
"@tanstack/react-hotkeys": "^0.3.0",
8384
"@tanstack/react-query": "^5.87.1",
8485
"@tanstack/react-query-devtools": "^5.87.3",
8586
"@tanstack/react-router": "^1.167.1",

frontend/src/app/dev-toolbar.tsx

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

frontend/src/routes/__root.tsx

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"@rivetkit/engine-cli": "workspace:*",
4343
"@types/react": "^19",
4444
"@types/react-dom": "^19",
45-
"@clerk/shared": "3.27.1"
45+
"@clerk/shared": "^3.27.1"
4646
},
4747
"pnpm": {
4848
"overrides": {

0 commit comments

Comments
 (0)