Skip to content

[8.1-stable] feat(ElementWindow): Add list filter#3662

Merged
tvdeyen merged 7 commits into8.1-stablefrom
backport/8.1-stable/pr-3655
Feb 9, 2026
Merged

[8.1-stable] feat(ElementWindow): Add list filter#3662
tvdeyen merged 7 commits into8.1-stablefrom
backport/8.1-stable/pr-3655

Conversation

@alchemycms-bot
Copy link
Copy Markdown

@alchemycms-bot alchemycms-bot bot commented Feb 9, 2026

Backport

This will backport the following commits from main to 8.1-stable:

Questions ?

Please refer to the Backport tool documentation

(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)
@alchemycms-bot alchemycms-bot bot requested a review from a team as a code owner February 9, 2026 12:56
@tvdeyen tvdeyen enabled auto-merge February 9, 2026 13:01
@codecov
Copy link
Copy Markdown

codecov bot commented Feb 9, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 97.48%. Comparing base (d1b9061) to head (2c4d16d).
⚠️ Report is 9 commits behind head on 8.1-stable.

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.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@tvdeyen tvdeyen merged commit b59a05f into 8.1-stable Feb 9, 2026
19 of 20 checks passed
@tvdeyen tvdeyen deleted the backport/8.1-stable/pr-3655 branch February 9, 2026 13:03
@alchemycms-bot alchemycms-bot bot mentioned this pull request Feb 9, 2026
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.

1 participant