summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2017-06-08 14:23:50 +0100
committerPhil Hughes <me@iamphill.com>2017-06-08 14:24:08 +0100
commite6ff6d81a0e09a897eb1706d5d92c7a8102f05ad (patch)
treedcaae0df23c5f613b317a21a5e5b27689b3a4b27
parentfd072e2221147f52edf74d4dcedb2ffa3799ab2f (diff)
downloadgitlab-ce-artifacts-keyboard-shortcuts.tar.gz
Enabled keyboard shortcuts on artifacts pagesartifacts-keyboard-shortcuts
Closes #33184
-rw-r--r--app/assets/javascripts/dispatcher.js2
-rw-r--r--changelogs/unreleased/artifacts-keyboard-shortcuts.yml4
2 files changed, 6 insertions, 0 deletions
diff --git a/app/assets/javascripts/dispatcher.js b/app/assets/javascripts/dispatcher.js
index 0c420c12345..99de128b04b 100644
--- a/app/assets/javascripts/dispatcher.js
+++ b/app/assets/javascripts/dispatcher.js
@@ -374,9 +374,11 @@ import initSettingsPanels from './settings_panels';
new ProjectFork();
break;
case 'projects:artifacts:browse':
+ new ShortcutsNavigation();
new BuildArtifacts();
break;
case 'projects:artifacts:file':
+ new ShortcutsNavigation();
new BlobViewer();
break;
case 'help:index':
diff --git a/changelogs/unreleased/artifacts-keyboard-shortcuts.yml b/changelogs/unreleased/artifacts-keyboard-shortcuts.yml
new file mode 100644
index 00000000000..69569504c4f
--- /dev/null
+++ b/changelogs/unreleased/artifacts-keyboard-shortcuts.yml
@@ -0,0 +1,4 @@
+---
+title: Enabled keyboard shortcuts on artifacts pages
+merge_request:
+author: