ability to mock stores stubbed

This commit is contained in:
2026-01-30 00:55:17 -07:00
parent b1593e8202
commit e74854bf6e
12 changed files with 566 additions and 699 deletions
@@ -0,0 +1,16 @@
{{ $acctID := .Identity.Account.AccountID }}
{{ $platform := parsePlatform .PathParams.platform }}
{{ $shopID := .PathParams.shopID }}
{{- $shop := .Accounts.GetMockShop $acctID $platform $shopID }}
<h1 class="mt-[1em] text-center">
{{ $shop.Name }}
</h1>
<p class="m-[1em] text-center font-display">
{{ .PathParams.platform | splitSnakeCase | capitalize }}
</p>
<h2 class="mt-[5em] text-center block">
A work in progress...
</h2>