You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The home_view.dart file currently lacks a duplicate button for alarms. This issue proposes the addition of a "Duplicate Alarm" button to the existing popup menu alongside the "Preview Alarm" and "Delete Alarm" buttons, along with implementing the necessary functionality to duplicate an alarm.
Steps to Implement:
Add Duplicate Button to PopupMenuButton:
Add a new PopupMenuItem for the duplicate button in the home_view.dart file.
Implement duplicateAlarm Method in HomeController:
Ensure the duplicateAlarm method is implemented in HomeController to handle the duplication logic.
Screenshots
No response
The text was updated successfully, but these errors were encountered:
This is a cool idea, however, we'll need to take care of a couple caveats with this. We need to ensure the alarms can be duplicated only within a single profile and that the data is consistent within the database. Shared alarms, ideally, should not be duplicated.
Description
The home_view.dart file currently lacks a duplicate button for alarms. This issue proposes the addition of a "Duplicate Alarm" button to the existing popup menu alongside the "Preview Alarm" and "Delete Alarm" buttons, along with implementing the necessary functionality to duplicate an alarm.
Steps to Implement:
Add Duplicate Button to PopupMenuButton:
Add a new PopupMenuItem for the duplicate button in the home_view.dart file.
Implement duplicateAlarm Method in HomeController:
Ensure the duplicateAlarm method is implemented in HomeController to handle the duplication logic.
Screenshots
No response
The text was updated successfully, but these errors were encountered: