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 bb84ef21ad
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:31:50 +02:00
..
__mocks__
assets
component fix: don't delete projects screen from history (#7787) 2024-08-07 09:31:50 +02:00
constants
contexts
hooks feat: new useEventSearch hook (#7757) 2024-08-05 13:12:45 +00:00
interfaces chore: archive projects flag (#7772) 2024-08-06 14:59:49 +02:00
openapi refactor: rename createdAtFrom/To to from/to (#7773) 2024-08-06 15:02:44 +02:00
themes
types
utils
index.tsx
setupTests.ts
vite-env.d.ts