Commit b8ac7143 authored by Daniel Schömer's avatar Daniel Schömer

Project Settings Operations h4 Expand/Collapse 3/5

Project Settings General Headers (h4 elements) expand/collapse on
mouse-click / tap, like using the Expand/Collapse button. Other h4
headers in other Project Settings pages do not expande/collapse on
mouse-click / tap, but only using the Expand/Collapse button. This may
seem inconsistent to the user.

The h4 headers of Project Settings General get the expand/collapse
behavior through classes settings-title, js-settings-toggle and
js-settings-toggle-trigger-only.

This MR adds classes settings-title, js-settings-toggle and
js-settings-toggle-trigger-only to the h4 headers in Project Settings
Operations Incidents. This enables the expand/collapse behavior
on-click/on-tap for the h4 headers.
parent 57604146
...@@ -26,7 +26,10 @@ export default { ...@@ -26,7 +26,10 @@ export default {
class="settings no-animate qa-incident-management-settings" class="settings no-animate qa-incident-management-settings"
> >
<div class="settings-header"> <div class="settings-header">
<h4 ref="sectionHeader"> <h4
ref="sectionHeader"
class="settings-title js-settings-toggle js-settings-toggle-trigger-only"
>
{{ $options.i18n.headerText }} {{ $options.i18n.headerText }}
</h4> </h4>
<gl-button ref="toggleBtn" class="js-settings-toggle">{{ <gl-button ref="toggleBtn" class="js-settings-toggle">{{
......
---
title: Project Settings Operations header Incidents expand/collapse on-click/on-tap
merge_request: 56273
author: Daniel Schömer
type: changed
...@@ -9,7 +9,9 @@ exports[`IncidentsSettingTabs should render the component 1`] = ` ...@@ -9,7 +9,9 @@ exports[`IncidentsSettingTabs should render the component 1`] = `
<div <div
class="settings-header" class="settings-header"
> >
<h4> <h4
class="settings-title js-settings-toggle js-settings-toggle-trigger-only"
>
Incidents Incidents
......
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