-
-
Notifications
You must be signed in to change notification settings - Fork 305
feat: well designed transactional e-mails #1987
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
cyyynthia
wants to merge
32
commits into
main
Choose a base branch
from
cynthia/react-email
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
cd5a2fd
feat: setup react-email for html emails
cyyynthia a397c43
chore: upgrade email subproject
cyyynthia 67bbb2f
feat: configure CLI, write quick extractor
cyyynthia 3d0cffb
feat: rough first implementation of emails in backend
cyyynthia a5c9bb0
fix: lint, try to troubleshoot test failures
cyyynthia 3d29218
fix: properly render strings using icu4j
cyyynthia 05389da
feat: render icu xml as fragments
cyyynthia 6db8b4d
feat: finalize working impl of react emails renderer
cyyynthia 02c8a62
feat: implement global variables
cyyynthia 5d785a1
fix: properly implement sanitization in Var
cyyynthia e2c64d3
chore: minor adjustments
cyyynthia 3f2212f
chore: typo in CI config
cyyynthia d084fec
chore: fix accidentally introduced tab indents
cyyynthia bb75ab4
chore: fix typo part 2
cyyynthia ccd2637
chore: please the artificial rabbit
cyyynthia bb32c41
chore: misc fixes and improvements
cyyynthia f039a60
chore: lint
cyyynthia deebf6d
fix: proper path in gha config
cyyynthia c860b97
chore: refactor
cyyynthia 54db769
chore: minor improvement of EmailTemplateConfig
cyyynthia 40df87a
chore: gradle config
cyyynthia 2441fa9
chore: gradle config pt. 2
cyyynthia 76199dd
chore: gradle config pt. 3
cyyynthia 0ad18bc
chore: gradle config pt. 3.1
cyyynthia 24a75c4
chore: gradle config pt. 3.2
cyyynthia 935bdfa
chore: gha tweaks (again)
cyyynthia 4b60383
chore: silly gha mistakes
cyyynthia 87e4d1b
ci: mixed up src/dest actions
cyyynthia 2d7ad39
fix: a small typo for a file, a giant failure for gradle build
cyyynthia b1b9e12
feat: React Emails > default template (#3194)
JanCizmar 7a8ce58
chore: rebase
dkrizan b16778a
fix: invitation link getter in cypress
dkrizan File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
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
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
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
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
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Guard tar calls; they fail when directories are absent.
If any of these paths don’t exist (e.g., SKIP_EMAIL_BUILD=true), tar exits non-zero and the step fails.
Apply:
📝 Committable suggestion
🤖 Prompt for AI Agents