Skip to content

[Bug] Fix broken UI layout on specific Widget families #2

@bbdyno

Description

@bbdyno

Issue Description

The Widget UI is currently displaying incorrect layout constraints, leading to element overlapping, truncation, or misalignment on specific widget sizes.

Affected Widget Families

Check all that apply:

  • systemSmall
  • systemMedium
  • systemLarge

##Root Cause Analysis (Suspected)

  • The current view implementation might be using hardcoded frames instead of adaptive layouts (VStack, HStack, Spacer).
  • Missing specific switch cases for Environment(\.widgetFamily) to handle distinct UI composition for each size.
  • Font sizes are not scaling dynamically (minimumScaleFactor missing).

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions