summaryrefslogtreecommitdiff
path: root/HutchWidgetExtension
Commit message (Collapse)AuthorAgeFilesLines
* fix: respect contribution graphs toggle in widgetv2.12.1Christian Cleberg2026-04-111-4/+42
| | | | | | Mirror the contributionGraphsEnabled setting to shared app group defaults so the widget extension can read it. Show a descriptive message when contributions are disabled instead of placeholder data.
* feat: add contribution graph widget with adaptive layoutv2.12.0Christian Cleberg2026-04-112-0/+416
| | | | | | 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.
* fix: add large widget and apply UX fixes for all widget sizesChristian Cleberg2026-04-011-26/+106
| | | | Implements: https://todo.sr.ht/~ccleberg/Hutch/8
* chore: rename unused context params to _ in NeedsAttentionTimelineProviderChristian Cleberg2026-03-241-3/+3
|
* v2.4.0: widgetsv2.4.0Christian Cleberg2026-03-243-0/+265