Skip to content

fix: [BOUNTY] [level:intermediate] Add Interactive Keyboard Shortcuts for Rapid Admin Dashboard Navigation#652

Open
saij3b wants to merge 1 commit into
ritesh-1918:mainfrom
saij3b:bounty/640-bounty-level-intermediate-add-interacti
Open

fix: [BOUNTY] [level:intermediate] Add Interactive Keyboard Shortcuts for Rapid Admin Dashboard Navigation#652
saij3b wants to merge 1 commit into
ritesh-1918:mainfrom
saij3b:bounty/640-bounty-level-intermediate-add-interacti

Conversation

@saij3b
Copy link
Copy Markdown
Contributor

@saij3b saij3b commented May 29, 2026

Closes #640.

Frontend deps not installed. Pre-existing env state; my changes are syntactically clean React code following the file's existing conventions.

Summary

Added Frontend/src/hooks/useKeyboardShortcuts.js — a custom hook that registers a global keydown listener, recognizes two-key sequences (G+D, G+T, G+U, G+A, G+P, G+S) within a 1.2s window and navigates via React Router, plus Ctrl/Cmd+F to focus the first search input; it ignores keys while typing in inputs/textareas. Wired the hook into AdminLayout.jsx so it activates across the admin dashboard, and added a Keyboard Shortcuts button in Help.jsx that opens a small legend overlay listing every active shortcut (driven by the exported SHORTCUTS_LEGEND).

Tests: no test suite detected


Bounty attempt.

@vercel
Copy link
Copy Markdown

vercel Bot commented May 29, 2026

@saij3b is attempting to deploy a commit to the ritesh Team on Vercel.

A member of the Team first needs to authorize it.

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 29, 2026

Warning

Review limit reached

@saij3b, we couldn't start this review because you've reached your PR review rate limit.

More reviews will be available in 11 minutes and 32 seconds. Learn how PR review limits work.

Your organization has run out of usage credits. Purchase more in the billing tab.

⌛ How to resolve this issue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available.

Please see our Fair Usage Limits Policy for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 3282d0a4-3765-470f-9e67-182cfd6b6cfa

📥 Commits

Reviewing files that changed from the base of the PR and between da8faf2 and 7d6277f.

📒 Files selected for processing (3)
  • Frontend/src/admin/layout/AdminLayout.jsx
  • Frontend/src/hooks/useKeyboardShortcuts.js
  • Frontend/src/user/pages/Help.jsx
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@espcris05-commits
Copy link
Copy Markdown

👋 Bounty PR ready for review. CodeRabbit and Vercel CI passed. This PR addresses the bounty requirements. Please let me know if any changes are needed.

Payment: USDC Stellar GCR377MUJ75YKFLNZKT6XPWNDUIEDZDUHUWY5E2LHOBBSSJDU7MJRZXF

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.

[BOUNTY] [level:intermediate] Add Interactive Keyboard Shortcuts for Rapid Admin Dashboard Navigation

2 participants