-
-
Notifications
You must be signed in to change notification settings - Fork 240
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow for users to manually push images/PDF files to the cloud from the project folder panel #5542
Conversation
…he project folder panel
🎉 Ta-daaa, freshly created APKs are available for e7a09c9: arm64-android |
@meyerlor |
The backport to
stderr
stdout
To backport manually, run these commands in your terminal: # Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-release-3_3 release-3_3
# Navigate to the new working tree
cd .worktrees/backport-release-3_3
# Create a new branch
git switch --create backport-5542-to-release-3_3
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick db116a090a2209d0ffac79cd5c76f6e98e36de1a,e7a09c9e5449b50b3618e76c96741338415d11d2
# Push it to GitHub
git push --set-upstream origin backport-5542-to-release-3_3
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-release-3_3 Then, create a pull request where the |
…he project folder panel (#5542) * Allow for users to manually push images/PDF files to the cloud from the project folder panel * Add a toaster message to avoid feedback-less UX
…he project folder panel (#5542) * Allow for users to manually push images/PDF files to the cloud from the project folder panel * Add a toaster message to avoid feedback-less UX
@m-kuhn wow, great stuff! Thanks for your awesome work again! |
This PR adds a mechanism - through the project folder panel - which allows users to push images and PDFs contained within a cloud project folder (or one of its subfolders) to the QFieldCloud server.
The action is available through a raster image's 3-dot menu within the project folder panel:
It is enabled only for raster files to prevent the world from colliding if we were to push back geopackages to the cloud, messing up with delta handling et al.
Practically speaking, this allows: a/ users to recover images that never made it into the server automatically (it shouldn't happen, but as Jurassic Park told us, life finds a way), and b/ users to send back printed layouts and atlases back onto the server.