diff options
| author | Christian Cleberg <[email protected]> | 2026-04-11 19:47:47 -0500 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2026-04-11 19:47:47 -0500 |
| commit | ba773aaa9da5798a458ee58f7ce37db070ada7d8 (patch) | |
| tree | 1485cab8d853d853654b199a4ec8cab4233d06d5 /HutchWidgetExtension/NeedsAttentionWidget.swift | |
| parent | 61164b6dd8343c8699d091dd5fccc55beb0b90b9 (diff) | |
| download | hutch-2.12.0.tar.gz hutch-2.12.0.tar.bz2 hutch-2.12.0.zip | |
feat: add contribution graph widget with adaptive layoutv2.12.0
Add small and medium widget families showing a trailing contribution
heatmap. Cell size is derived from available height to fill 7 rows,
columns scale with width. Trailing empty weeks are trimmed.
Diffstat (limited to 'HutchWidgetExtension/NeedsAttentionWidget.swift')
| -rw-r--r-- | HutchWidgetExtension/NeedsAttentionWidget.swift | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/HutchWidgetExtension/NeedsAttentionWidget.swift b/HutchWidgetExtension/NeedsAttentionWidget.swift index 6191d20..e212af6 100644 --- a/HutchWidgetExtension/NeedsAttentionWidget.swift +++ b/HutchWidgetExtension/NeedsAttentionWidget.swift @@ -302,5 +302,6 @@ private struct NeedsAttentionWidgetView: View { struct HutchWidgets: WidgetBundle { var body: some Widget { NeedsAttentionWidget() + ContributionGraphWidget() } } |
