Show matching collections in browser popup search #21317
BocajBot
started this conversation in
Password Manager
Replies: 1 comment
|
✨ Thank you for your code contribution proposal! While the Bitwarden team reviews your submission, we encourage you to check out our contribution guidelines. Please ensure that your code contribution includes a detailed description of what you would like to contribute, along with any relevant screenshots and links to existing feature requests. This information helps us gather feedback from the community and Bitwarden team members before you start writing code. To keep discussions focused, posts that do not include a proposal for a code contribution will be removed.
Thank you for contributing to Bitwarden! |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Select Topic Area
✅ Code Contribution Proposal
Code Contribution Proposal
Summary
I would like feedback on a proposed browser extension vault search improvement.
Currently, popup vault search displays matching vault items, but it does not show matching collections as selectable results. This can make it harder to jump directly into a collection from the popup when the search text matches a collection name.
Proposed behavior
When searching in the browser popup:
Motivation
This improves collection-based navigation from the browser popup, especially for users who organize vault items by client, department, team, or project collections.
Proposed implementation
The proposed code change would:
I've already made a branch that implements this idea:
https://github.com/BocajBot/clients/tree/popup-collection-search
Screenshots
Before:
After:
All reactions