From 4a448e33f3abe3dc5fcecbd59eee37668f8d87d6 Mon Sep 17 00:00:00 2001 From: McCal-Codes <175259256+McCal-Codes@users.noreply.github.com> Date: Mon, 21 Sep 2026 17:10:40 -0400 Subject: [PATCH] The widget picker is on the roadmap A row of app icons over the gallery to narrow it to one app, and a single row per app until you ask for more - the direction the Mockup Lab's widget-picker scene settled on. Planned, in Next, beside the other Home Screen items. --- app/src/main/assets/roadmap.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/app/src/main/assets/roadmap.json b/app/src/main/assets/roadmap.json index 66f05d7..9bd5812 100644 --- a/app/src/main/assets/roadmap.json +++ b/app/src/main/assets/roadmap.json @@ -305,6 +305,13 @@ "detail": "Adjust icons, rows, spacing, the dock and the status right on your Home Screen.", "status": "planned" }, + { + "icon": "grid", + "color": "#5E5CE6", + "title": "Cleaner widget picker", + "detail": "Find a widget without scrolling past one app's hundreds: a row of app icons narrows the gallery to the one you want, and each app shows a single row until you ask for more.", + "status": "planned" + }, { "icon": "dock", "color": "#30D158",