Pinafore-Web-Client-Frontend/src/routes
Stephane Zermatten c2bd2f306a feat: Add support for keyboard shortcuts (#870)
* Add support for keyboard shortcuts.

This change introduces a Shortcut component for defining global
keyboard shortcuts from whichever component makes more sense.

This change also adds an initial set of navigation shortcuts:
- Backspace to leave a modal dialog or to go back
- g t to go to the federated timeline
- g f to go to the favorite page
- g h to go to the home page
- g n to go to the notification page
- g c to go to the community page
- s to go to the search page

These shortcuts are loaded asynchronously from _layout.html

In modal dialogs, shortcuts are also modal, to avoid strange or
overly complex behavior. This is implemented by grouping
shortcuts into scopes, and activating a separate 'modal' scope
when entering a modal dialog, so a separate set of shortcuts can
be enabled in modal dialog. Modal dialogs can be exited by
pressing 'Backspace'.

* Navigate up/down lists using keyboard shortcuts.

This change introduces keyboard shortcuts for navigating in lists and
virtual lists. j or arrow up selects the next element, k or arrow down,
the previous element. Selecting an element scrolls the list up and down,
as necessary.

This change also allows directing keyboard shortcuts to the active
element and defines the following shortcuts, for the active status:
- f to favorite or unfavorite it
- b to boost or unboost it
- r to reply to it
- o to open its thread
- x to toggle the display of a CW
- y to toggle the display of sensitive medias

This works by defining a keyboard shortcut scope for each list element.
A new component, ScrollListShortcuts, keeps track of the active element,
based on list or virtual list elements and redirects shortcuts to the
active element's scope. ScrollListShortcuts keeps the active element in
the current realm of the store, so the active element is restored when
going back to the list.

* Typing h or ? displays the list of available keyboard shortcuts.

This change introduces a new modal dialog that documents the list of
available shortcuts.
2019-01-13 10:03:29 -08:00
..
_a11y fix: update Sapper to latest (#775) 2018-12-11 07:31:48 -08:00
_actions perf: load Toast asynchronously (#851) 2018-12-22 15:37:51 -08:00
_api fix: update Sapper to latest (#775) 2018-12-11 07:31:48 -08:00
_components feat: Add support for keyboard shortcuts (#870) 2019-01-13 10:03:29 -08:00
_database perf: move indexeddb operations to async module (#813) 2018-12-15 17:13:40 -08:00
_intl fix: update Sapper to latest (#775) 2018-12-11 07:31:48 -08:00
_pages perf: load Toast asynchronously (#851) 2018-12-22 15:37:51 -08:00
_react fix(emoji): make emoji picker more like Mastodon's (#842) 2018-12-18 18:24:05 -08:00
_static feat: add drag and drop for media uploads (#809) 2018-12-15 02:06:12 -08:00
_store perf: use lodash-lite for some functions (#853) 2018-12-23 10:10:16 -08:00
_thirdparty fix: update Sapper to latest (#775) 2018-12-11 07:31:48 -08:00
_utils feat: Add support for keyboard shortcuts (#870) 2019-01-13 10:03:29 -08:00
accounts/[accountId] fix: update Sapper to latest (#775) 2018-12-11 07:31:48 -08:00
community fix: update Sapper to latest (#775) 2018-12-11 07:31:48 -08:00
lists fix: update Sapper to latest (#775) 2018-12-11 07:31:48 -08:00
settings fix: use correct this.store format in all components (#827) 2018-12-17 11:28:31 -08:00
statuses/[statusId] fix: update Sapper to latest (#775) 2018-12-11 07:31:48 -08:00
tags fix: update Sapper to latest (#775) 2018-12-11 07:31:48 -08:00
_error.html fix: update Sapper to latest (#775) 2018-12-11 07:31:48 -08:00
_layout.html fix: update Sapper to latest (#775) 2018-12-11 07:31:48 -08:00
blocked.html fix: update Sapper to latest (#775) 2018-12-11 07:31:48 -08:00
favorites.html fix: update Sapper to latest (#775) 2018-12-11 07:31:48 -08:00
federated.html fix: update Sapper to latest (#775) 2018-12-11 07:31:48 -08:00
index.html fix: update Sapper to latest (#775) 2018-12-11 07:31:48 -08:00
local.html fix: update Sapper to latest (#775) 2018-12-11 07:31:48 -08:00
muted.html fix: update Sapper to latest (#775) 2018-12-11 07:31:48 -08:00
notifications.html fix: update Sapper to latest (#775) 2018-12-11 07:31:48 -08:00
pinned.html fix: update Sapper to latest (#775) 2018-12-11 07:31:48 -08:00
requests.html fix: update Sapper to latest (#775) 2018-12-11 07:31:48 -08:00
search.html fix: update Sapper to latest (#775) 2018-12-11 07:31:48 -08:00