You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Break the five kind sections into tabs β no one is scrolling past 200+ near-duplicate entries to reach the next section.
User-selectable page size with a sane default: start at 25, offer 50 / 100 / 250 (final option set at /design) β not the current one-shot 1000.
π Context
Replaces GardenerView's single ?state=open&limit=1000 flat fetch with a per-kind, paged fetch β the API already supports kind=, limit=, offset=, and /api/statusgardener.open carries the real per-kind totals for tab badges + pager math.
Prior art: reuse admin-ui/components/ui/tab-strip.tsx (extracted in the kind-folders sweep). Near-duplicate group cards must not be split mid-group by a page boundary β page on groups, not rows, for that tab (design call).
π§ Ask (Dean)
π Context
GardenerView's single?state=open&limit=1000flat fetch with a per-kind, paged fetch β the API already supportskind=,limit=,offset=, and/api/statusgardener.opencarries the real per-kind totals for tab badges + pager math.admin-ui/components/ui/tab-strip.tsx(extracted in the kind-folders sweep). Near-duplicate group cards must not be split mid-group by a page boundary β page on groups, not rows, for that tab (design call).