Commit Graph

15 Commits

Author SHA1 Message Date
c40e802396 feat: add mau card 2025-01-25 12:23:26 +00:00
4dd95016b1 feat: i18n for emails (#1442)
## Description

Support setting a document language that will control the language used
for sending emails to recipients. Additional work has been done to
convert all emails to using our i18n implementation so we can later add
controls for sending other kinds of emails in a users target language.

## Related Issue

N/A

## Changes Made

- Added `<Trans>` and `msg` macros to emails
- Introduced a new `renderEmailWithI18N` utility in the lib package
- Updated all emails to use the `<Tailwind>` component at the top level
due to rendering constraints
- Updated the `i18n.server.tsx` file to not use a top level await

## Testing Performed

- Configured document language and verified emails were sent in the
expected language
- Created a document from a template and verified that the templates
language was transferred to the document
2024-11-05 11:52:54 +11:00
75c8772a02 feat: web i18n (#1286) 2024-08-27 20:34:39 +09:00
cb892bcbb2 feat: add user conversion count to admin panel (#1150)
Displays the count of users who signed up after signing at least one
document in the admin panel
2024-07-05 14:02:22 +10:00
1bbfd9d0f3 fix: remove redundant cards 2024-06-13 05:46:34 +00:00
3b2d184f05 chore: custom tooltip since it's hiding values under other charts 2024-05-29 08:26:58 +00:00
72d0a1b69c chore: custom tooltip 2024-05-21 22:53:31 +00:00
c1449e01b1 chore: remove cummulative for clarity 2024-05-21 14:07:27 +02:00
95a94d4fc1 chore: use single chart graphs 2024-05-21 09:28:23 +00:00
50b57d5aa5 fix: minor changes based on review 2024-05-07 09:35:59 +00:00
32348dd6f1 fix: pr review changes 2024-04-08 17:26:25 +00:00
fdf4d03c14 fix: grid on mobile 2024-04-05 17:54:36 +00:00
7615c9d2fa feat: add chat to admin dashboard 2024-04-05 17:49:32 +00:00
6de14ab0ac fix: UI fixes and improvements (#559)
* chore: add cursor pointer

* fix: tooltip color

* chore: add tooltip

* fix: admin pages in mobile
2023-11-06 13:02:20 +11:00
632b3bd1f4 fix: update layout and wording 2023-11-06 13:01:12 +11:00