summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/shortcuts.js
Commit message (Collapse)AuthorAgeFilesLines
* Improve the JS for the `p b` shortcut and fix its CSSRémy Coutable2017-06-091-3/+4
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Fix Rubocop offenses, improve SQL duration format and changelog entryRémy Coutable2017-06-091-3/+2
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* New performance bar that can be enabled with the `p b` shortcutRémy Coutable2017-06-091-0/+14
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* remove bind polyfill from shortcuts.jsMike Greiling2017-05-081-3/+1
|
* Fixed the preview keyboard shortcut focusing wrong tabPhil Hughes2017-04-211-2/+5
| | | | Closes #31101
* Fixed specsPhil Hughes2017-04-061-4/+9
| | | | Updated JS that was causing the hints to appear & then disappear
* Improve shortcuts codeFilipa Lacerda2017-04-061-34/+15
|
* Adds ShortcutsDashboardNavigation to globals comment since its a global variableFilipa Lacerda2017-04-061-1/+1
|
* Change todos shortcut to shiftAnnabel Dunstone Gray2017-04-061-0/+3
|
* Switch global shortcuts to shift; reuse key styles from help menuAnnabel Dunstone Gray2017-04-061-36/+25
|
* Map bindings to lowercase letters; only show key bindings when using ↵Annabel Dunstone Gray2017-04-061-25/+31
| | | | keyboard shortcut
* Change shortcut to `n`.Jacob Schatz2017-04-061-1/+1
|
* Add keyboard shortcuts to main menu.Jacob Schatz2017-04-061-0/+39
| | | | 1. Show shortcuts for easy navigation.
* Fix `Ctrl+Enter` support for Quick SubmitKushal Pandya2017-03-231-0/+4
|
* replace implicit this == window with explicit bindingMike Greiling2017-02-171-1/+1
|
* Remove turbolinks.Bryce Johnson2017-02-021-2/+1
|
* resolve all x-spacing and no-spaced-x eslint violationsMike Greiling2017-01-181-2/+2
|
* resolve all padded-blocks eslint violationsMike Greiling2017-01-181-3/+1
|
* resolve all no-plusplus eslint violationsMike Greiling2017-01-181-2/+2
|
* resolve all instances of no-undef eslint rule violationsclean-no-undefMike Greiling2016-12-141-1/+5
|
* explicitly disable eslint inlineexplicitly-disable-eslint-inlineLuke "Jared" Bennett2016-11-151-1/+1
|
* disable ESLint for all JavaScript fileswinniehell2016-10-261-0/+1
|
* Restore comments lost when converting CoffeeScript to JavaScriptJared Deckard2016-09-081-0/+1
|
* ES6ify all the things!Fatih Acet2016-07-241-0/+97