Skip to content

fix: remove keybindings for history traversing #2611

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jul 24, 2025
Merged

fix: remove keybindings for history traversing #2611

merged 2 commits into from
Jul 24, 2025

Conversation

Raubzeug
Copy link
Contributor

@Raubzeug Raubzeug commented Jul 23, 2025

closes #2610

CI Results

Test Status: ⚠️ FLAKY

📊 Full Report

Total Passed Failed Flaky Skipped
354 349 0 3 2
Test Changes Summary ⏭️2

⏭️ Skipped Tests (2)

  1. Scroll to row, get shareable link, navigate to URL and verify row is scrolled into view (tenant/diagnostics/tabs/queries.test.ts)
  2. Copy result button copies to clipboard (tenant/queryEditor/queryEditor.test.ts)

Bundle Size: ✅

Current: 85.21 MB | Main: 85.21 MB
Diff: 1.15 KB (-0.00%)

✅ Bundle size unchanged.

ℹ️ CI Information
  • Test recordings for failed tests are available in the full report.
  • Bundle size is measured for the entire 'dist' directory.
  • 📊 indicates links to detailed reports.
  • 🔺 indicates increase, 🔽 decrease, and ✅ no change in bundle size.

@astandrik astandrik requested a review from Copilot July 23, 2025 15:30
@astandrik
Copy link
Collaborator

bugbot run

Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR removes keyboard shortcut bindings for history traversing functionality (previous/next query navigation) to address issue #2610. The changes systematically remove the keybinding definitions, their usage in editor actions, and the corresponding UI documentation.

Key changes:

  • Removed keybinding definitions for selectPreviousQuery and selectNextQuery actions
  • Removed keyboard shortcuts from Monaco editor actions while preserving context menu functionality
  • Cleaned up related internationalization strings and hotkey panel documentation

Reviewed Changes

Copilot reviewed 5 out of 5 changed files in this pull request and generated no comments.

Show a summary per file
File Description
src/containers/Tenant/Query/QueryEditor/keybindings.ts Removed keybinding definitions for previous/next query navigation
src/containers/Tenant/Query/QueryEditor/YqlEditor.tsx Removed keyboard shortcuts from Monaco editor actions
src/containers/AsideNavigation/i18n/ru.json Removed Russian translations for history navigation hotkeys
src/containers/AsideNavigation/i18n/en.json Removed English translations for history navigation hotkeys
src/containers/AsideNavigation/hooks/useHotkeysPanel.tsx Removed hotkey documentation entries from the help panel

Copy link

@cursor cursor bot left a comment

Choose a reason for hiding this comment

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

✅ Bugbot reviewed your changes and found no bugs!


Bugbot free trial expires on July 29, 2025
Learn more in the Cursor dashboard.

Was this report helpful? Give feedback by reacting with 👍 or 👎

@Raubzeug Raubzeug added this pull request to the merge queue Jul 24, 2025
Merged via the queue into main with commit 18af440 Jul 24, 2025
8 checks passed
@Raubzeug Raubzeug deleted the shortcuts branch July 24, 2025 06:36
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.

Fix Cmd + Arrow keybinding conflict in query editor
2 participants