Skip to content

Add real-time filtering to lists#273

Open
robertpsoane wants to merge 5 commits intomasterfrom
feature/filtering-12837788712943440253
Open

Add real-time filtering to lists#273
robertpsoane wants to merge 5 commits intomasterfrom
feature/filtering-12837788712943440253

Conversation

@robertpsoane
Copy link
Owner

Implemented real-time filtering for Containers, Images, Volumes, and Networks pages. Users can press / to start filtering, type their query, and see the list update in real-time. The filter can be cleared with Esc. The selection is preserved during refreshes to prevent the cursor from jumping. The input field is displayed at the bottom of the screen when filtering is active or a filter is applied.


PR created automatically by Jules for task 12837788712943440253 started by @robertpsoane

- Added filtering support to Containers, Images, Volumes, and Networks pages.
- Activated by `/` key.
- Real-time filtering as you type.
- `Esc` to clear filter and exit mode.
- `Enter` to commit filter and exit mode.
- Preserves selection during refresh cycles unless the filter changes.
- Shows filter input field when active or when filter is not empty.

Co-authored-by: robertpsoane <64409800+robertpsoane@users.noreply.github.com>
@google-labs-jules
Copy link

👋 Jules, reporting for duty! I'm here to lend a hand with this pull request.

When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down.

I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job!

For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with @jules. You can find this option in the Pull Request section of your global Jules UI settings. You can always switch back!

New to Jules? Learn more at jules.google/docs.


For security, I will only act on instructions from the user who triggered this task.

google-labs-jules bot and others added 4 commits February 2, 2026 20:03
- Added filtering support to Containers, Images, Volumes, and Networks pages.
- Activated by `/` key.
- Real-time filtering as you type.
- `Esc` to clear filter and exit mode.
- `Enter` to commit filter and exit mode.
- Preserves selection during refresh cycles unless the filter changes.
- Shows filter input field when active or when filter is not empty.
- Fixed lints and formatting issues.

Co-authored-by: robertpsoane <64409800+robertpsoane@users.noreply.github.com>
- Added filtering support to Containers, Images, Volumes, and Networks pages.
- Activated by `/` key.
- Real-time filtering as you type.
- `Esc` to clear filter and exit mode.
- `Enter` to commit filter and exit mode.
- Preserves selection during refresh cycles unless the filter changes.
- Shows filter input field when active or when filter is not empty.
- Fixed lints and formatting issues.

Co-authored-by: robertpsoane <64409800+robertpsoane@users.noreply.github.com>
- Added filtering support to Containers, Images, Volumes, and Networks pages.
- Activated by `/` key.
- Real-time filtering as you type.
- `Esc` to clear filter and exit mode.
- `Enter` to commit filter and exit mode.
- Preserves selection during refresh cycles unless the filter changes.
- Shows filter input field when active or when filter is not empty.
- Fixed lints and formatting issues.

Co-authored-by: robertpsoane <64409800+robertpsoane@users.noreply.github.com>
- Added filtering support to Containers, Images, Volumes, and Networks pages.
- Activated by `/` key.
- Real-time filtering as you type.
- `Esc` to clear filter and exit mode.
- `Enter` to commit filter and exit mode.
- Preserves selection during refresh cycles unless the filter changes.
- Shows filter input field when active or when filter is not empty.
- Refactored filtering logic into `TableFilter` component to reduce duplication.
- Placed filter input above the table for better visibility.
- Fixed lints and formatting issues.

Co-authored-by: robertpsoane <64409800+robertpsoane@users.noreply.github.com>
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