feat(creator): retire old workspace and polish CreatorEdit route & dashboard navigation

This commit is contained in:
2026-06-14 11:42:34 +02:00
parent 042dad0774
commit 00ebee8628
5 changed files with 217 additions and 557 deletions
@@ -372,7 +372,7 @@
{
if (book.FirstChapterId.HasValue)
{
NavigationManager.NavigateTo($"/creator/edit/{book.Id}?chapterId={book.FirstChapterId.Value}");
NavigationManager.NavigateTo($"/creator/edit/{book.Id}/{book.FirstChapterId.Value}");
}
else
{