Skip to content

feat(creators): add keyboard shortcut for list refresh#391

Merged
Chucks1093 merged 3 commits into
accesslayerorg:mainfrom
iwayemi5:feat/creator-refresh-shortcut
Jun 1, 2026
Merged

feat(creators): add keyboard shortcut for list refresh#391
Chucks1093 merged 3 commits into
accesslayerorg:mainfrom
iwayemi5:feat/creator-refresh-shortcut

Conversation

@iwayemi5
Copy link
Copy Markdown

@iwayemi5 iwayemi5 commented May 31, 2026

Closes #377


Summary

This PR adds a keyboard shortcut for manually refreshing creator list data without requiring mouse interaction.

Changes Made

  • Added "Ctrl/Cmd + Alt + R" keyboard shortcut to refresh creator list data.
  • Reused the existing creator refresh/refetch handler to avoid duplicating fetch logic.
  • Added a brief accessible visual status indicator to confirm shortcut activation.
  • Added the shortcut to the marketplace keyboard shortcut legend.
  • Updated project documentation (README) with the new shortcut.
  • Prevented shortcut activation while users are typing in:
    • input fields
    • textareas
    • select elements
    • content-editable regions
  • Ignored repeated keydown events to prevent accidental multiple refreshes.

Testing

  • Added "LandingPage.keyboard.test.tsx" covering:
    • creator list refresh via keyboard shortcut
    • prevention of shortcut activation within editable fields
  • Ran "git diff --check" successfully.
  • Automated test execution was not completed because project dependencies were not fully installed in the local environment.

Acceptance Criteria

  • Keyboard shortcut triggers creator list refresh.
  • Visual feedback confirms shortcut activation.
  • Shortcut is documented in the keyboard shortcut legend.
  • Existing refresh logic is reused.
  • Accessibility considerations were maintained.

@drips-wave
Copy link
Copy Markdown

drips-wave Bot commented May 31, 2026

@iwayemi5 Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

@iwayemi5 iwayemi5 closed this Jun 1, 2026
@iwayemi5 iwayemi5 reopened this Jun 1, 2026
@netlify
Copy link
Copy Markdown

netlify Bot commented Jun 1, 2026

Deploy Preview for accesslayer ready!

Name Link
🔨 Latest commit 6d1d358
🔍 Latest deploy log https://app.netlify.com/projects/accesslayer/deploys/6a1d79360b35370008e20721
😎 Deploy Preview https://deploy-preview-391--accesslayer.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@Chucks1093 Chucks1093 merged commit 11fb8a7 into accesslayerorg:main Jun 1, 2026
5 checks passed
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.

Add keyboard shortcut to refresh creator list data

3 participants