Skip to content

Commit e251d7d

Browse files
committed
feat: dev toolbar
1 parent afd30b6 commit e251d7d

File tree

5 files changed

+218
-13
lines changed

5 files changed

+218
-13
lines changed

frontend/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@
7878
"@tailwindcss/typography": "^0.5.16",
7979
"@tanstack/history": "^1.133.28",
8080
"@tanstack/query-core": "^5.87.1",
81+
"@tanstack/react-hotkeys": "^0.3.0",
8182
"@tanstack/react-query": "^5.87.1",
8283
"@tanstack/react-query-devtools": "^5.87.3",
8384
"@tanstack/react-router": "^1.131.36",

frontend/src/app/dev-toolbar.tsx

Lines changed: 166 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: 3 additions & 0 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
@@ -40,7 +40,7 @@
4040
"@rivetkit/engine-api-full": "workspace:*",
4141
"@types/react": "^19",
4242
"@types/react-dom": "^19",
43-
"@clerk/shared": "3.27.1"
43+
"@clerk/shared": "^3.27.1"
4444
},
4545
"pnpm": {
4646
"overrides": {

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)