Skip to content

Feature/recent used tags#46

Merged
RafaUC merged 2 commits into
masterfrom
feature/recent-used-tags
Jul 2, 2025
Merged

Feature/recent used tags#46
RafaUC merged 2 commits into
masterfrom
feature/recent-used-tags

Conversation

@RafaUC

@RafaUC RafaUC commented Jul 2, 2025

Copy link
Copy Markdown
Owner

Implements #37

Changes

  • Add recentlyUsedTags and recentlyUsedTagsMaxLength as persistent preferences in UiStore, along with manipulation methods.
  • Add a "Usage Preferences" submenu in settings with an option to configure the maximum number of recently used tags.
  • Show recently used tags in tag selectors.
  • Update the recently used tags list when performing an "add tag" action somewhere. Except for saved searches and creating an advanced search.
  • Small bug fixes.

RafaUC added 2 commits June 28, 2025 22:18
…ration.

* Add recentlyUsedTags and recentlyUsedTagsMaxLength as persistent preferences in UiStore, along with manipulation methods.

* Add a "Usage Preferences" submenu in settings with an option to configure the maximum number of recently used tags.
… tags list when performing an "add tag" action somewhere.

* Refactor addRecentlyUsedTag UiStore method to be debounced for better performance and UX

* Add a call to addRecentlyUsedTag in all the actions that "add" a tag somewhere. Except for when adding tag criteria directly into an advanced search or using a saved search.

* Refactor separator styles to use padding and before and after pseudo-elements. This allows to put elements in the middle of them.

* Add the option to add separator and titled separator items into a virtualizedGrid list in tag selectors.

*Fix useVirtualizedGridFocus updateFocus to correctly jump to the next available item and correctly jump from list edges showing selection.

*Fix UI bug where the progress bar showed on top of pop-overs.
@RafaUC RafaUC merged commit a888f0a into master Jul 2, 2025
2 checks passed
@RafaUC RafaUC deleted the feature/recent-used-tags branch July 2, 2025 01:37
@RafaUC RafaUC linked an issue Jul 2, 2025 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Feature request: remember tags recently used

1 participant