From 1ceaa66287d32e66e64b4e654a614c8924685d66 Mon Sep 17 00:00:00 2001 From: Miodec Date: Sat, 16 Mar 2024 19:08:20 +0100 Subject: [PATCH] refactor(custom test duration modal): use new modal system --- frontend/src/html/popups.html | 13 ++- frontend/src/styles/popups.scss | 20 ++-- frontend/src/ts/event-handlers/test.ts | 8 ++ .../custom-test-duration.ts} | 107 ++++++------------ frontend/src/ts/modals/mobile-test-config.ts | 7 +- 5 files changed, 67 insertions(+), 88 deletions(-) rename frontend/src/ts/{popups/custom-test-duration-popup.ts => modals/custom-test-duration.ts} (51%) diff --git a/frontend/src/html/popups.html b/frontend/src/html/popups.html index f1f345773..437e07a56 100644 --- a/frontend/src/html/popups.html +++ b/frontend/src/html/popups.html @@ -604,18 +604,21 @@ - + +