mirror of
https://github.com/laurent22/joplin.git
synced 2025-01-26 18:58:21 +02:00
69e70d88f4
* Add colour hints to the local search bar. * Refactor. * Refactor. * Fix annoying flicker when entering first query character. * Refactor in response to review comments. Cache the information at the source, remove state updates during render. * Move cached data into searchbar component. * Refactor. * Show number of matches and disable prev/next buttons when no matches. * Improve no matches message. * More note searchbar enhancements. Indicate selected match Fade search result text Ctrl-F selects input content upon repeat * Update following review. Modify message to remove need for translation. Flatten properties structure. * Made tweaks to avoid having two queries in the state * Cache searchbox background colour to stop compoenent flashing. * Update NoteSearchBar.jsx Co-authored-by: Laurent Cozic <laurent22@users.noreply.github.com>