🎨 Palette: Add keyboard shortcut (D) for Dashboard#212
Conversation
- Updated `#dashboardBtn` title in `index.html` to include shortcut hint "(D)". - Implemented 'D' key listener in `js/app.js` to toggle the Dashboard panel. - Ensured shortcut respects input focus guard to prevent accidental triggers while typing. - Added automated verification test in `tests/shortcut.spec.js`. Co-authored-by: ruhdevops <203426218+ruhdevops@users.noreply.github.com>
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
|
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ❌ Deployment failed View logs |
ytstudio | 5978fed | Jun 17 2026, 05:28 AM |
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ❌ Deployment failed View logs |
ytstudio | 5978fed | Jun 17 2026, 05:28 AM |
❌ Deploy Preview for ytr-studio failed.
|
✅ Deploy Preview for elegant-seahorse-d9d460 ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
- Updated `#dashboardBtn` title in `index.html` to include shortcut hint "(D)". - Implemented 'D' key listener in `js/app.js` to toggle the Dashboard panel. - Ensured shortcut respects input focus guard to prevent accidental triggers while typing. - Added automated verification test in `tests/shortcut.spec.js`. Co-authored-by: ruhdevops <203426218+ruhdevops@users.noreply.github.com>
- Adds 'D' keyboard shortcut to toggle the Dashboard panel. - Implements shortcut hint (D) in Dashboard button tooltip for better discoverability. - Ensures global shortcuts are ignored when typing in input or textarea fields. - Cleans up significant redundancy in js/app.js where DOM elements and listeners were duplicated multiple times. - Updates tests/shortcut.spec.js with verification for the new Dashboard shortcut. - Synchronizes aria-expanded and aria-hidden states for the Dashboard panel. Co-authored-by: ruhdevops <203426218+ruhdevops@users.noreply.github.com>
This PR implements a micro-UX improvement by adding a keyboard shortcut ('D') to toggle the Dashboard panel.
💡 What:
(D)to the Dashboard button'stitleattribute for discoverability.keydownlistener injs/app.jsthat toggles the Dashboard visibility when 'D' is pressed.tests/shortcut.spec.jswith an automated test for the new shortcut.🎯 Why:
/(Search) andB(Watch Later).♿ Accessibility:
titleattribute to provide a visual tooltip without cluttering the screen reader'saria-label.aria-expandedandaria-hiddenstates are correctly managed during the toggle.PR created automatically by Jules for task 10962933799758429067 started by @ruhdevops