fix(apple/widgets): expanded island — End Session button hugs the bottom edge
apple / swift (push) Successful in 1m20s
release / apple (push) Successful in 9m37s
ci / web (push) Successful in 53s
ci / docs-site (push) Successful in 1m3s
apple / screenshots (push) Successful in 6m28s
ci / bench (push) Successful in 5m18s
deb / build-publish (push) Successful in 9m20s
decky / build-publish (push) Successful in 44s
docker / build-push (--build-arg FEDORA_VERSION=44, ci, ci/fedora-rpm.Dockerfile, punktfunk-fedora44-rpm) (push) Successful in 10s
docker / build-push (., web/Dockerfile, punktfunk-web) (push) Successful in 9s
docker / build-push (ci, ci/fedora-rpm.Dockerfile, punktfunk-fedora-rpm) (push) Successful in 9s
arch / build-publish (push) Successful in 18m5s
docker / build-push (ci, ci/rust-ci.Dockerfile, punktfunk-rust-ci) (push) Successful in 10s
docker / build-push (docs-site, docs-site/Dockerfile, punktfunk-docs) (push) Successful in 8s
android / android (push) Successful in 18m57s
deb / build-publish-host (push) Successful in 9m51s
docker / build-push (ci, ci/rust-ci-noble.Dockerfile, punktfunk-rust-ci-noble) (push) Successful in 4m55s
docker / deploy-docs (push) Successful in 12s
ci / rust (push) Successful in 19m20s
rpm / build-publish (43, bazzite, punktfunk-fedora-rpm) (push) Successful in 16m24s
rpm / build-publish (44, fedora-44, punktfunk-fedora44-rpm) (push) Successful in 16m22s

Slack height in the bottom region now lands in a Spacer above the button
(frame maxHeight .infinity), so the action sits at the island's bottom edge
instead of floating mid-region.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
2026-07-19 16:46:44 +02:00
parent 677a31acd7
commit ba1caf0281
@@ -65,8 +65,10 @@ struct PunktfunkSessionLiveActivity: Widget {
Spacer(minLength: 8)
StatsLine(state: context.state, showMode: false)
}
Spacer(minLength: 0) // any slack height goes here button hugs the bottom
EndButton(fullWidth: true)
}
.frame(maxHeight: .infinity)
.padding(.horizontal, 4)
.padding(.top, 6)
}