StanfordSpezi / SpeziAccount

The Spezi Account module to enable login and signup functionality
https://swiftpackageindex.com/StanfordSpezi/SpeziAccount/documentation/
MIT License
5 stars 5 forks source link

Optimize for dynamic type sizes #50

Open Supereg opened 6 months ago

Supereg commented 6 months ago

Problem

SpeziAccount is currently optimized to work well with accessibility infrastructure like Voice Over. However, it is not optimized for larger screens or to work well with dynamic type sizes.

Solution

We need to update SpeziAccount UI to accommodate for dynamic type sizes. The new ListRow and DynamicHStack views might be helpful here for all List-based layouts.

This PR might also tackle adjusting the interface for visionOS-based apps, see #14.

Additional context

No response

Code of Conduct