[8.1-stable] feat(ElementWindow): Add list filter#3662
Merged
tvdeyen merged 7 commits into8.1-stablefrom Feb 9, 2026
Merged
Conversation
(cherry picked from commit d942ee9)
When filtering nested lists, parent items now remain visible when their children match the search term. This enables filtering element editors while keeping the parent element visible for context. (cherry picked from commit 27fd06c)
Use the alchemy-list-filter component to add simple element list filtering. (cherry picked from commit a00937f)
Debounce keyup events to reduce DOM operations during rapid typing. Cache the lowercase search term before iterating to avoid repeated string conversions. Use classList.toggle for cleaner visibility updates. The debounce delay is configurable via the debounce-time attribute. (cherry picked from commit 5d1b836)
Allow focusing the filter input with a configurable keyboard shortcut. The elements window filter uses alt+f by default. Hotkey bindings are properly cleaned up when the component is removed from the DOM. (cherry picked from commit 48b737f)
When filtering results in a single match, automatically scroll that item into view. This is useful for deeply nested lists where the matching item may be below the viewport fold. (cherry picked from commit d6d1aca)
Elements can now be filtered by their excerpt/preview text in addition to the display name. This makes it easier to find elements when you remember part of the content but not the element type. (cherry picked from commit 36872e9)
3 tasks
tvdeyen
approved these changes
Feb 9, 2026
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## 8.1-stable #3662 +/- ##
===========================================
Coverage 97.48% 97.48%
===========================================
Files 314 314
Lines 8272 8281 +9
===========================================
+ Hits 8064 8073 +9
Misses 208 208 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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.
Backport
This will backport the following commits from
mainto8.1-stable:Questions ?
Please refer to the Backport tool documentation