Files
ironclaw/tests
jinxin 5b2bd1563a fix(gateway): extend settings search to card, tool, and user sections (#2518)
* fix(gateway): extend settings search to card, tool, and user sections

Settings search only filtered .settings-row elements, leaving Channels,
Extensions, MCP, Skills, Tools, and User Management sections unsearchable.
Add filtering for .ext-card, .tool-permission-row, and #users-tbody tr
elements, and update CSS to hide matched elements.

* fix(gateway): extend settings search to card, tool, and user sections

Settings search only filtered .settings-row elements, leaving Channels,
Extensions, MCP, Skills, Tools, and User Management sections unsearchable.
Add filtering for .ext-card, .tool-permission-row, and #users-tbody tr
elements, update CSS to hide matched elements, and reorder logic so
container visibility checks run after all items are filtered.

Add E2E tests covering search across tool rows and extension cards.

* chore: minor

---------

Co-authored-by: Robert Yan <46699230+think-in-universe@users.noreply.github.com>
2026-04-16 15:07:56 +03:00
..