Item search
i’ve wanted to add this for a long time but it needed a lot of refactoring in the frontend so i put it off for later. it is now later. we have instant search. press / or any of the non shortcut keys to start searching.
frontend logic has had a big refactor making navigation and other operations more predictable and less wonky. it took a bit of battling with the specifics of Svelte’s each loop and bind:this directive but it was worth it. there is still some cleanup that can be done, the code is not idiomatic by a long shot, but im happy we have a very essential feature complete.
changelog:
- add search
- fix broken arrow navigation and copy/delete operations applying to wrong entries.
- make window size a bit bigger by default (might change later)
- make copy icon turn into a green checkmark so that there is some visual feedback on copying
- make the database file always save at the executable’s location.
todo
- ! still need to test linux
- ! load history on launch
- app icon and branding
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.