Support dynamic type sizes and longer timeout for required account modifier
:recycle: Current situation & Problem
Currently, the accountRequired modifier provides 500ms for account details to be available, before it brings up the Account Sheet to enforce an account login. This time is to shorts and currently makes the Account Sheet pop up after fresh app starts for a few milliseconds. We increase the timeout to be more lenient.
Further, this PR addresses #50 by using the new ListRow and DynamicHStack views for all list row contents optimizing SpeziAccount for larger dynamic type sizes.
:gear: Release Notes
Fixed an issue where the account required sheet was popping up to early.
Optimize UI for larger dynamic type sizes.
:books: Documentation
--
:white_check_mark: Testing
--
:pencil: Code of Conduct & Contributing Guidelines
Support dynamic type sizes and longer timeout for required account modifier
:recycle: Current situation & Problem
Currently, the
accountRequired
modifier provides 500ms for account details to be available, before it brings up the Account Sheet to enforce an account login. This time is to shorts and currently makes the Account Sheet pop up after fresh app starts for a few milliseconds. We increase the timeout to be more lenient.Further, this PR addresses #50 by using the new
ListRow
andDynamicHStack
views for all list row contents optimizing SpeziAccount for larger dynamic type sizes.:gear: Release Notes
:books: Documentation
--
:white_check_mark: Testing
--
:pencil: Code of Conduct & Contributing Guidelines
By submitting creating this pull request, you agree to follow our Code of Conduct and Contributing Guidelines: