You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SpeziViews lacks a skeleton loading component, leaving developers to handle loading states manually or with less polished solutions.
Solution
Add a reusable SwiftUI skeleton loading view to SpeziViews. It should support customizable layouts by leveraging a ViewBuilder closure to define custom placeholder shapes. Additionally, it should come with a shimmer effect/animation to enhance the loading experience.
Additional context
Proposal of what it could look like:
Code of Conduct
I agree to follow this project's Code of Conduct and Contributing Guidelines
The text was updated successfully, but these errors were encountered:
Problem
SpeziViews lacks a skeleton loading component, leaving developers to handle loading states manually or with less polished solutions.
Solution
Add a reusable SwiftUI skeleton loading view to SpeziViews. It should support customizable layouts by leveraging a
ViewBuilder
closure to define custom placeholder shapes. Additionally, it should come with a shimmer effect/animation to enhance the loading experience.Additional context
Proposal of what it could look like:
Code of Conduct
The text was updated successfully, but these errors were encountered: