Skip to content

feat(console-search): add search field with navigation and highlighting#685

Open
drunnells wants to merge 3 commits intotidev:masterfrom
drunnells:master
Open

feat(console-search): add search field with navigation and highlighting#685
drunnells wants to merge 3 commits intotidev:masterfrom
drunnells:master

Conversation

@drunnells
Copy link

This commit introduces a search functionality to the console log screen.

A "Find" text field has been added, allowing users to input a search term.

  • Users can navigate between occurrences of the search term using up/down arrows.
  • All matching instances of the search term in the log are highlighted for better visibility.
  • This feature improves usability by allowing users to quickly locate specific entries within the console logs.

re #81

…ng in console log

This commit introduces a search functionality to the console log screen.

re tidev#81
This fix resolves an issue where the console log was not clearing properly after performing a
search. Previously, the "clear" functionality did not behave as expected when search results were
highlighted.
@m1ga
Copy link
Contributor

m1ga commented Jun 6, 2025

very nice! Just saw this one. Works fine only, some small parts that you could perhaps change:

  • maybe make it case insensitive?
  • if you only have one hit it will jump to the start or end when you press the arrow again. Perhaps it should stay at that word.

@drunnells
Copy link
Author

  • maybe make it case insensitive?
  • if you only have one hit it will jump to the start or end when you press the arrow again. Perhaps it should stay at that word.

Thanks @m1ga ! Implemented case insensitive search and now preventing jump to the top/bottom when it is on the last find.

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.

2 participants