1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-11-10 01:19:53 +01:00
unleash.unleash/frontend/src
Thomas Heartman 4490fe785d
Update the design of change request filters to be one contiguous element (#10857)
Removes spacing between the filters, making them stick together.

This is in prep for adding a new set of filters, which will make each
group visually separated.

Also handles the bolding of text that happens when a filter is selected
by a little css `::before` trick.
 
Before:
<img width="367" height="199" alt="image"
src="https://github.com/user-attachments/assets/107e5f8d-a59b-46c9-ab86-18b240d3eb15"
/>

After:
<img width="379" height="179" alt="image"
src="https://github.com/user-attachments/assets/a02f2810-33a6-40fe-837f-3a3b01243da9"
/>
2025-10-24 10:56:46 +02:00
..
__mocks__
assets chore: add new strategy icons (#10665) 2025-09-22 11:26:52 +01:00
component Update the design of change request filters to be one contiguous element (#10857) 2025-10-24 10:56:46 +02:00
constants fix: date localizations for chart (#10581) 2025-09-01 09:29:45 +00:00
contexts feat: Unleash v7 ESM migration (#9877) 2025-05-14 09:47:12 +02:00
hooks refactor: update/create progression to change progression (#10843) 2025-10-22 15:40:30 +02:00
interfaces chore: remove legacy flag UI (#10781) 2025-10-14 11:00:51 +02:00
openapi chore: generate orval (#10852) 2025-10-23 15:46:02 +03:00
themes Update chart colors to increase contrasts between the A series. (#10579) 2025-09-01 08:22:44 +02:00
types
utils chore: remove uuid from the frontend (#10808) 2025-10-17 10:31:48 +02:00
index.tsx feat: Unleash v7 ESM migration (#9877) 2025-05-14 09:47:12 +02:00
setupTests.ts
vite-env.d.ts