Skip to content
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

fix: Adjust [NotImplemented] on PasswordVault #18997

Merged
merged 1 commit into from
Dec 9, 2024

Conversation

MartinZikmund
Copy link
Member

GitHub Issue (If applicable): closes #

PR Type

What kind of change does this PR introduce?

  • Bugfix

What is the current behavior?

PasswordVault is always underlined as not implemented.

What is the new behavior?

Underlined only on Skia & WASM

PR Checklist

Please check if your PR fulfills the following requirements:

@github-actions github-actions bot added platform/wasm 🌐 Categorizes an issue or PR as relevant to the WebAssembly platform platform/android 🤖 Categorizes an issue or PR as relevant to the Android platform platform/macos 🍏 Categorizes an issue or PR as relevant to the macOS platform platform/ios 🍎 Categorizes an issue or PR as relevant to the iOS platform area/skia ✏️ Categorizes an issue or PR as relevant to Skia labels Dec 4, 2024
@MartinZikmund MartinZikmund self-assigned this Dec 4, 2024
@MartinZikmund
Copy link
Member Author

Hide whitespaces when reviewing, switched these files to file-scoped namespaces

@unodevops
Copy link
Contributor

🤖 Your Docs stage site is ready! Visit it here: https://unodocsprstaging.z13.web.core.windows.net/pr-18997/index.html

@unodevops
Copy link
Contributor

🤖 Your WebAssembly Sample App stage site is ready! Visit it here: https://unowasmprstaging.z20.web.core.windows.net/pr-18997/index.html

@unodevops
Copy link
Contributor

⚠️⚠️ The build 149313 has failed on Uno.UI - CI.

@MartinZikmund MartinZikmund force-pushed the dev/mazi/istypepresent branch from 5076146 to 0202aa8 Compare December 8, 2024 16:44
@unodevops
Copy link
Contributor

🤖 Your Docs stage site is ready! Visit it here: https://unodocsprstaging.z13.web.core.windows.net/pr-18997/index.html

@unodevops
Copy link
Contributor

🤖 Your WebAssembly Sample App stage site is ready! Visit it here: https://unowasmprstaging.z20.web.core.windows.net/pr-18997/index.html

@unodevops
Copy link
Contributor

⚠️⚠️ The build 149713 has failed on Uno.UI - CI.

@morning4coffe-dev
Copy link
Member

@MartinZikmund Not a comment for the PR directly, but would it be possible to encrypt the data on WASM before storing on our side? When users would use this API it would store to the same local storage, but it would be at least automatically encrypted.

@MartinZikmund
Copy link
Member Author

@morning4coffe-dev unfortunately not, it is all on client side, so it would not be possible to encrypt securely in any way - as long as the app would be able to decrypt (and it has to for it to be useful), anyone with the assemblies in hand could too

@jeromelaban jeromelaban disabled auto-merge December 9, 2024 13:03
@jeromelaban jeromelaban merged commit 15cfdb5 into master Dec 9, 2024
112 of 114 checks passed
@jeromelaban jeromelaban deleted the dev/mazi/istypepresent branch December 9, 2024 13:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/skia ✏️ Categorizes an issue or PR as relevant to Skia platform/android 🤖 Categorizes an issue or PR as relevant to the Android platform platform/ios 🍎 Categorizes an issue or PR as relevant to the iOS platform platform/macos 🍏 Categorizes an issue or PR as relevant to the macOS platform platform/wasm 🌐 Categorizes an issue or PR as relevant to the WebAssembly platform
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants