feat(detail): duplicate an event as a new one (#52) #77
Reference in New Issue
Block a user
Delete Branch "feat/duplicate-events"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Adds a Duplicate action to the event detail top bar. It opens the shared editor pre-filled with a copy of the event as a new, unsaved event, so a one-off (a shift, an appointment) can be recreated by changing just the day and time instead of re-typing every field. Resolves [#52].
How it works
openImported→createEvent), so the copy becomes an independent event with the default reminder applied — no new data-layer path.requireWrite {}) to cover edit, delete, and the new duplicate action.Notes
release/v2.15.0(notmain);release/v2.15.0is merged in and the changelog entry sits under[Unreleased] → Added.🤖 Generated with Claude Code