stable
Clone or download
Read-only
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 |