Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFilipa Lacerda <filipa@gitlab.com>2017-06-08 21:06:23 +0300
committerFilipa Lacerda <filipa@gitlab.com>2017-06-08 21:06:23 +0300
commit7b6df851209f5845be6a2b2d3a3865510ca540aa (patch)
tree95a97c04c846fb37ed9773c7e14f95ef1ae03747
parentaa7e051357d230c17f9a900589eca59bd6d6fdb0 (diff)
parente6ff6d81a0e09a897eb1706d5d92c7a8102f05ad (diff)
Merge branch 'artifacts-keyboard-shortcuts' into 'master'
Enabled keyboard shortcuts on artifacts pages Closes #33184 See merge request !12015
-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: