From 873cd131cf4f561557293210fab42f7bcc4a8007 Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Wed, 8 Jul 2026 12:36:58 -0700 Subject: [PATCH] Ugh, lets make these direct signals --- .../toasts-dropdown.component.html | 10 ++-- .../toasts-dropdown.component.spec.ts | 23 ++++------ .../toasts-dropdown.component.ts | 32 ++++--------- .../common/toast/toast.component.html | 4 +- .../common/toast/toast.component.ts | 14 ++---- .../common/toasts/toasts.component.html | 2 +- .../common/toasts/toasts.component.spec.ts | 23 +++------- .../common/toasts/toasts.component.ts | 39 ++++++---------- .../statistics-widget.component.html | 46 +++++++++---------- .../statistics-widget.component.spec.ts | 2 +- .../statistics-widget.component.ts | 36 ++++----------- .../widget-frame/widget-frame.component.html | 4 +- .../widget-frame.component.spec.ts | 2 +- .../widget-frame/widget-frame.component.ts | 12 +---- .../file-drop/file-drop.component.spec.ts | 22 ++++----- 15 files changed, 99 insertions(+), 172 deletions(-) diff --git a/src-ui/src/app/components/app-frame/toasts-dropdown/toasts-dropdown.component.html b/src-ui/src/app/components/app-frame/toasts-dropdown/toasts-dropdown.component.html index 285cb07ea..5a235d972 100644 --- a/src-ui/src/app/components/app-frame/toasts-dropdown/toasts-dropdown.component.html +++ b/src-ui/src/app/components/app-frame/toasts-dropdown/toasts-dropdown.component.html @@ -1,7 +1,7 @@