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.10
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.12
Choose a head ref
  • 7 commits
  • 8 files changed
  • 1 contributor

Commits on Mar 20, 2025

  1. fix: update date formatting in TrackItemService

    - Adjusted the toDateTimeStr function to parse timestamps as integers for accurate formatting.
    - Modified the default CSV file path generation to use moment for consistent date formatting.
    MayGo committed Mar 20, 2025
    Configuration menu
    Copy the full SHA
    3642ca2 View commit details
    Browse the repository at this point in the history
  2. feat: enhance export functionality in SearchPage

    - Updated the export button to open a menu for selecting export formats (CSV and JSON).
    - Modified the exportItems function to accept a format parameter, defaulting to CSV.
    - Adjusted the API and service layers to handle JSON export, including proper file content generation and extension handling.
    - Updated tests to reflect changes in the export functionality and ensure both formats are correctly processed.
    MayGo committed Mar 20, 2025
    Configuration menu
    Copy the full SHA
    c206dbe View commit details
    Browse the repository at this point in the history
  3. feat: enhance auto-update configuration in AppUpdater

    - Added additional configuration options to the autoUpdater, including disabling downgrades and pre-releases.
    - Increased timeout settings for slow connections by modifying request headers.
    - Improved logging during the update download process for better debugging and user feedback.
    MayGo committed Mar 20, 2025
    Configuration menu
    Copy the full SHA
    a453f3b View commit details
    Browse the repository at this point in the history
  4. test: skip CSV and JSON export test in SearchPage

    - Marked the test for exporting items to CSV and JSON as skipped to prevent it from running until further implementation or fixes are made.
    MayGo committed Mar 20, 2025
    Configuration menu
    Copy the full SHA
    0d6c9f5 View commit details
    Browse the repository at this point in the history
  5. test: mock scrollTo and enable CSV/JSON export test in SearchPage

    - Added a mock for the scrollTo method to prevent errors with React 19 and Chakra UI.
    - Enabled the previously skipped test for exporting items to CSV and JSON, allowing it to run and validate the export functionality.
    MayGo committed Mar 20, 2025
    Configuration menu
    Copy the full SHA
    4ae657f View commit details
    Browse the repository at this point in the history
  6. Merge pull request #333 from /issues/75

    Issues/75
    MayGo authored Mar 20, 2025
    Configuration menu
    Copy the full SHA
    31d393c View commit details
    Browse the repository at this point in the history
  7. 4.0.12

    MayGo committed Mar 20, 2025
    Configuration menu
    Copy the full SHA
    d111c35 View commit details
    Browse the repository at this point in the history
Loading