-
-
Notifications
You must be signed in to change notification settings - Fork 117
Comparing changes
Open a pull request
base repository: MayGo/tockler
base: v4.0.10
head repository: MayGo/tockler
compare: v4.0.12
- 7 commits
- 8 files changed
- 1 contributor
Commits on Mar 20, 2025
-
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.
Configuration menu - View commit details
-
Copy full SHA for 3642ca2 - Browse repository at this point
Copy the full SHA 3642ca2View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for c206dbe - Browse repository at this point
Copy the full SHA c206dbeView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for a453f3b - Browse repository at this point
Copy the full SHA a453f3bView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 0d6c9f5 - Browse repository at this point
Copy the full SHA 0d6c9f5View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 4ae657f - Browse repository at this point
Copy the full SHA 4ae657fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 31d393c - Browse repository at this point
Copy the full SHA 31d393cView commit details -
Configuration menu - View commit details
-
Copy full SHA for d111c35 - Browse repository at this point
Copy the full SHA d111c35View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v4.0.10...v4.0.12