-
-
Notifications
You must be signed in to change notification settings - Fork 278
Allow QFieldCloud to access Project folder view without opening Project #6647
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
Conversation
🎉 Ta-daaa, freshly created APKs are available for 987cb75: arm64-android |
f71aea5
to
c108993
Compare
40d7855
to
fc0da2e
Compare
without opening the project.
Use Connections instead of Js approach.
01ff47a
to
39f9314
Compare
} else { | ||
localFilesModel.clearSelection(); | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't understand this logic. Whether we push a single file or a folder, we'll end up wanting the toaster message in. Am I missing something due to jet lag? :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Exactly! I didn’t want to change the logic we already had, but I also think the toast should be shown for both cases. It wasn’t happening before, but I’ll fix it in an upcoming commit.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So, we need 2 different toast messages:
"‘%1’ is being uploaded to QFieldCloud"
"Items being uploaded to QFieldCloud"
Also, we only need to clear the selection when sending multiple items, so I tweaked the logic a bit. Do you see a better approach here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
also, are you happy with enabling - disabling the Connecting { }
for each trigger ?
Address review.
🚀 Description
This pull request enhances QFieldCloud by enabling access to the Project folder view without opening the project. It also adds confirmation when deleting projects and introduces file viewing directly from the folder view.
✨ Key Changes
Demo
Screencast.From.2025-09-13.16-46-47.webm