From 5362a7c58eaafd3600dfabf83893669de75aa600 Mon Sep 17 00:00:00 2001 From: David An Date: Tue, 23 May 2023 10:55:54 -0700 Subject: [PATCH] added changeset Signed-off-by: David An --- .changeset/fast-ears-know.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/fast-ears-know.md diff --git a/.changeset/fast-ears-know.md b/.changeset/fast-ears-know.md new file mode 100644 index 0000000000..fa56c4c99d --- /dev/null +++ b/.changeset/fast-ears-know.md @@ -0,0 +1,5 @@ +--- +'@backstage/plugin-user-settings': patch +--- + +Improved the user experience of the feature flags list. It now sorts the enabled flags to the top of the list to increase the visibilities of the toggled flags.