1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-02-04 00:18:01 +01:00
unleash.unleash/frontend/src
Thomas Heartman a8fa1ae347
fix: hide warnings that you'll overwrite changes on CRs that are already applied (#6214)
The current approach uses adds an extra parameter to the components and
passes it through from the parent components. It's never a lot of
levels, so it feels alright, but it's feels like a bit of a code smell.
I wonder if it would make sense to use a context for each change
request? 🤔

Supersedes: https://github.com/Unleash/unleash/pull/6181
2024-02-16 12:41:14 +08:00
..
__mocks__
assets chore: show new change request diagram for users who are exposed to scheduled CRs (#5777) 2024-01-08 09:49:13 +05:30
component fix: hide warnings that you'll overwrite changes on CRs that are already applied (#6214) 2024-02-16 12:41:14 +08:00
constants
contexts
hooks refactor: project actions (#6203) 2024-02-12 17:10:33 +00:00
interfaces refactor: project actions (#6203) 2024-02-12 17:10:33 +00:00
openapi feat: add gen:api:clean for clean orval schemas (#6244) 2024-02-15 11:45:35 +02:00
themes feat: dashboard lead time gauge (#6225) 2024-02-14 13:32:12 +01:00
types chore(deps): update dependency @biomejs/biome to v1.4.1 (#5709) 2024-01-10 09:11:49 +00:00
utils feat: Make storing to local storage robust (#6139) 2024-02-13 09:36:15 +02:00
index.tsx feat: sdk reporting flag and e2e test (#6216) 2024-02-13 14:13:21 +02:00
setupTests.ts
vite-env.d.ts