Conversation
Owner
MayGo
commented
Apr 6, 2025
- Updated package.json to increment the version from 4.0.18 to 4.0.19.
- Modified window-manager.ts to enable background throttling for better performance management.
- Adjusted preloadWindow setting to false for improved tray functionality.
- Ensured consistent handling of window properties across the application.
…ion handling - Introduced a new background job to monitor session durations and trigger break notifications based on user settings. - Refactored the notifyUser function to accept duration in milliseconds instead of a message. - Updated the NotificationAppPage to handle the new notification payload structure. - Enhanced the WorkForm component with improved imports and organization. - Added utility functions for calculating session durations and managing break notifications. - Updated settings service to emit changes in small notification settings.
- Introduced new utility functions for calculating session durations and managing break notifications. - Implemented the watchForBreakNotification function to monitor session durations and trigger notifications based on user settings. - Added unit tests for session duration calculations to ensure accuracy and reliability. - Updated the trackItemService to include ongoing status items in session duration calculations.
- Adjusted import paths in the watchForBreakNotification.ts file to ensure proper module resolution. - This change enhances code organization and maintains consistency across the project structure.
- Updated package.json to increment the version from 4.0.18 to 4.0.19. - Modified window-manager.ts to enable background throttling for better performance management. - Adjusted preloadWindow setting to false for improved tray functionality. - Ensured consistent handling of window properties across the application.
…tests - Eliminated the unused DateTime import from luxon in the watchForBreakNotification.utils.test.ts file to clean up the code. - This change enhances code clarity and maintains consistency in the test suite.
|
|
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.



