immich/server/src
Nicolò ee6f1a010c
chore(server): clean mail-templates and add tailwind style (#11296)
With this commit I wanted to complete the react-mail
 structure by properly define the templates styles by
 including tailwind css framework.

The framework is extended by both react-mail and
 tailwindcss-preset-email. Those packages help the rendering
 for various email clients.

If in future there is the necessity to target specific mail
 clients the package `tailwindcss-email-variants` and
 `tailwindcss-mso` can help too. The latter has some
 workarounds for the Ms Outlook that is still lacking
 a lot of the CSS3 funcitonality.
 to target

Signed-off-by: hitech95 <nicveronese@gmail.com>
2024-07-26 15:41:11 -05:00
..
bin test: sync open api spec (#9687) 2024-05-23 07:40:57 -04:00
commands refactor(server): user endpoints (#9730) 2024-05-27 05:15:52 +07:00
controllers fix(server): correct openapi response type for getServerLicense() (#11261) 2024-07-22 08:50:45 -05:00
cores fix: album remove asset bug (#10687) 2024-06-29 00:17:58 -04:00
dtos chore(web): change license wording and other things (#11309) 2024-07-26 10:34:35 -05:00
emails chore(server): clean mail-templates and add tailwind style (#11296) 2024-07-26 15:41:11 -05:00
entities chore(web): change license wording and other things (#11309) 2024-07-26 10:34:35 -05:00
interfaces feat: people infinite scroll (#11326) 2024-07-25 15:59:28 -04:00
middleware fix(server): Postgres -> Redis websocket (#10801) 2024-07-03 16:27:29 -04:00
migrations feat(server): country geocoding for remote locations (#10950) 2024-07-18 13:27:07 +02:00
queries feat: people infinite scroll (#11326) 2024-07-25 15:59:28 -04:00
repositories feat: people infinite scroll (#11326) 2024-07-25 15:59:28 -04:00
services feat(server): Allow activating non-admin user with server license (#11206) 2024-07-25 23:27:44 -05:00
subscribers chore: migrate database files (#8126) 2024-03-20 21:02:51 +00:00
utils chore(web): change license wording and other things (#11309) 2024-07-26 10:34:35 -05:00
workers feat(server): add IP trust list for reverse proxy (#11286) 2024-07-26 09:23:58 -05:00
app.module.ts refactor(server): event emits (#10648) 2024-06-27 15:54:20 -04:00
config.ts feat(server): add IP trust list for reverse proxy (#11286) 2024-07-26 09:23:58 -05:00
constants.ts feat(server): country geocoding for remote locations (#10950) 2024-07-18 13:27:07 +02:00
database.config.ts refactor(server): version logic (#9615) 2024-05-20 20:31:36 -04:00
decorators.ts fix(server): delete large album (#11042) 2024-07-17 07:43:35 -04:00
main.ts feat: seperate sub-process for api worker (#10000) 2024-06-06 11:56:57 +01:00
validation.ts fix(server): avoid server error for invalid email data type (#10978) 2024-07-10 07:58:06 -04:00