All updates
frontend

Smoother editor navigation and safer project deletion

  • Smoother editor navigation during URL changesWrapped URL updates in a React transition so the editor keeps showing the current content instead of immediately showing a loading state when switching entries.

Improvements

  • Added a confirmation input for project deletion and enabled the Delete button only when the project slug was entered to reduce accidental deletions.frontend
  • Integrated previous-data behavior into entry fetching so the last loaded entry remained visible while new data was fetched.frontend

Bug Fixes

  • Reset the delete confirmation input when the dialog was closed so the dialog always opened with a clean state.frontend