Open Issues Need Help
View All on GitHubAI Summary: Implement swipe-to-delete functionality for phone numbers in the PhoneNumbersDetailView, while ensuring a smooth user experience even if server-side deletion fails. This requires finding a way to reconcile the immediate UI deletion from swipe-to-delete with the need for a progress indicator during server communication.
The Spezi Account module to enable login and signup functionality
AI Summary: Fix the autofill functionality for the phone number verification code entry field in the Spezi Account module. The current implementation only autofills the first digit instead of the entire code. The solution likely involves restructuring the input field to behave similarly to the Spezi Access Guard's verification code input, potentially combining the digits into a single field with appropriate formatting.
The Spezi Account module to enable login and signup functionality