phasehq / console

Application secrets and configuration management for developers.
https://phase.dev
Other
453 stars 24 forks source link

feat: misc secret screen ui improvements #322

Closed nimish-ks closed 2 months ago

nimish-ks commented 2 months ago

๐Ÿ” Overview

Made a few quality of life changes and improvement to the secret UI.

๐Ÿ’ก Proposed Changes

๐Ÿ–ผ๏ธ Screenshots or Demo

Before the changes (application folder path UI): image

After the changes (application folder path UI): image

Before the changes (state reset UI): image

After the changes (state reset UI): image

๐Ÿ“ Release Notes

๐Ÿงช Testing

๐ŸŽฏ Reviewer Focus

โž• Additional Context

โœจ How to Test the Changes Locally

  1. Pull the branch.
  2. Build the project locally.
  3. Navigate to the secret screen and verify the UI changes.

๐Ÿ’š Did You...