Commit 26d75904 authored by Ezekiel Kigbo's avatar Ezekiel Kigbo

Added add stage button

Added new button to launch the new
stage form for customisable cycle
analytics.

Move add stage button to vue component

Toggle active state of the add stage button

Added customisable_cycle_analytics_form feature flag

Added basic test for add stage button

Move css to bootstrap classes

Removes scss styling that can be applied
via bootstrap classes and adds the relevant
classes to html elements

Update gitlab.pot file

Move to ee dir

Move all the add stage button
code to the relevant ee directory

Added feature tests for add stage button

Moved add stage functionality to ee mixin

Created addStageMixin for the add stage
functionality needed in EE. Added a stub
mixin to the CE dir.

Additional tests for addStageForm classes

Moved to analytics dir

Moved the add stage button
code to the relevant ee/analytics
directory where it will live
parent ac20a501
......@@ -172,6 +172,20 @@
color: $gl-text-color-secondary;
}
}
// EE-specific start
.stage-ghost {
border: dashed 1px $border-color;
&:hover,
&.active {
font-weight: bold;
background: $blue-50;
border-color: solid 1px $blue-300;
box-shadow: inset 4px 0 0 0 $blue-500;
}
}
// EE-specific end
}
.stage-panel-container {
......
......@@ -4535,6 +4535,9 @@ msgstr ""
msgid "CustomCycleAnalytics|Add a stage"
msgstr ""
msgid "CustomCycleAnalytics|New stage"
msgstr ""
msgid "Customize colors"
msgstr ""
......
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