feat(journey-editor): JourneyEditor frontend — issue #753 #792

Merged
marcel merged 92 commits from feat/issue-753-journey-editor into feat/issue-750-lesereisen-data-model 2026-06-11 12:07:23 +02:00
Showing only changes of commit b30c0d7f96 - Show all commits

View File

@@ -87,7 +87,7 @@ function handleInterludeCancel() {
<button
type="button"
onclick={handleInterludeConfirm}
aria-disabled={!canConfirmInterlude}
disabled={!canConfirmInterlude}
class={[
'inline-flex h-11 items-center rounded px-4 font-sans text-sm font-medium focus:outline-none focus-visible:ring-2 focus-visible:ring-focus-ring',
canConfirmInterlude