1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-11-24 20:06:55 +01:00
unleash.unleash/frontend/src/component/admin
Thomas Heartman f4556839c8
feat(1-3281): wraps the new datepicker in a dropdown (#9169)
Wraps the datepicker in a popover, making it function largely the same
as a dropdown list.

The dropdown displays one of:
- "current month" if you've selected the current month
- "<month> <year>" (e.g. "December 2024") if you've selected a month
that isn't the current month
- "Last n months" (e.g. "Last 3 months") if you have selected a range

Additionally, the range selections have been updated to span the whole
row, aligning with the look of generic dropdown lists.


![image](https://github.com/user-attachments/assets/d356aec5-d51b-42fa-9591-60e2b5038a8e)

Like with the rest of this file (`PeriodSelector`), the code is rough
and not according to Unleash standards. However, I'm prioritizing fast
changes so UX can have a look before I clean up the code to switch to
using styled components etc later. It's still behind a flag, so I'm not
very worried about it.
2025-01-29 15:29:30 +01:00
..
apiToken chore(unl-204): remove uses of toast text and confetti (#8941) 2024-12-10 13:38:04 +00:00
auth chore: mark SSO as an Enterprise only feature (#9071) 2025-01-09 13:07:28 +00:00
banners feat(cjux-278): maintenance root roles (#8875) 2024-12-10 15:22:46 +01:00
billing chore: adapt billing page to custom billing scenarios (#8862) 2024-11-27 08:59:25 +00:00
cors feat: read logs and update cors maintenance root-role permissions (#8996) 2025-01-08 10:03:40 +01:00
groups chore: new release plan template card (#9096) 2025-01-14 13:49:50 +00:00
instance-admin feat: add remaining resource usage to instance stats (#7958) 2024-08-22 13:09:26 +02:00
instance-privacy chore: rename toggle to flag #2 (#7097) 2024-05-22 08:20:11 +03:00
invoice chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
license chore(unl-204): remove uses of toast text and confetti (#8941) 2024-12-10 13:38:04 +00:00
maintenance feat(cjux-278): maintenance root roles (#8875) 2024-12-10 15:22:46 +01:00
menu chore: remove navigation sidebar leftover flag (#8504) 2024-10-22 10:08:27 +02:00
network feat(1-3281): wraps the new datepicker in a dropdown (#9169) 2025-01-29 15:29:30 +01:00
roles fix: align project roles checkboxes (#9123) 2025-01-21 10:34:20 +00:00
serviceAccounts chore(unl-204): remove uses of toast text and confetti (#8941) 2024-12-10 13:38:04 +00:00
users [Gitar] Cleaning up stale flag: licensedUsers with value true (#9061) 2025-01-06 10:44:13 +02:00
Admin.tsx chore: remove navigation sidebar leftover flag (#8504) 2024-10-22 10:08:27 +02:00
AdminIndex.tsx chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
AdminRedirect.tsx
adminRoutes.ts chore: mark SSO as an Enterprise only feature (#9071) 2025-01-09 13:07:28 +00:00
filterAdminRoutes.test.ts
filterAdminRoutes.ts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
LazyAdmin.tsx
LazyAdminExport.tsx
useAdminRoutes.ts