add Stripe connection step to launch checklist
All checks were successful
deploy / deploy (push) Successful in 1m10s

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
jamey 2026-02-21 23:26:13 +00:00
parent 0ddafbd84f
commit 762a2ee100

View File

@ -5,6 +5,7 @@ defmodule BerrypodWeb.Admin.Dashboard do
@checklist_items [ @checklist_items [
%{key: :products_synced, label: "Sync your products", href: "/admin/providers"}, %{key: :products_synced, label: "Sync your products", href: "/admin/providers"},
%{key: :stripe_connected, label: "Connect Stripe", href: "/admin/settings"},
%{key: :theme_customised, label: "Customise your theme", href: "/admin/theme"}, %{key: :theme_customised, label: "Customise your theme", href: "/admin/theme"},
%{key: :has_orders, label: "Place a test order", href: "/"}, %{key: :has_orders, label: "Place a test order", href: "/"},
%{key: :site_live, label: "Go live", href: nil} %{key: :site_live, label: "Go live", href: nil}