Add theme-driven alarm preparation UI tweaks#355
Merged
Conversation
- Added an optional `onContinue` callback to the `showPreparationCompletionDialog` to allow users to continue in the alarm flow after completion. - Updated `AlarmScreen` to manage the state for continuing after the completion dialog, including resetting UI states and ensuring the countdown timer reflects the remaining time accurately. - Refactored timer management to improve clarity and functionality in the UI updates during preparation completion.
- Added `backgroundColor` and `progressColor` properties to `AlarmGraphAnimator` and `AlarmGraphComponent` for improved visual customization. - Updated `AlarmScreenTopSection` and `_AlarmGraphSection` to pass new color properties, allowing dynamic theming based on the current color scheme. - Refactored button styles in `AlarmScreenBottomSection` and `PreparationStepTile` to utilize the theme's color scheme for consistency across the UI.
…logic - Introduced `showPreparationName` property in `AlarmScreenTopSection` to conditionally display the preparation name. - Updated the alarm screen logic to reflect changes in preparation name handling based on late status. - Enhanced UI text for clarity regarding preparation timing and late notifications. - Adjusted tests to validate new behavior and ensure proper rendering of preparation details.
a7544cd docs: update force push command for GitHub Wiki to use --force-with-lease for safer operations 426d879 docs: add guidelines for force pushing to GitHub Wiki and troubleshooting subtree sync issues c1948ba docs: update architecture and error handling documentation; add preparation form structure details fdbdb39 feat: implement local storage for timed preparation state 24a051b feat: add automatic timer system for schedule notifications 854478f docs: update Architecture.md and Wiki-Management.md for improved clarity and structure 3be627d docs: completely rewrite Architecture.md with comprehensive Flutter project analysis 78d92fd docs: add comprehensive wiki management guide and improve home page navigation git-subtree-dir: docs git-subtree-split: a7544cd0c0c5ee459a6e530c76fb52370f56bb2f
Made-with: Cursor
|
Visit the preview URL for this PR (updated for commit 7f77a80): https://ontime-c63f1--pr355-feat-continuing-time-fwfilgro.web.app (expires Sat, 28 Mar 2026 02:28:25 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: 7d60a2eae4c4a5839220ed6a57552a3b61cce5a3 |
… for improved readability and maintainability.
|
Visit the preview URL for this PR (updated for commit 7f77a80): https://on-time-front-widgetbook--pr355-feat-continuing-time-jdhgdk98.web.app (expires Sat, 28 Mar 2026 02:29:05 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: e53128a376fed0209d449279de9c0d94c83cdd8b |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Testing