Update layout of secret details page
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 |
---|---|---|
How to set up and validate locally
- In rails console enable the experiment fully
Feature.enable(:ci_tanukey_ui)
- Visit a secret:
<path-to-project>/-/secrets/1
- Verify that page adheres to the current design.
Edited by Mireya Andres