mirror of
https://github.com/pocket-id/pocket-id.git
synced 2026-02-05 00:39:38 +03:00
[PR #734] [MERGED] refactor: use react email for email templates #909
Reference in New Issue
Block a user
Delete Branch "%!s()"
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?
📋 Pull Request Information
Original PR: https://github.com/pocket-id/pocket-id/pull/734
Author: @kmendell
Created: 7/8/2025
Status: ✅ Merged
Merged: 8/31/2025
Merged by: @stonith404
Base:
main← Head:feat/react-email📝 Commits (10+)
65e5de1feat: use react email for email templatesdca9087test new styling434c983update table stylingc602b99update styles again607de1dupdate build scriptacc39e3use div over sections1c02a62replace container with div9ba4f64simplify build script35db96ffix padding and build1cf5be9Merge branch 'main' into feat/react-email📊 Changes
33 files changed (+5198 additions, -442 deletions)
View changed files
📝
.github/workflows/build-next.yml(+0 -2)📝
.github/workflows/e2e-tests.yml(+7 -9)📝
.github/workflows/release.yml(+1 -2)📝
.github/workflows/svelte-check.yml(+0 -2)📝
backend/.golangci.yml(+1 -1)📝
backend/internal/service/email_service.go(+5 -6)📝
backend/internal/utils/email/email_service_templates.go(+12 -49)📝
backend/resources/email-templates/api-key-expiring-soon_html.tmpl(+3 -17)📝
backend/resources/email-templates/api-key-expiring-soon_text.tmpl(+9 -7)➖
backend/resources/email-templates/components/email_html.tmpl(+0 -14)➖
backend/resources/email-templates/components/email_text.tmpl(+0 -7)➖
backend/resources/email-templates/components/style_html.tmpl(+0 -92)📝
backend/resources/email-templates/login-with-new-device_html.tmpl(+5 -40)📝
backend/resources/email-templates/login-with-new-device_text.tmpl(+27 -15)📝
backend/resources/email-templates/one-time-access_html.tmpl(+4 -17)📝
backend/resources/email-templates/one-time-access_text.tmpl(+9 -7)📝
backend/resources/email-templates/test_html.tmpl(+3 -11)📝
backend/resources/email-templates/test_text.tmpl(+6 -3)📝
backend/resources/files.go(+1 -1)➕
email-templates/build.ts(+115 -0)...and 13 more files
📄 Description
Fixes: https://github.com/pocket-id/pocket-id/issues/722
Summary by CodeRabbit
New Features
Bug Fixes
Refactor
Chores
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.