branding #5
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "branding"
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?
Fase 3 (perfil + biblioteca + flujos secundarios): - home, settings, profile, library/entry, library/search rediseñados con eyebrow + page-head + accent. - delete-account/restore-account/unsubscribe con .auth-page shell + .danger-callout. - .block, .profile-counters, .profile-header agregados al CSS. Fase 4 (errores + emails): - web/templates/404.html y 500.html (faltan wiring en internal/server: rendering listo, handler queda pendiente). - web/emails/digest.html actualizado; otp.html y account-deletion.html agregados como opt-in HTML (los .txt siguen siendo el flujo activo). - .error-page, .error-glyph, .error-cta-secondary agregados al CSS. Backend mínimo para soportar las nuevas plantillas: - homeData.Username (slug.String cuando hay slug) para el saludo "hola, @slug". - profileData.Counters *profileCounters como hook opcional — queda nil por ahora; el {{if .Counters}} de profile.html no se dispara.