Commit 7b6df851 authored by Filipa Lacerda's avatar Filipa Lacerda

Merge branch 'artifacts-keyboard-shortcuts' into 'master'

Enabled keyboard shortcuts on artifacts pages

Closes #33184

See merge request !12015
parents aa7e0513 e6ff6d81
...@@ -374,9 +374,11 @@ import initSettingsPanels from './settings_panels'; ...@@ -374,9 +374,11 @@ import initSettingsPanels from './settings_panels';
new ProjectFork(); new ProjectFork();
break; break;
case 'projects:artifacts:browse': case 'projects:artifacts:browse':
new ShortcutsNavigation();
new BuildArtifacts(); new BuildArtifacts();
break; break;
case 'projects:artifacts:file': case 'projects:artifacts:file':
new ShortcutsNavigation();
new BlobViewer(); new BlobViewer();
break; break;
case 'help:index': case 'help:index':
......
---
title: Enabled keyboard shortcuts on artifacts pages
merge_request:
author:
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment