Open noczero opened 2 months ago
Hi @noczero
thank you so much for your nice PR and your demo. The demo and code looks good so far. I will check it in detail the next days and let you know.
Great work! I am looking forward to merge your PR
Yeah, no worries mate! Happy to contribute!
What is this?
This pull request introduces a Help Modal feature to the web application. The motivation behind this addition is to provide users with an easy way to access keyboard shortcuts and relevant documentation links directly within the application. This enhancement aims to improve user experience by making navigation and functionality more intuitive and accessible.
Changes
Added Features:
HelpModal.tsx
:HelpModal
: A modal component that displays keyboard shortcuts and documentation links.ShortcutItem
: A sub-component to render individual shortcut items within the modal.Code Changes:
In
HelpModal.tsx
:HelpModal.tsx
to implement the Help Modal component.In
MediaView.tsx
:HelpModal
component.HelpModal
component within theMediaView
component.In
single-view-store.ts
:showHelp
to manage the visibility of the Help Modal.setShowHelp
to update theshowHelp
state.Demo
Context