I have implemented a fullscreen search view in my notes app.
This means, the app now has two search functions:
- Search in sidebar
- The fullscreen search
https://video.nostr.build/e3fc15c3f152785cd701847b1ba0dead2283433c57e96437b54b18b1345ef5eb.mp4
However, the button to access the fullscreen search only appears after closing the sidebar. Because otherwise, the user can use the search function directly inside the sidebar.
The UI in the fullscreen search is not finished yet. The search results should show a mini-preview of the note’s content. I also need to get the filters menu working. It can open and close, I can toggle the filters options, but the filters aren’t actually doing anything right now, as the logic has not been implemented correctly yet.
I suppose it would also be a good idea to show a close button with “ESC” text, so users realize they can click `ESC` key to unfocus the search input and close fullscreen search. #dev #Swift #AppKit #macOS
Login to reply
Replies (1)
Can’t express how happy I am to be coding my native Swift app in Zed editor rather than Xcode. It bring me peace and joy not having to deal with Xcode’s shenanigans 😌