Skip to content

Geo Node Status 2.0 - GitLab UI Cleanup

Zack Cuddy requested to merge 325182_05_gitlab_ui_cleanup into master

Why

Work towards: #325182 (closed)

Over the past few months we have been implementing the new Geo Node Status UI (ee/geo_nodes_beta). More can be read on this epic: &4712 (closed) Throughout the iterations lots of feedback has been received. The above issue tracks the backstage inconsistencies created by different reviews and perspectives. This is part of a series of MRs to clean up all these backstage inconsistencies.

What does this MR do?

This MR addresses the following feedback:

Category Feedback
GitLab UI 1. Remove `"tabindex=0"` from `GlIcon` popovers as it is not needed to trigger the focus event: !55695 (comment 534351480)
2. Adjust popover text sizes to `gl-font-base`: !55695 (comment 534352570)
3. Use `GlSprintf` for inline translations w/ links: !55695 (comment 534352570)
4. Stub `GlCard` instead of `mount`: !56412 (comment 542439436)

To further describe the changes. This is focused on minor cleanups of some GitLab UI usages. Each comment above links to the thought process behind the changes.

This change is also behind a feature flag (:geo_nodes:beta)

How to test

  1. Set up a Geo Primary/Secondary GDK
  2. Fetch the current branch
  3. Activate the Feature Flag on your Primary GDK (:geo_nodes_beta)
  4. Navigate to http://127.0.0.1:3000/admin/geo/nodes_beta
  5. View UI

Screenshots (strongly suggested)

before after
Fixed Learn more spacing Screen_Shot_2021-04-27_at_1.09.14_PM Screen_Shot_2021-04-27_at_1.07.24_PM

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

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

Merge request reports

Loading