Skip to content

Add filtering controls to the recent hand-offs list #54

@theg1239

Description

@theg1239

Summary

  • The Dashboard page shows the last 50 launches, but it can be hard to find a specific item once the list grows.
  • Introduce a lightweight filter (by browser name or URL host) above the history list.

Why it matters

  • Makes it easier to audit routing decisions and spot misconfigurations without scrolling through every entry.

Acceptance Criteria

  • Add a text input to apps/desktop/src/pages/Dashboard.tsx that filters recentHistory by browser name, profile label, or URL host in real time.
  • Persist the filter in component state so it survives re-renders but resets on navigation.
  • Include empty-state messaging when the filter yields no matches.

Additional context

  • Keep the UI consistent with existing styling helpers (panel layout, text classes).

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions