refactor(ui): standardize button types and migrate file operations to V3 Action API
This commit is contained in:
@@ -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'}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user