X-Git-Url: https://git.xangelo.ca/?a=blobdiff_plain;f=src%2Frender%2Fmail.ts;h=a0b3b753c4e05b3bfa497660ff3a570e37134207;hb=944376c3f73772268ec774ccc2a3fa0788fc246e;hp=6ca831d7b68b3ea3c462872ebde813dac6b66842;hpb=516deaa637cb322ddbb4fb9121d56d23fef5d7a8;p=browser-rts.git diff --git a/src/render/mail.ts b/src/render/mail.ts index 6ca831d..a0b3b75 100644 --- a/src/render/mail.ts +++ b/src/render/mail.ts @@ -3,6 +3,8 @@ import { MessageWithNames } from "../repository/mail"; export function renderMailroom(mail: MessageWithNames[]): string { return ` +
+

Mail

@@ -24,6 +26,7 @@ export function renderMailroom(mail: MessageWithNames[]): string { }).join("\n")}
From
+
`; } @@ -48,6 +51,4 @@ export function renderMessage(msg: MessageWithNames): string { `; - console.log(msg); - return ''; -} \ No newline at end of file +}