Email builder: dark mode, per-user SMTP, conditional blocks, sample autogen#4
Open
yonardr wants to merge 1 commit into
Open
Email builder: dark mode, per-user SMTP, conditional blocks, sample autogen#4yonardr wants to merge 1 commit into
yonardr wants to merge 1 commit into
Conversation
b376a83 to
b2017ad
Compare
…utogen - iOS Mail dark mode: designed dark variant in wrapper.html, off-by-one hex to dodge auto-invert, one-shot startup migration rebuilds stored templates on wrapper changes. - Per-user SMTP: AES-256-GCM encrypted credentials, test-page UI to pick between built-in and user SMTP, no relay-able overrides. - Conditional block rendering: optional `condition` per block ref. - Sample data autogen: JSON skeleton from template HTML with nested paths and ranges. - Block builder: per-block appearance, per-template container settings, inline contentEditable, order-items redesigned with Order.Sections[]. - Migrations: SQLite <3.35-safe DROP COLUMN, nested-key backfill. - Removed: views/template_edit.html, template_new.html.
b2017ad to
7be4d8f
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
wrapper.html, off-by-one hex to dodge auto-invert, one-shot startup migration rebuilds stored templates on wrapper changes.conditionper block ref, wrapped as{{if .X}}…{{end}}at render time.Order.Sections[]for dynamic group names.views/template_edit.html,views/template_new.html— builder is the single editing surface now.