1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-31 00:16:47 +01:00
unleash.unleash/frontend/src
Thomas Heartman e155cb9923
fix: don't delete projects screen from history (#7787)
Fixes a bug in the navigation when you create a project. It used to be
that we'd replace the current entry in the browser history when we
took you to a separate form for it. However, now that we instead
use a dialog, we don't want to replace the history.

Before: if you created a project and navigated back, you'd be taken to
the page you were at BEFORE you went to the projects page, whether
that was in Unleash or otherwise.

Now you'll be taken back to the projects page.
2024-08-07 09:33:27 +02:00
..
__mocks__
assets fix: project icon sizing and color (#7672) 2024-07-26 10:26:16 +02:00
component fix: don't delete projects screen from history (#7787) 2024-08-07 09:33:27 +02:00
constants
contexts
hooks feat: new useEventSearch hook (#7757) 2024-08-05 13:12:45 +00:00
interfaces chore: use EventSchema instead of IEvent (#7732) 2024-08-02 11:05:42 +02:00
openapi Update front end schemas for new event search (#7758) 2024-08-05 12:48:01 +00:00
themes
types
utils test: insights filtering (#7612) 2024-07-17 15:03:02 +02:00
index.tsx
setupTests.ts
vite-env.d.ts