From 0ae8428c8e77d5d7e098827be688b1f146321af1 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Tue, 11 May 2021 21:10:21 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- .../components/drawer/pipeline_editor_drawer.vue | 60 ++++++++++++---------- .../javascripts/pipeline_editor/constants.js | 2 + 2 files changed, 35 insertions(+), 27 deletions(-) (limited to 'app/assets/javascripts/pipeline_editor') diff --git a/app/assets/javascripts/pipeline_editor/components/drawer/pipeline_editor_drawer.vue b/app/assets/javascripts/pipeline_editor/components/drawer/pipeline_editor_drawer.vue index e1f38b4332b..3f4da0a0641 100644 --- a/app/assets/javascripts/pipeline_editor/components/drawer/pipeline_editor_drawer.vue +++ b/app/assets/javascripts/pipeline_editor/components/drawer/pipeline_editor_drawer.vue @@ -1,6 +1,8 @@ diff --git a/app/assets/javascripts/pipeline_editor/constants.js b/app/assets/javascripts/pipeline_editor/constants.js index 56862f17858..dba815368eb 100644 --- a/app/assets/javascripts/pipeline_editor/constants.js +++ b/app/assets/javascripts/pipeline_editor/constants.js @@ -26,3 +26,5 @@ export const TABS_WITH_COMMIT_FORM = [CREATE_TAB, LINT_TAB, VISUALIZE_TAB]; export const COMMIT_ACTION_CREATE = 'CREATE'; export const COMMIT_ACTION_UPDATE = 'UPDATE'; + +export const DRAWER_EXPANDED_KEY = 'pipeline_editor_drawer_expanded'; -- cgit v1.2.3