c72b3fe1c0
Changes: - WidgetSizeClass.kt: Add NARROW_SCROLL and WIDE_SCROLL enum values - NoteWidget.kt: Add SIZE_NARROW_SCROLL (110x150dp) and SIZE_WIDE_SCROLL (250x150dp) breakpoints - NoteWidget.kt: Update sizeMode to include new breakpoints - NoteWidgetContent.kt: Add WIDGET_HEIGHT_SCROLL_THRESHOLD (150dp) - NoteWidgetContent.kt: Update toSizeClass() to classify 150dp+ height as SCROLL sizes - NoteWidgetContent.kt: Combine NARROW_SCROLL + NARROW_TALL into single when branch - NoteWidgetContent.kt: Combine WIDE_SCROLL + WIDE_TALL into single when branch - NoteWidgetContent.kt: Remove clickable modifier from unlocked checklists to enable scrolling - Locked checklists retain clickable for options, unlocked checklists scroll freely