kell_creations/kell_creations_apps/packages
Mike Kell a0aea373c2 feat(wordpress): Stage 3B — list efficiency improvements
Add compact/standard view toggle (ListDensity enum) to controller and page, allowing users to switch between a dense single-row layout and the full metadata card view.

Add staleness detection: isStale() flags products not modified in 30+ days with a schedule icon; staleCount() returns the count of stale items in the current filtered view.

Add keyboard navigation: selectNextDraft/selectPreviousDraft with arrow-key wrapping support; page wires up Focus + onKeyEvent for arrow-down/arrow-up.

Update ProductDraftCard with compact layout variant (two-row dense metadata), stale indicator icon, and description snippet in standard mode. Wrap long text in Flexible widgets to prevent overflow.

Increase standard card height from 160px to 180px to accommodate the new description snippet row.

Export ListDensity and ProductSortField from barrel file.

Add 42 new focused tests covering listDensity toggle, staleness boundary conditions, staleCount with filters, keyboard navigation wrapping, and compact card rendering. All 294 tests pass, dart analyze clean.
2026-05-22 08:51:32 -04:00
..
auth Add Flutter app and package monorepo scaffold 2026-04-04 09:19:46 -04:00
core Add Flutter app and package monorepo scaffold 2026-04-04 09:19:46 -04:00
data Add Flutter app and package monorepo scaffold 2026-04-04 09:19:46 -04:00
design_system refactor(kell-web): add app-level dependency composition 2026-04-04 13:38:51 -04:00
feature_finance Add Flutter app and package monorepo scaffold 2026-04-04 09:19:46 -04:00
feature_inventory feat(workflows): add shared filtering search and selection persistence 2026-04-04 14:59:26 -04:00
feature_mrp Add Flutter app and package monorepo scaffold 2026-04-04 09:19:46 -04:00
feature_orders Update main with product publishing 2026-04-05 20:03:10 -04:00
feature_policy feat(workflows): add shared filtering search and selection persistence 2026-04-04 14:59:26 -04:00
feature_social Add Flutter app and package monorepo scaffold 2026-04-04 09:19:46 -04:00
feature_wordpress feat(wordpress): Stage 3B — list efficiency improvements 2026-05-22 08:51:32 -04:00
integrations Add Flutter app and package monorepo scaffold 2026-04-04 09:19:46 -04:00