Skip to content

Conversation

@bfalls
Copy link
Owner

@bfalls bfalls commented Jan 2, 2026

Fixes #43

  • Removed duplicate and delete affordances from alarm list rows so they now only expose edit and enable/disable behaviors, shifting destructive actions into the editor sheet.
  • Added an editor action row with cancel, delete, duplicate, and save controls, including proper spacing, discard-changes confirmation/back handling, and save enablement tied to edits and validity, with delete/duplicate limited to edit mode.
  • Updated duplication logic to clone the current alarm, append "(copy)" labels when present, and insert the new alarm adjacent to the source, and aligned UI tests with the new callbacks and cancel icon control.

@bfalls bfalls merged commit 48d62f1 into main Jan 2, 2026
1 check passed
@bfalls bfalls deleted the feature/move-duplicate-delete-buttons branch January 2, 2026 04:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Move Duplicate & Delete Actions to Edit Alarm Screen

2 participants