Add loading state and disable interactions during page generation

This commit is contained in:
Riccardo Giorato
2025-12-26 19:50:30 +01:00
parent 89048bae15
commit f3c1398bd2
3 changed files with 37 additions and 9 deletions
+2
View File
@@ -287,6 +287,8 @@ export default function StoryEditorPage() {
/>
<ComicCanvas
page={pages[currentPage]}
pageIndex={currentPage}
isLoading={loadingPageId === currentPage}
onInfoClick={() => setShowInfoSheet(true)}
onRedrawClick={handleRedrawPage}
onNextPage={() =>