mirror of
https://github.com/moghtech/komodo.git
synced 2025-12-05 19:17:36 -06:00
[PR #796] [MERGED] Add server name filter to Containers tab #788
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/moghtech/komodo/pull/796
Author: @antoniosarro
Created: 9/1/2025
Status: ✅ Merged
Merged: 9/1/2025
Merged by: @mbecker20
Base:
1.19.3← Head:feat/containers-filtering📝 Commits (1)
40ca78afeat(containers): debounced search input and added filter by server name📊 Changes
4 files changed (+267 additions, -33 deletions)
View changed files
📝
frontend/src/lib/hooks.ts(+21 -0)📝
frontend/src/pages/containers.tsx(+70 -33)➕
frontend/src/ui/multi-select.tsx(+161 -0)➕
frontend/src/ui/skeleton.tsx(+15 -0)📄 Description
Resolves #687
Description
Added the ability to filter containers by server name in addition to existing container name search.
Changes
Screenshots
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.