FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

feat: migrate to hotkeys by AlemTuzlak · Pull Request #360 · TanStack/devtools · GitHub

feat: migrate to hotkeys - #360

Open
AlemTuzlak wants to merge 12 commits into
mainfrom
feat/hotkeys
Open

feat: migrate to hotkeys#360
AlemTuzlak wants to merge 12 commits into
mainfrom
feat/hotkeys

Conversation

Copy link
Copy Markdown
Collaborator

🎯 Changes

✅ Checklist

  • I have followed the steps in the Contributing guide.
  • I have tested this code locally with pnpm test:pr.

🚀 Release Impact

  • This change affects published code, and I have generated a changeset.
  • This change is docs/CI/dev-only (no release).

changeset-bot Bot commented Mar 4, 2026
edited
Loading

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: 3787a54

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 5 packages
Name Type
@tanstack/devtools Minor
@tanstack/preact-devtools Patch
@tanstack/react-devtools Patch
@tanstack/solid-devtools Patch
@tanstack/vue-devtools Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

nx-cloud Bot commented Mar 4, 2026
edited
Loading

Copy link
Copy Markdown

View your CI Pipeline Execution ↗ for commit 3787a54

Command Status Duration Result
nx affected --targets=test:eslint,test:sherif,t... ✅ Succeeded 2m 7s View ↗
nx run-many --targets=build --exclude=examples/** ✅ Succeeded 1s View ↗

☁️ Nx Cloud last updated this comment at 2026-03-11 14:35:09 UTC

pkg-pr-new Bot commented Mar 4, 2026
edited
Loading

Copy link
Copy Markdown
More templates

@tanstack/devtools

npm i https://pkg.pr.new/@tanstack/devtools@360

@tanstack/devtools-client

npm i https://pkg.pr.new/@tanstack/devtools-client@360

@tanstack/devtools-ui

npm i https://pkg.pr.new/@tanstack/devtools-ui@360

@tanstack/devtools-utils

npm i https://pkg.pr.new/@tanstack/devtools-utils@360

@tanstack/devtools-vite

npm i https://pkg.pr.new/@tanstack/devtools-vite@360

@tanstack/devtools-event-bus

npm i https://pkg.pr.new/@tanstack/devtools-event-bus@360

@tanstack/devtools-event-client

npm i https://pkg.pr.new/@tanstack/devtools-event-client@360

@tanstack/preact-devtools

npm i https://pkg.pr.new/@tanstack/preact-devtools@360

@tanstack/react-devtools

npm i https://pkg.pr.new/@tanstack/react-devtools@360

@tanstack/solid-devtools

npm i https://pkg.pr.new/@tanstack/solid-devtools@360

@tanstack/vue-devtools

npm i https://pkg.pr.new/@tanstack/vue-devtools@360

commit: f4f1c0a

}

export const HotkeyConfig = (props: HotkeyConfigProps) => {
/** Splits a hotkey string like "Mod+Shift+A" into its parts */

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

pretty sure most of this code could be replaced by stuff from the hotkeys package instead

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

Mind telling me what to look at specifically

harry-whorlow commented Mar 15, 2026
edited
Loading

Copy link
Copy Markdown
Collaborator

Also relates to #374

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants


Back | FazBrowse Home | New Git URL