-
Notifications
You must be signed in to change notification settings - Fork 88
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature request] Show type of custom field #67
Comments
So, I have been playing with this, but II'm very new to Rust, and so I need some help to implement this. Would that still be okay for you? Currently, I'm stuck because the synced data does not contain the type of the field, even though it should be there. I also couldn't find a documentation about Bitwarden's sync API. Do you have any pointers? |
I did make some progress 🎉 The next question would be: How to display the field type? Do you have any good idea? |
Hi @doy, I just wanted to bump this 🙈 Do you have any preference how to display the field type? |
Is this still something you're interested in? Can we also get the type into |
Hello @fdw and @doy, i am building a bitwarden linux mobile client and using rbw as a backend. I also would like to have the type of the custom field since i need to hide it in case of "hidden". Is there anything i can help out with? Link to the app: https://codeberg.org/Chfkch/bitritter |
No, #89 is not up to date; it's a bit more than two years old. If I find time, I can maybe update it, unless you want to. |
@fdw i do not have much time until July/August, so if you want to finish it before, go ahead. Otherwise i might pick you PR up and see if it can be ported to the latest version. |
In Bitwarden, a custom field on an entry can have one of three types:
text
,hidden
andboolean
. Canrbw get --full
maybe also return this type?The text was updated successfully, but these errors were encountered: