Skip to content

Update layout of secret details page

Mireya Andres requested to merge secrets/update-details-page into master

What does this MR do and why?

Implements #474796 (closed).

As titled. This MR makes sure that the secret details page aligns with the current design.

This is developed behind the ci_tanukey_ui feature flag. Note that there is no backend integration yet, so the frontend only works with mock data.

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After After (Without optional fields
Screenshot_2024-08-13_at_00.59.00 Screenshot_2024-08-16_at_15.40.30 Screenshot_2024-08-16_at_15.41.26

How to set up and validate locally

  1. In rails console enable the experiment fully
    Feature.enable(:ci_tanukey_ui)
  2. Visit a secret: <path-to-project>/-/secrets/1
  3. Verify that page adheres to the current design.
Edited by Mireya Andres

Merge request reports

Loading