widget for iphone wastes lots of space #57
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
there is a lot empty space at the top and bottom of the widget, so a more compact size would do, too - there is no point in empty space of a widget.
Implemented in
9d7ce83.The iPhone widgets now adapt their content to the selected WidgetKit family instead of leaving the large family under-filled:
TESTING.mdnow covers both sizes, their row counts, gallery previews, live timelines, accessibility text sizing, and error/empty states.Verification:
cargo fmt --all -- --checkRUSTFLAGS="-D warnings" cargo check --workspace --all-targetscargo clippy --workspace --all-targets -- -D warningscargo test --workspace(44 tests; rerun outside the workspace sandbox because the compatible-contents test binds a local mock server)