Files
zeropost-web/app/admin
Aleksei Pavlov c7e9196370 feat(admin/articles): delete button + 'scheduled' badge for future drip slots
ArticleRowActions (client component): edit / view / delete actions.
Delete: confirm dialog → /admin/api/articles/:id DELETE → reload page.
StatusBadge: shows blue 'выйдет ДД.ММ ЧЧ:ММ' badge when published_at is
in the future (article scheduled for a drip slot), green 'Опубликована'
when actually live, amber 'Черновик' otherwise.

Proxy: app/admin/api/articles/[id]/route.js → engine /api/articles/:id.
2026-06-19 20:55:34 +03:00
..