Feature/extra properties#54
Merged
Merged
Conversation
* Add a toggle to directly open the "create option" alternative menu in the Tag selector by pressing the Alt key. * Add unfocus on Escape key press to inputs that use useGalleryInputKeydownHandler. * Add the ability to open the advanced search dialog while using an input with useGalleryInputKeydownHandler. * Fix Tag selector not closing when clicking another grid or row (e.g., file tags editor).
… file list is empty.
…y files had many tags, the untagged count could result in a high negative number.
…n view. Previously, it waited until the initial fetch resolved.
…archbar's create options.
… it closes when trying to create a quick search criteria with the searchbar create option.
…array condition to filter files using where before filter using indexSignature.
This was
linked to
issues
Jul 9, 2025
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.
More Extra Properties Features
Feature - add the ability to filter files based on whether they have an extra property or not. more extra properties features #53
Feature - Add a quick create extra property criteria option in the Searchbar's create options. more extra properties features #53
Feature - Add a toggle to directly open the "create option" alternative menu in the Tag selector and search bar by pressing the Alt key.
Optimization - Speed up certain extraProperty criterias by adding an array condition to filter files using where before filter using indexSignature.
Fix - ContentProgressBar not showing properly in query fetches when the file list is empty.
Fix - Backend.countFiles did not count untagged files correctly. If man y files had many tags, the untagged count could result in a high negative number.
Fix - Recovering slide mode at startup as soon as files are available in view. Previously, it waited until the initial fetch resolved.