-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
[PM-16227] Move import to sdk and enable it in browser/web #12479
base: main
Are you sure you want to change the base?
Conversation
Fixed Issues (78)Great job! The following issues were fixed in this Pull Request
|
…rden/clients into km/pm-16227/ssh-import-web-browser
} else { | ||
password = await this.getSshKeyPassword(); | ||
await this.importSshKeyFromClipboard(password); | ||
} |
This comment was marked as outdated.
This comment was marked as outdated.
Sorry, something went wrong.
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.
I have left a few suggestions and one question on how the SDK client is used
libs/vault/src/cipher-form/components/sshkey-section/sshkey-section.component.ts
Outdated
Show resolved
Hide resolved
libs/vault/src/cipher-form/components/sshkey-section/sshkey-section.component.ts
Outdated
Show resolved
Hide resolved
…ction.component.ts Co-authored-by: SmithThe4th <gsmith@bitwarden.com>
…rden/clients into km/pm-16227/ssh-import-web-browser
Co-authored-by: ✨ Audrey ✨ <ajensen@bitwarden.com>
…rden/clients into km/pm-16227/ssh-import-web-browser
🎟️ Tracking
https://bitwarden.atlassian.net/browse/PM-16227
📔 Objective
Makes use of the sdk in order to handle import on desktop web and browser. Drops importer code from
desktop_native
since it's not needed there anymore.📸 Screenshots
Screen.Recording.2025-01-15.at.12.59.04.mov
Screen.Recording.2025-01-15.at.12.52.06.mov
Failed import:
Screen.Recording.2025-01-15.at.13.10.25.mov
⏰ Reminders before review
🦮 Reviewer guidelines
:+1:
) or similar for great changes:memo:
) or ℹ️ (:information_source:
) for notes or general info:question:
) for questions:thinking:
) or 💭 (:thought_balloon:
) for more open inquiry that's not quite a confirmed issue and could potentially benefit from discussion:art:
) for suggestions / improvements:x:
) or:warning:
) for more significant problems or concerns needing attention:seedling:
) or ♻️ (:recycle:
) for future improvements or indications of technical debt:pick:
) for minor or nitpick changes