Nuno Góis
d11e8b2c81
chore: UX adjustments in new unknown flag table headers ( #10535 )
...
https://linear.app/unleash/issue/2-3816/further-ux-adjustments-to-new-table-headers
Smaller UX adjustments to the new unknown flag table headers.
2025-08-26 16:21:43 +01:00
Nuno Góis
885d3e1817
chore: implement unknown flags UX feedback ( #10519 )
...
https://linear.app/unleash/issue/2-3809/implement-the-latest-feedback-from-ux
Implements the latest feedback from UX regarding **unknown flags**.
Bit unsure about our column headers. E.g. instead of "Last seen" and
"Seen in Unleash" we could call them "Reported" and "Last event".
<img width="1490" height="838" alt="image"
src="https://github.com/user-attachments/assets/30ca2570-1395-429f-8d60-ccc6fe83ba92 "
/>
2025-08-22 14:04:01 +01:00
Nuno Góis
57424312b5
chore: timeagocell default fallback ( #10475 )
...
https://linear.app/unleash/issue/2-3759/set-timeagocell-default-fallback-to-never
Sets the default `emptyText` fallback to 'Never'. This should help with
consistency and DRYness.
Also noticed some of our TimeAgoCell `title` properties were redundant,
so I removed them for simplicity.
Examples:
<img width="1268" height="1063" alt="image"
src="https://github.com/user-attachments/assets/b7a8118b-bd73-45bc-8823-fa9f211f9ea9 "
/>
<img width="793" height="366" alt="image"
src="https://github.com/user-attachments/assets/f494e1de-2bbb-46c8-ad87-adc7a1d4ea56 "
/>
2025-08-07 18:05:28 +01:00
Nuno Góis
3338ea4300
chore: clear unknown flags every 24h instead of every 7d ( #10446 )
...
https://linear.app/unleash/issue/2-3738/clear-unknown-flags-every-24h-instead-of-every-7d
Clears unknown flags every 24h instead of every 7d.
This ensures the list stays more relevant by removing stale entries
sooner, allowing users to focus on actively reported unknown flags.
Also includes small improvements, including a new paragraph on the
unknown flags page that better explains the concept of unknown flag
reports.
2025-07-31 11:22:40 +01:00
Nuno Góis
0d0257bbdc
chore: link to events for that flag name ( #10442 )
...
https://linear.app/unleash/issue/2-3737/link-to-events-for-that-flag-name
Adds a link to events for that flag name, in the unknown flags table.
This should help us understand if the flag ever existed in Unleash in
the first place.
<img width="1304" height="803" alt="image"
src="https://github.com/user-attachments/assets/b80c7912-f342-4fd1-b514-6fcafe9f5baf "
/>
2025-07-30 16:19:52 +01:00
Nuno Góis
3b6613360c
chore: unknown flags UI ( #10332 )
...
https://linear.app/unleash/issue/2-3682/add-unknown-flags-page-with-table-and-description
Adds a `/unknown-flags` page with a table of unknown flag reports and a
short description of what this is.
It’s only accessible via direct URL for now (if the flag is enabled),
but it allows us to share the list with some customers.
<img width="1026" alt="image"
src="https://github.com/user-attachments/assets/feee88bb-bbce-4871-98d7-f76f95076ee2 "
/>
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-07-08 17:51:03 +01:00