1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-04-29 01:15:48 +02: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 feat: use new environment limit in Unleash UI (#7500) 2024-07-02 06:14:15 +00:00
contexts chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
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 feat: upgrade from react v17 to v18 (#7265) 2024-06-11 13:59:52 +03:00
types chore: Bump biome and configure husky (#6589) 2024-03-18 13:58:05 +01:00
utils test: insights filtering (#7612) 2024-07-17 15:03:02 +02:00
index.tsx feat: upgrade from react v17 to v18 (#7265) 2024-06-11 13:59:52 +03:00
setupTests.ts
vite-env.d.ts