1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-25 00:07:47 +01:00
unleash.unleash/frontend/src
Thomas Heartman 9d49070cee
refactor: refactor personal dashboard front end code pt1 (#8440)
This is the first step in refactoring the front end code for personal
dashboards.

At this point:
- extract `useDashboardState` to its own file
- extract my flags to its own file
- Rename `Grid.tsx` to `SharedComponents.tsx` as it contains more than
just the grid.
2024-10-14 13:51:23 +02:00
..
__mocks__
assets fix: import svg viewbox misalignment (#8216) 2024-10-08 08:41:16 +02:00
component refactor: refactor personal dashboard front end code pt1 (#8440) 2024-10-14 13:51:23 +02:00
constants
contexts
hooks fix($env): order API integration update (#8431) 2024-10-11 13:23:54 +03:00
interfaces chore: add OpenAI API key configuration (#8400) 2024-10-10 09:43:14 +01:00
openapi feat($env): additional environments - API integration (#8424) 2024-10-11 09:01:35 +00:00
themes
types
utils chore: implement event grouping in the event timeline (#8254) 2024-09-26 14:48:52 +01:00
index.tsx
setupTests.ts test: reduce noise from test warnings (#8251) 2024-09-25 12:56:09 +02:00
vite-env.d.ts