1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-10-22 11:18:20 +02:00
unleash.unleash/frontend/src
Thomas Heartman f5c78605ed
refactor: use css grid for flags and no content grid (#8347)
This PR uses the new CSS grid layout for the flag grid and the no
content grid.

In doing so, it also improves how you use the grid item (giving them a
`gridArea` prop) and extracts the breakpoint handling so that all
sections that use breakpoints use the same breakpoints.

As with the previous PR, here's screenies of the same screen width, but
with open and closed sidebar:
Open:

![image](https://github.com/user-attachments/assets/2d41d412-5072-4c66-9a48-e7aa0d8cff45)

Closed:

![image](https://github.com/user-attachments/assets/994e3f2c-6f4c-4db1-9f10-e1d1a4d96540)
2024-10-03 07:54:27 +00:00
..
__mocks__
assets
component refactor: use css grid for flags and no content grid (#8347) 2024-10-03 07:54:27 +00:00
constants
contexts
hooks chore: timeline plausible tracking (#8338) 2024-10-03 07:58:58 +02:00
interfaces chore: event timeline signals (#8310) 2024-10-01 09:02:08 +01:00
openapi feat: health trend insight (#8335) 2024-10-02 13:50:31 +02:00
themes
types
utils
index.tsx
setupTests.ts
vite-env.d.ts