New features and bug fixes#61
Merged
Merged
Conversation
…w global shortcuts don't interfere with dialog components. #33
…r dialog, where we can edit all tag properties and open it from any component callback through the uiStore, instead of only from the tags tree. * Added the "Edit Tag" menu option to all tag context menus.
…, "isHeader" to Tags.
…or dialog and detect if a tag is a header in components based on the explicit property
…lay it on hover the tag name in tag selectors or via hovering the magnifier icon in the tags tree.
…ialog. * Created the AliasEditor component. * UI fixes: deleted unnecessary className assignment in MapTag that prevented the tag-header style from updating properly.
* If a tag matches one of its aliases, the tag selector will show both the alias and the main name in the list of suggestions. * Aliases appear in order of most recently matched first. * Cache aliases and names normalized to lowercase values.
…t opens with the first selected or most recently used tag. Change the edit tag menu option icon. add description property info button
Currently there are no spellchecker enhanced features implemented, like contextual menu options or configurations, and it becomes annoying for users who use multiple languages or words not in the dictionary. Maybe in the future it would be nice to have those features and allow configuring the spellchecker.
* Added "Automatically Sync File Changes" toggle to the location context menu. Feature: Manually refresh locations and detect file changes * Added keyboard shortcut "L" to manually sync locations and files. * Updated sync button in locations panel to trigger this behavior.
* Add thumbnail generation for video files and adjusted playing handling * Add a threshold to show full-res images when the thumbnails are large to avoid performance issues. * Add an option in Appearance settings to modify the threshold. * Add smoothing to the downscaling of thumbnail generation. * Fix bug where low-res thumbnails for GIFs always get upscaled and smoothed, resulting in blurred thumbnails when not playing. * Add copy tags menu option to broken files.
…r each selection and add the option to usage preferences settings.
… ordering when fetching files ordered by a string property. #60 * Fix: a bug where extra properties input of type number tried to get multiline, causing errors.
…allowing tag selectors to match them more easily. Useful for non-English users.
…h existing tag aliases.
… Tagstore.FindByNameOrAlias must find an exact match.
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.
New Features
Bug fixes