Skip to content

ui: add Key column to homepage flag tables#1

Open
smcguinness wants to merge 1 commit intomainfrom
feat/ui-key-column-homepage
Open

ui: add Key column to homepage flag tables#1
smcguinness wants to merge 1 commit intomainfrom
feat/ui-key-column-homepage

Conversation

@smcguinness
Copy link
Copy Markdown
Collaborator

Description

Add a Key column to the homepage Active and Deleted flags tables in browser/flagr-ui/src/components/Flags.vue.

Motivation and Context

Flag keys are commonly used when evaluating flags via API/debug console and when cross-referencing configurations. Showing the key directly on the home tables reduces click-through and speeds up identification.

How Has This Been Tested?

  • Ran frontend lint: cd browser/flagr-ui && npm run lint
  • Verified local UI recompiles and serves at http://localhost:8080

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

Made with Cursor

Expose flag key on both active and deleted flags tables to improve scanability and make matching against API/debug data easier.

Made-with: Cursor
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant