-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Add totp copy to clipboard button to cipher view #1493
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
Conversation
0c0af35
to
8338475
Compare
8338475
to
ef46f8c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also need to consider proper permissions/capabilities (not just the existence of a TOTP value configured).
see: https://github.com/bitwarden/jslib/blob/master/src/angular/components/view.component.ts#L92
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, will approve after the jslib change is merged, updated + successful build
Should this be hidden if you don't have premium? |
@ajayyy I decided not to do that since the CipherView doesn't hide it. It might make sense to add mouseover text that it's a premium feature. |
* Fix radiobutton names * Add role=radiogroup * Add aria-labelledby
Overview
Offering copying of totp from context menu covers only one method-of-use. Offering another quick-copy button on the tabs/cipher list view closes this gap.
Files Changed
action-buttons are responsible for populating the quick-action buttons to the right of cipher names in the cipher list view.
Screenshots
With and without Totp
Draft Reason
Waiting on bitwarden/jslib#225