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

@@ -66,8 +66,7 @@
>
<div class="float-right flex flex-row items-center">
{#if $ae_loc.trusted_access && $ae_loc.edit_mode}
<button
type="button"
<button type="button"
onclick={() => {
console.log('Add Presentation');
if (
@@ -132,8 +131,7 @@
<li class="space-y-2 border border-gray-200 p-2 rounded-md">
<div class="float-right space-2 flex flex-row items-center">
{#if $ae_loc.trusted_access && $ae_loc.edit_mode}
<button
type="button"
<button type="button"
onclick={() => {
console.log('Add Presenter');
if (
@@ -286,8 +284,7 @@
<div class:hidden={!($ae_loc.trusted_access && $ae_loc.edit_mode)}>
<span class="text-sm text-semibold text-success-800-400">
Date &
<button
type="button"
<button type="button"
onclick={() => {
if ($events_loc.pres_mgmt.time_hours == 12) {
$events_loc.pres_mgmt.time_hours = 24;
@@ -410,8 +407,7 @@
</span>
{#if event_presentation_obj?.description}
<button
type="button"
<button type="button"
onclick={() => {
console.log('Show/Hide Description');
if (