-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Labels
Description
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.tsxthat filtersrecentHistoryby 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).