Commit 52d28ffc authored by Phil Hughes's avatar Phil Hughes

Merge branch '229958-ux-polish-removed-the-header-designs-on-empty-state' into 'master'

UX Polish: Remove the header "Designs" on empty state

See merge request gitlab-org/gitlab!37548
parents 59c9545f 1597b7ad
......@@ -314,11 +314,6 @@ export default {
{{ __('An error occurred while loading designs. Please try again.') }}
</gl-alert>
<ol v-else class="list-unstyled row">
<span
v-if="isDesignListEmpty && !allVersions.length"
class="gl-font-weight-bold gl-font-weight-bold gl-ml-5 gl-mb-4"
>{{ s__('DesignManagement|Designs') }}</span
>
<li :class="designDropzoneWrapperClass" data-testid="design-dropzone-wrapper">
<design-dropzone
:class="{ 'design-list-item design-list-item-new': !isDesignListEmpty }"
......
---
title: 'UX Polish: Remove the header Designs on empty state'
merge_request: 37548
author:
type: fixed
......@@ -13,8 +13,6 @@ exports[`Design management index page designs does not render toolbar when there
<ol
class="list-unstyled row"
>
<!---->
<li
class="gl-flex-direction-column col-md-6 col-lg-3 gl-mb-3"
data-testid="design-dropzone-wrapper"
......@@ -144,8 +142,6 @@ exports[`Design management index page designs renders designs list and header wi
<ol
class="list-unstyled row"
>
<!---->
<li
class="gl-flex-direction-column col-md-6 col-lg-3 gl-mb-3"
data-testid="design-dropzone-wrapper"
......@@ -292,12 +288,6 @@ exports[`Design management index page when has no designs renders design dropzon
<ol
class="list-unstyled row"
>
<span
class="gl-font-weight-bold gl-font-weight-bold gl-ml-5 gl-mb-4"
>
Designs
</span>
<li
class="col-12"
data-testid="design-dropzone-wrapper"
......
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