[bugfix] Fix miscellaneous issues prior to release 0.9.4 #84
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.
This pull request removes the macOS
.dmgbuild and deployment workflow from the project and refines the grid view's image loading and event handling logic in the frontend. The most important changes are grouped below:Build and Deployment Workflow Changes:
.github/workflows/deploy-dmg.ymlworkflow and all related steps from the main deployment pipeline, so.dmgfiles are no longer built or released. The release process now only uploads.zip,.tar.gz, and.appartifacts. (.github/workflows/deploy-dmg.yml,.github/workflows/deploy.yml) [1] [2] [3]setup.pyused for py2app, reflecting the removal of the.dmgbuild process. (macos/setup.py)Frontend Grid View Improvements:
grid-view.jsby yielding to the UI thread every 4 images, handling transitions and errors more robustly, and preventing slide change events during batch operations for smoother user experience. (photomap/frontend/static/javascript/grid-view.js) [1] [2] [3] [4] [5] [6] [7] [8] [9] [10]photomap/frontend/static/javascript/grid-view.js)Event Handling and UI Responsiveness:
photomap/frontend/static/javascript/grid-view.js)photomap/frontend/static/javascript/grid-view.js) [1] [2] [3]Additional Minor Improvements:
photomap/frontend/static/javascript/swiper.js,photomap/frontend/static/javascript/slide-state.js) [1] [2] [3]photomap/frontend/static/javascript/umap.js)