mirror of
https://github.com/nearai/ironclaw.git
synced 2026-09-03 08:06:01 +08:00
* 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>