StanfordSpezi / SpeziViews

A common set of SwiftUI views and related functionality used in Spezi modules
https://swiftpackageindex.com/StanfordSpezi/SpeziViews/documentation/
MIT License
4 stars 3 forks source link

Reusable views from SpeziDevices #40

Open Supereg opened 3 months ago

Supereg commented 3 months ago

Problem

SpeziDevices introduced reusable view components that might be great candidates for moving them to SpeziViews. This includes the PaneContent views and ImageReference struct.

Solution

Review their abstraction level and consider moving them to SpeziViews.

Additional context

No response

Code of Conduct