Files
daily-notification-plugin/test-apps/android-test-app/app
Matthew Raymer ba8f98db65 refactor(test-app): remove alarm list UI from test app
Remove the 'List Alarms' button and alarm list display functionality
from the Android test app UI. This feature was added for testing but
is no longer needed as alarm verification is handled by the test scripts.

Removed:
- '📋 List Alarms' button
- alarmListContainer div and alarm list display
- loadAlarmList() JavaScript function
- getSchedulesWithStatus() API call usage

The getSchedulesWithStatus() plugin method remains available for
programmatic use if needed in the future.
2025-11-28 08:56:06 +00:00
..