From 32e2510c63a81e945fd808bdad211f905be04847 Mon Sep 17 00:00:00 2001 From: flemming-it Date: Sat, 18 Jul 2026 00:29:07 +0200 Subject: [PATCH] feat(store): license pill on the module card Signed-off-by: flemming-it --- lib/pages/store.dart | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/lib/pages/store.dart b/lib/pages/store.dart index d54374f..95dbf41 100644 --- a/lib/pages/store.dart +++ b/lib/pages/store.dart @@ -1945,6 +1945,17 @@ class _FeaturedTile extends StatelessWidget { const SizedBox(width: ChainSpace.xs), if (item.status.isNotEmpty) _statusPill(context, item.status), + // License on the card, not only in the detail + // sheet — buyers scan the grid for exactly this + // (usertest finding: no license/cost signal per + // module before clicking). + if (item.license.isNotEmpty) ...[ + const SizedBox(width: ChainSpace.xs), + ChainPill( + label: item.license, + tone: ChainPillTone.neutral, + ), + ], const Spacer(), if (item.installed) ChainPill(