Automattic / simplenote-ios

Simplenote for iOS
https://simplenote.com
GNU General Public License v2.0
2.03k stars 283 forks source link

Passkeys: Activity indication/UI freezing #1602

Open charliescheer opened 2 weeks ago

charliescheer commented 2 weeks ago

Registering or authorizing with passkeys requires multiple hits to the server, which can take some time. We should make sure there is some sort of activity indication while that is happening.

Also while we are at it right now it is possible to simply continue hitting the register or auth button which will then try to auth or register multiple times. We should either lock the ui during these processes or we should at least disable the buttons while processing.

dangermattic commented 2 weeks ago

Thanks for reporting! 👍