As crawls get larger, it becomes difficult to find specific pages in the Web UI dashboard. We need a search bar to instantly highlight specific nodes by URL or title.
Requirements:
- Add a search input component to the
@crawlith/web React dashboard.
- As the user types, visually highlight matching nodes (and their immediate edges) in the D3/Vis graph.
- Fade out or dim non-matching nodes.
- Clear the search highlight when the input is empty.
Good First Issue
Perfect issue for frontend React developers! You'll be working in plugins/web/src/components.
As crawls get larger, it becomes difficult to find specific pages in the Web UI dashboard. We need a search bar to instantly highlight specific nodes by URL or title.
Requirements:
@crawlith/webReact dashboard.Good First Issue
Perfect issue for frontend React developers! You'll be working in
plugins/web/src/components.