Commit Graph
3 Commits
Author SHA1 Message Date
isaaccladandCursor 877879ef9b Show boot splash on app open/reload for logged-in users.
Deploy Ladill Woo Manager / deploy (push) Successful in 53s
The once-per-session sessionStorage guard suppressed the loading screen after
its first appearance, so logged-in users effectively never saw it. Show it on
app entry (external referrer / direct / new tab) and reloads, while still
suppressing it on internal link navigations and back/forward to avoid flashing.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-07 19:21:56 +00:00
isaaccladandCursor b94ae84ea9 Fix boot splash showing merchant icon on Woo Manager.
Deploy Ladill Woo Manager / deploy (push) Successful in 56s
Resolve the splash icon from the launcher registry by matching the current
host, so woo.ladill.com uses woomanager.svg instead of the subdomain-named
woo.svg (which is a copy of the merchant icon).

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-07 13:11:27 +00:00
isaaccladandCursor ffe0b9d877 Scaffold Ladill Woo Manager for WooCommerce order fulfillment.
Deploy Ladill Woo Manager / deploy (push) Failing after 2s
Standalone app with SSO shell, WordPress plugin connect flow, webhook ingest,
fulfillment inbox, and plugin activation API — no payment processing.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-06 22:39:38 +00:00