Add a search filter for QFieldCloud projects#7414
Merged
Merged
Conversation
Collaborator
🍎 MacOS DMG universal buildsDownload a MacOS DMG universal build of this PR for testing. 📱 Android buildsDownload an Android arm64 build of this PR for testing. Other Android architectures🪟 Windows buildsDownload a Windows build of this PR for testing and for arm64. (Built from commit 1948411) 🐧 Linux AppImage buildsDownload a Linux AppImage build of this PR for testing. |
This was referenced May 13, 2026
a5aad35 to
821cb4a
Compare
Member
|
@kaustuvpokharel , taking over the branch to review the PR. Video looking good. |
ea66f2c to
a634c77
Compare
mohsenD98
reviewed
May 14, 2026
Collaborator
mohsenD98
left a comment
There was a problem hiding this comment.
Awesome work on this one — really nice feature! 🎉
Overall the implementation is great, just a few small notes below:
6feaaff to
f6bccbf
Compare
…g is up, for better UX/UI
…s in the search string are escaped
…ugh the filter button
…ar button when text != ""
nirvn
approved these changes
May 14, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 PR introduces ta richer filter-and-search experience on the QFieldCloud projects screen. (ping @suricactus @nirvn )
What we'll see
A new icon "tune" sits to the right of the project search bar. Tapping it opens a filter panel anchored over the project list, with two sections:
Predefined Filters: a horizontally-scrollable row of preset buttons(My Own Projects, Projects shared with me, OPENGIS.ch projects, Showcased projects). Tapping a button sets the active preset and pre-fills the form below.
Criteria: Title (text), Owner (editable combobox), Type (dropdown: any / project / shared dataset / template), and an Include public projects toggle.
The search syntax (i.e. 'owner:name searh keywords') can be typed directly in the search bar. The form is the visual training-wheels; the search bar is where power users will type. The parameters are highlighted in the search bar.
In action
Screen.Recording.2026-05-10.at.9.19.05.AM.mov