refactor(ui): standardize button types and migrate file operations to V3 Action API

This commit is contained in:
Scott Idem
2026-02-03 22:54:22 -05:00
parent e8f92b818a
commit 49f0a888b0
81 changed files with 393 additions and 653 deletions

View File

@@ -198,7 +198,7 @@
{#if (show__session_presentations || show__session_files) && $ae_loc.manager_access}
<button
<button type="button"
class="btn btn-icon btn-sm variant-soft-surface"
@@ -356,7 +356,7 @@
<div class="flex gap-1">
<button
<button type="button"
class="btn btn-icon btn-xs {session_obj?.hide ? 'preset-tonal-error' : 'preset-tonal-secondary'}"
@@ -368,7 +368,7 @@
</button>
<button
<button type="button"
class="btn btn-icon btn-xs {session_obj?.alert ? 'preset-tonal-warning' : 'preset-tonal-surface'}"