Skip to content
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

feat: Switch to mjml to handle email templates #1527

Merged
merged 46 commits into from
Sep 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
46 commits
Select commit Hold shift + click to select a range
a51c447
feat: install mjml
arsforza Jul 19, 2024
e1cd0ad
WIP implement mjml with header
arsforza Jul 26, 2024
cc4e8a9
WIP add events
arsforza Aug 1, 2024
a59d889
WIP fix header structure
arsforza Aug 1, 2024
123a690
WIP add notification-actions
arsforza Aug 2, 2024
30ed638
WIP refactor elements creation
arsforza Aug 5, 2024
0cd40d8
WIP add trigger-statement
arsforza Aug 5, 2024
d12a89a
WIP add adminArea tables
arsforza Aug 5, 2024
5eff781
WIP add inline icon
arsforza Aug 5, 2024
010d2c3
WIP use const in header
arsforza Aug 12, 2024
9bf90c7
WIP update body event
arsforza Aug 12, 2024
682fec0
WIP update notification-action
arsforza Aug 12, 2024
6d48c19
WIP add map image
arsforza Aug 12, 2024
33d6754
WIP update admin-area-table
arsforza Aug 12, 2024
2362a45
WIP add image
arsforza Aug 12, 2024
fe1a1bf
WIP update style
arsforza Aug 12, 2024
a99b5bd
WIP add footer
arsforza Aug 15, 2024
bbbd5e1
feature: add event-finished
arsforza Aug 19, 2024
be265bc
refactor: move functions
arsforza Aug 19, 2024
f2d69e1
feat: add logos to header
arsforza Aug 22, 2024
ebe8fc6
fix: remove column from layout
arsforza Aug 22, 2024
d89c1d1
feat: install moment
arsforza Aug 23, 2024
ec88ccd
fix: correct date format and timezones
arsforza Aug 23, 2024
9877dec
fix: comment out fs + email save
arsforza Aug 23, 2024
2882240
fix: correct date handling
arsforza Sep 10, 2024
75760e6
fix: mobile width + action margin + typo + issued text
arsforza Sep 16, 2024
b9c0b59
fix: button text
arsforza Sep 16, 2024
89cc52c
fix: mailchimp footer
arsforza Sep 16, 2024
482f380
fix: set arial as font
arsforza Sep 17, 2024
2c584f5
fix: update email logos
jannisvisser Sep 17, 2024
d5a9ee4
fix: use date-fns instead of moment
arsforza Sep 18, 2024
3a042f9
fix: heder date + buttons + mailchimp footer
arsforza Sep 23, 2024
4ae8f2a
fix: align outloook btn to center
arsforza Sep 24, 2024
2ad5a77
fix: mailchimp footer width
arsforza Sep 24, 2024
0348917
Merge branch 'feat.email-mjml' of https://github.com/rodekruis/IBF-sy…
jannisvisser Sep 24, 2024
a63805e
fix: white background to logo img
jannisvisser Sep 24, 2024
491e01b
Merge pull request #1589 from rodekruis/fix.update-email-logos
jannisvisser Sep 25, 2024
c2e9513
style: font size, spacing, and alignment changes in footer, table, he…
gulfaraz Sep 28, 2024
f3d8ff9
feat: use compact numbers and update copy
gulfaraz Sep 28, 2024
a964f53
style: copy, spacing, design review
gulfaraz Sep 28, 2024
a51f779
chore: remove unused email template service
gulfaraz Sep 28, 2024
26bf217
refactor: move static function to helper
gulfaraz Sep 29, 2024
5d3b5f9
test: update api test event name selector
gulfaraz Sep 29, 2024
4b75539
test: update comments
gulfaraz Sep 29, 2024
441c408
copy: use lower case for common names
gulfaraz Sep 30, 2024
918e5e9
Merge pull request #1594 from rodekruis/feat.email-mjml-review
jannisvisser Sep 30, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion interfaces/IBF-dashboard/src/assets/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@
},
"alertLevel": {
"expected": "expected on",
"expected-trigger": "expected to reach threshold on",
"expected-trigger": "expected to trigger on",
"exposed-areas": "Exposed {{adminAreaLabelPlural}}:",
"no-data": "No population data available"
}
Expand Down
Loading
Loading