stable

Clone or download

Read-only

Add 'c' shortcut to open the "โž• New" dropdown

As a user on a given page in a FP or BP page, type `c`. The dropdown "โž• New" is displayed and user can select an entry with the mouse or with tab/enter combination. We remove keymaster-sequence (which didn't see a commit since 9 years and is not in npm) in favor of hotkeys[0]. Note: Help modal and some other shortcuts will be added in dedicated changesets. Part of story #16205: ยซ + New ยป button [0] https://github.com/jaywcjlove/hotkeys Change-Id: Ia93f63f97c639e3bbb6342da915da6c5bc9298f7

Modified Files

Name
M site-content/fr_FR/LC_MESSAGES/tuleap-core.po +1 โˆ’69 Go to diff View file
M src/common/layout/Layout.class.php +1 โˆ’0 Go to diff View file
M src/package-lock.json +5 โˆ’5 Go to diff View file
M src/package.json +1 โˆ’1 Go to diff View file
M src/scripts/FlamingParrot/index.js +0 โˆ’1 Go to diff View file
D src/scripts/FlamingParrot/keyboard-navigation.js +0 โˆ’135 Go to diff View file
D src/scripts/FlamingParrot/keymaster-sequence/MIT-LICENSE +0 โˆ’20 Go to diff View file
D src/scripts/FlamingParrot/keymaster-sequence/README.markdown +0 โˆ’14 Go to diff View file
D src/scripts/FlamingParrot/keymaster-sequence/bower.json +0 โˆ’14 Go to diff View file
D src/scripts/FlamingParrot/keymaster-sequence/example.html +0 โˆ’24 Go to diff View file
D src/scripts/FlamingParrot/keymaster-sequence/keymaster.sequence.js +0 โˆ’60 Go to diff View file
D src/scripts/FlamingParrot/keymaster-sequence/keymaster.sequence.min.js +0 โˆ’4 Go to diff View file
A src/scripts/keyboard-navigation/index.ts +31 โˆ’0 Go to diff View file
M src/themes/BurningParrot/css/includes/_navbar-dropdown-items.scss +1 โˆ’0 Go to diff View file
M src/themes/BurningParrot/include/BurningParrotTheme.php +1 โˆ’0 Go to diff View file
M src/themes/BurningParrot/templates/navbar/navbar.mustache +2 โˆ’2 Go to diff View file
D src/themes/FlamingParrot/include/keyboard_navigation/KeyboardNavigationModalPresenter.class.php +0 โˆ’168 Go to diff View file
D src/themes/FlamingParrot/templates/keyboard_navigation_help_modal.mustache +0 โˆ’114 Go to diff View file
M src/themes/FlamingParrot/templates/navbar-user-navigation.mustache +2 โˆ’2 Go to diff View file
M src/webpack.common.js +2 โˆ’12 Go to diff View file
M src/www/themes/FlamingParrot/FlamingParrot_Theme.class.php +0 โˆ’7 Go to diff View file