Persistent vault filter in browser extension #12473
infogulch
started this conversation in
Password Manager
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Code Contribution Proposal
Hi!
I am interested in using a Default/Persistent Vault Selection feature, enough that I may be willing to contribute the implementation. I found no proposals like it
but this one is mineso here is mine.In my opinion this should be a per-client-instance setting, not synced at all. This gives users the maximum flexibility at the low cost of one-time configuration per client. Another benefit is that it makes the implementation much easier. :) (The benefit to complexity tradeoff for this is so weighted towards do-not-sync that I don't think it would be worth implementing even given unlimited implementation time.)
The best version of this feature would allow users to select any subset of vaults as default by making the All Vaults dropdown a multi-select. (Technically I think I would store a list of unselected vaults, so newly added vaults would be visible on all existing clients by default. I think this would be less confusing to users that forgot they are using the feature.) I'm keen to attempt this, but maybe that's already too much for a first contribution since the clients do not currently support searching across a subset of vaults (just one or all) as far as I'm aware. If not, perhaps this could be included in a followup proposal.
I suspect it would be unrealistic to contribute this feature to all clients at once, so I plan to target the browser extension client first.
Would the Bitwarden team consider accepting such a contribution? Of course I am open to feature/scope changes with respect to the above proposal.
Thanks!
Joe
Beta Was this translation helpful? Give feedback.
All reactions