Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: MayGo/tockler
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.0.18
Choose a base ref
...
head repository: MayGo/tockler
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.0.19
Choose a head ref
  • 6 commits
  • 16 files changed
  • 1 contributor

Commits on Apr 6, 2025

  1. feat: implement break notification system and refactor user notificat…

    …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.
    MayGo committed Apr 6, 2025
    Configuration menu
    Copy the full SHA
    b6e3c6e View commit details
    Browse the repository at this point in the history
  2. feat: add break notification utilities and session duration calculations

    - 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.
    MayGo committed Apr 6, 2025
    Configuration menu
    Copy the full SHA
    9a42997 View commit details
    Browse the repository at this point in the history
  3. refactor: update import paths in watchForBreakNotification module

    - 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.
    MayGo committed Apr 6, 2025
    Configuration menu
    Copy the full SHA
    61c4553 View commit details
    Browse the repository at this point in the history
  4. chore: bump version to 4.0.19 and enhance window manager settings

    - 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.
    MayGo committed Apr 6, 2025
    Configuration menu
    Copy the full SHA
    1856368 View commit details
    Browse the repository at this point in the history
  5. refactor: remove unused DateTime import in watchForBreakNotification …

    …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.
    MayGo committed Apr 6, 2025
    Configuration menu
    Copy the full SHA
    49afb07 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #340 from /issues/338-floating-box

    Issues/338-floating-box
    MayGo authored Apr 6, 2025
    Configuration menu
    Copy the full SHA
    9dfa215 View commit details
    Browse the repository at this point in the history
Loading