Skip to content

feat: migrate to hotkeys#360

Open
AlemTuzlak wants to merge 10 commits intomainfrom
feat/hotkeys
Open

feat: migrate to hotkeys#360
AlemTuzlak wants to merge 10 commits intomainfrom
feat/hotkeys

Conversation

@AlemTuzlak
Copy link
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
Copy link

changeset-bot bot commented Mar 4, 2026

🦋 Changeset detected

Latest commit: 1cd7b7f

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
Copy link

nx-cloud bot commented Mar 4, 2026

View your CI Pipeline Execution ↗ for commit 8dba0eb

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

☁️ Nx Cloud last updated this comment at 2026-03-04 10:23:49 UTC

@pkg-pr-new
Copy link

pkg-pr-new bot commented Mar 4, 2026

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: bffe765

}

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

Choose a reason for hiding this comment

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

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

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Mind telling me what to look at specifically

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.

2 participants