Lots of style improvements. Dark mode is mostly useable now. Work on reports.

This commit is contained in:
Scott Idem
2025-09-16 12:59:20 -04:00
parent 32b6f59245
commit c7b8d49730
14 changed files with 180 additions and 132 deletions

View File

@@ -56,17 +56,18 @@ let lq_kv__event_file_obj_li = liveQuery(
</span>
{#if $lq_kv__event_file_obj_li.length}
<span class="text-3xl font-bold bg-success-100 px-4 border rounded-lg border-success-200"
title="Count {$lq_kv__event_file_obj_li.length ?? 'None'}"
>
<span
class="text-3xl font-bold preset-filled-success-100-900 px-4 rounded-lg"
title="Count {$lq_kv__event_file_obj_li.length ?? 'None'}"
>
<span class="fas fa-list-ol mx-4"></span>
{$lq_kv__event_file_obj_li.length ?? 'None'}×
{$lq_kv__event_file_obj_li.length ?? 'None'}&times;
</span>
{/if}
</h2>
<table
class="table table-auto table-striped w-full text-xs lg:text-sm"
class="table table-auto table-striped w-full text-xs lg:text-sm"
>
<thead
class=""
@@ -152,7 +153,7 @@ let lq_kv__event_file_obj_li = liveQuery(
</span>
<span
class="badge preset-tonal-success hover:preset-filled-success-500 text-sm"
class="badge preset-filled-success-600-400 hover:preset-filled-success-700-300 text-xs"
class:hidden={!event_file_obj?.file_purpose}
>
{event_file_obj?.file_purpose}