Skip to content

Commit 27742e1

Browse files
authored
feat: dev toolbar (#4325)
# Description Please include a summary of the changes and the related issue. Please also include relevant motivation and context. ## Type of change - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] This change requires a documentation update ## How Has This Been Tested? Please describe the tests that you ran to verify your changes. ## Checklist: - [ ] My code follows the style guidelines of this project - [ ] I have performed a self-review of my code - [ ] I have commented my code, particularly in hard-to-understand areas - [ ] I have made corresponding changes to the documentation - [ ] My changes generate no new warnings - [ ] I have added tests that prove my fix is effective or that my feature works - [ ] New and existing unit tests pass locally with my changes
1 parent 233a99c commit 27742e1

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)