Project Settings Repository Mirroring Repositories Header
What does this MR do?
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
header Project Settings / Repository / Mirroring Repositories.
This enables the expand/collapse behavior on mouse-click / tap for the h4
headers.
This is part 2 of a series of 8 MR for the headings in Projects Settings / Repository.
- 1/8: !55228 (merged)
- 2/8: !55229 (merged) (this MR)
- 3/8: !55230 (merged)
- 4/8: !55231 (merged)
- 5/8: !55232 (merged)
- 6/8: !55233 (merged)
- 7/8: !55234 (merged)
- 8/8: !55235 (merged)
Screenshots (strongly suggested)
(copied from !54114 (merged) with similar changes)
Current behavior: no on-click / on-tap expand/collapse
Behavior after applying this MR: on-click / on-tap expand/collapse
Does this MR meet the acceptance criteria?
Conformity
-
Changelog entry -
Documentation (if required) -
Code review guidelines -
Merge request performance guidelines -
Style guides -
Database guides -
Separation of EE specific content
Availability and Testing
-
Review and add/update tests for this feature/bug. Consider all test levels. See the Test Planning Process. -
Tested in all supported browsers -
Apple Safari 13.1.2 (13609.3.5.1.5) -
Chromium Version 90.0.4409.0 -
Google Chrome 88.0.4324.146 -
Microsoft Edge 88.0.705.56 -
Mozilla Firefox 84.0.2
-
-
Informed Infrastructure department of a default or new setting change, if applicable per definition of done
Security
If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:
-
Label as security and @ mention @gitlab-com/gl-security/appsec
-
The MR includes necessary changes to maintain consistency between UI, API, email, or other methods -
Security reports checked/validated by a reviewer from the AppSec team
Related to #205484