Implement a search panel to quickly search entries by name #73
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
there should be a search panel in the task bar with a matching icon beside the passwords icon. that one should open a search entry pane where the user can enter part of a file name and then all entries that match that file name are shown. Tapping an entry will open the details, just like the passwords pane does.
check apple HIG about how search should be presented, but essentially I just want to see the items from the git repo with a matching name in the repo, be it part of a folder they are in or part of the file name. entries in that list should show where they are, so that the user has an idea with multiple same-name entries, where in the hierarchy it resides.
Implemented in commit
a748744.Implementation:
Verified:
Deferred under the untested label because interactive unlock/credentials and the physical phone are unavailable:
Non-destructive validation completed on 2026-08-12. In the iPhone simulator, an uppercase query matched password entries case-insensitively by logical path, a result opened its detail, and returning to Search preserved both the query and filtered results. Search matching and state behavior passed in the current isolated Rust workspace tests. Removing the untested label.