From 7ba40483e057457627533986b5402c983e6920ab Mon Sep 17 00:00:00 2001 From: StarFleetCPTN Date: Sat, 19 Apr 2025 17:03:33 -0700 Subject: [PATCH] Add toast deduplication and enhance provider test status notifications --- components/shared/toast/toast_js.templ | 21 +++++++++++++++++ components/storage_providers.templ | 32 ++++++++++++++++++++------ static/js/storage-providers.js | 1 + 3 files changed, 47 insertions(+), 7 deletions(-) diff --git a/components/shared/toast/toast_js.templ b/components/shared/toast/toast_js.templ index 599ee2b..62e4c5e 100644 --- a/components/shared/toast/toast_js.templ +++ b/components/shared/toast/toast_js.templ @@ -3,7 +3,28 @@ package toast templ ShowToastJS() {