berrypod/lib/berrypod_web/components
jamey 580a7203c9
All checks were successful
deploy / deploy (push) Successful in 4m22s
add activity log with order timeline and global feed
Single activity_log table powering two views: chronological timeline
on each order detail page (replacing the old fulfilment card) and a
global feed at /admin/activity with tabs, category filters, search,
and pagination. Real-time via PubSub — new entries appear instantly,
nav badge updates across all admin pages.

Instrumented across all event points: Stripe webhooks, order notifier,
submission worker, fulfilment status worker, product sync worker, and
Oban exhausted-job telemetry. Contextual action buttons (retry
submission, retry sync, dismiss) with Oban unique constraints to
prevent double-enqueue. 90-day pruning via cron.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-01 15:09:08 +00:00
..
layouts add activity log with order timeline and global feed 2026-03-01 15:09:08 +00:00
shop_components add pagination across all admin and shop views 2026-03-01 09:42:34 +00:00
block_editor_components.ex add block previews, picker thumbnails and newsletter settings 2026-02-28 20:34:52 +00:00
block_thumbnails.ex add block previews, picker thumbnails and newsletter settings 2026-02-28 20:34:52 +00:00
core_components.ex add pagination across all admin and shop views 2026-03-01 09:42:34 +00:00
layouts.ex add admin email settings page with provider selection 2026-02-21 19:29:34 +00:00
page_templates.ex wire order pages and theme preview to page renderer, remove old templates 2026-02-26 19:32:50 +00:00
shop_components.ex rename project from SimpleshopTheme to Berrypod 2026-02-18 21:23:15 +00:00