Skip to content

fix(mobile): align iOS widget text box with widget's corners#30176

Open
agg23 wants to merge 1 commit into
mainfrom
fix/ios-widget-text-shape
Open

fix(mobile): align iOS widget text box with widget's corners#30176
agg23 wants to merge 1 commit into
mainfrom
fix/ios-widget-text-shape

Conversation

@agg23

@agg23 agg23 commented Jul 23, 2026

Copy link
Copy Markdown
Member

The iOS widgets have rounded corners in text boxes that are not calculated based on their context, resulting in a mismatch of corner radii. Properly compute this and rearrange views a bit.

Before

image

After

image

@immich-push-o-matic

Copy link
Copy Markdown

📱 Android release APK (universal)826b69c649fa07f3ae77d64262a70ae916f92e9c

Download: https://github.com/immich-app/immich/actions/runs/30039961981/artifacts/8577059647

QR code QR code

Installs as a separate app (applicationId app.alextran.immich.pr30176), so it coexists with the Play Store version and any other PR builds.

VStack {
Spacer()
if let subtitle = entry.metadata.subtitle {
if let subtitle = subtitle {

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

NIT:

Suggested change
if let subtitle = subtitle {
if let subtitle {

Comment on lines +73 to +75
.padding(16)
}
.widgetURL(deepLink)

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

NIT: The indentation seems off?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants