add block previews, picker thumbnails and newsletter settings
All checks were successful
deploy / deploy (push) Successful in 1m30s

Block cards now show a one-line content summary below the name.
Block picker items include SVG wireframe thumbnails. Newsletter
block marked as decorative with configurable title/description
and form submission prevented on the shop side.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
jamey
2026-02-28 20:34:52 +00:00
parent 0a7982dfe8
commit 8f989d892d
6 changed files with 636 additions and 12 deletions

View File

@@ -314,7 +314,7 @@ defmodule BerrypodWeb.ShopComponents.Content do
<p class="card-text card-text--spaced">
{@description}
</p>
<form class="card-inline-form">
<form class="card-inline-form" onsubmit="return false">
<.shop_input type="email" placeholder="your@email.com" class="email-input" />
<.shop_button type="submit">{@button_text}</.shop_button>
</form>
@@ -329,7 +329,7 @@ defmodule BerrypodWeb.ShopComponents.Content do
<p class="card-text card-text--spaced">
{@description}
</p>
<form class="card-inline-form">
<form class="card-inline-form" onsubmit="return false">
<.shop_input type="email" placeholder="your@email.com" class="email-input" />
<.shop_button type="submit">{@button_text}</.shop_button>
</form>