Fix: Reload was not working due to changes in how Signals and inputs work. On reload, the input does not change so the resource does not fetch new data.

This commit is contained in:
2026-08-31 17:31:48 +00:00
parent 985993f273
commit 8c189cac21
51 changed files with 176 additions and 139 deletions
+2 -2
View File
@@ -32,12 +32,12 @@ a
text-decoration: underline
button.mat-primary
button.mat-primary:not(:disabled)
background: var(--mat-sys-primary) !important
color: var(--mat-sys-on-primary) !important
button.mat-warn
button.mat-warn:not(:disabled)
background: var(--mat-sys-error) !important
color: var(--mat-sys-on-error) !important