chore: sync main into dev (resolve 98-commit infra/doc divergence) #151
Reference in New Issue
Block a user
Delete Branch "chore/sync-main-to-dev"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Brings dev up to date with main so dev becomes a clean superset again (dev must always be >= main).
main was 98 commits ahead of dev (Template-Generic workflow syncs + docs-rebranding normalization) that were never cascaded back. This merge reconciles them.
All 7 conflicts were single VERSION header-stamp lines (bodies auto-merged cleanly):
Social floating collapsible feature (PR #149) preserved. After this merges, PR #150 (dev->main) will be conflict-free.
.text-bg-* both (a) had a misleading prefix and (b) forced a black/white foreground that fought the theme. The theme already provides separate, theme-aware utilities: .text-* (color: var(--*-rgb)) and .bg-* (background-color: var(--*-rgb)). Remove .text-bg-* and compose .text-{ctx} + .bg-{ctx} instead. Authored-by: Moko Consulting