▍ humdrum codex / soft

← issues

TASK-003 TUI news page: split Briefs into 4 per-category panels

To Do bug priority: medium

created 2026-06-11 02:16 · updated 2026-06-11 02:24

Description

In tui/dashboard.py, replace the entire page-news layout with exactly four equal DashPanel widgets — one per brief category (Politics, Technology, Sports, Culture). No other panels on this page.

New layout (2×2 grid): Row 1: np-brief-politics, np-brief-tech Row 2: np-brief-sports, np-brief-culture

Remove from page-news entirely: np-news (Headlines), np-feeds (Feeds), np-hackernews (HN). Those stay on page-personal only.

Implementation:

Reference: render_briefs() line 513 tui/dashboard.py; BriefSection shape lib/schemas/sources/briefs.ts.

Acceptance Criteria