From cc4a6d08e7e7dc701b3e54e4c9adcb2beca20188 Mon Sep 17 00:00:00 2001 From: Sahil Batra Date: Thu, 28 Sep 2023 16:42:05 +0530 Subject: [PATCH] development: Update modal in emails page to use micromodal. We now use micromodal in the modal on dev server emails page to make it consistent with other modals in the app and this is preparatory work for moving away from bootstrap as well. --- templates/zerver/development/email_log.html | 80 +++++++++++---------- web/src/portico/email_log.js | 8 ++- web/styles/portico/email_log.css | 12 ++++ web/webpack.dev-assets.json | 1 + 4 files changed, 64 insertions(+), 37 deletions(-) diff --git a/templates/zerver/development/email_log.html b/templates/zerver/development/email_log.html index 121d6c7866..cd29c54b32 100644 --- a/templates/zerver/development/email_log.html +++ b/templates/zerver/development/email_log.html @@ -18,7 +18,7 @@ Show text only version - + Forward emails to an email account @@ -26,44 +26,52 @@
{{ log |safe }}
-