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

Open
marcel wants to merge 52 commits from feat/issue-753-journey-editor into feat/issue-750-lesereisen-data-model
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