Still working on upgrading to Tailwind CSS v4 an dSkeleton v3.....
This commit is contained in:
@@ -345,7 +345,7 @@ async function handle_open_file() {
|
||||
}}
|
||||
class="
|
||||
btn btn-sm md:btn-md lg:btn-lg
|
||||
variant-ghost-primary
|
||||
preset-tonal-primary border border-primary-500
|
||||
min-w-96
|
||||
"
|
||||
title={`Open this file in a modal window:\n${event_file_obj.filename}\n[API] SHA256: ${event_file_obj.hash_sha256.slice(0, 10)}...\nHosted ID: ${event_file_obj.hosted_file_id_random} Event File ID: ${event_file_obj.event_file_id_random}`}
|
||||
@@ -422,7 +422,7 @@ async function handle_open_file() {
|
||||
}}
|
||||
class="
|
||||
btn btn-sm md:btn-md lg:btn-lg
|
||||
variant-ghost-primary
|
||||
preset-tonal-primary border border-primary-500
|
||||
min-w-72 lg:min-w-96
|
||||
"
|
||||
title={`Download this file:\n${event_file_obj.filename}\n[API] SHA256: ${event_file_obj.hash_sha256.slice(0, 10)}...\nHosted ID: ${event_file_obj.hosted_file_id_random} Event File ID: ${event_file_obj.event_file_id_random}`}
|
||||
@@ -460,7 +460,7 @@ async function handle_open_file() {
|
||||
</span>
|
||||
|
||||
<span
|
||||
class="badge variant-glass-success hover:variant-filled-success text-sm"
|
||||
class="badge preset-tonal-success hover:preset-filled-success-500 text-sm"
|
||||
class:hidden={!event_file_obj.file_purpose}
|
||||
>
|
||||
{event_file_obj.file_purpose}
|
||||
@@ -565,8 +565,8 @@ async function handle_open_file() {
|
||||
ae_triggers.open_in_os = true;
|
||||
}}
|
||||
class="btn btn-sm transition-all hover:transition-all *:hover:inline"
|
||||
class:variant-soft-success={event_file_obj?.open_in_os=='win'}
|
||||
class:variant-soft-warning={event_file_obj?.open_in_os=='mac'}
|
||||
class:preset-tonal-success={event_file_obj?.open_in_os=='win'}
|
||||
class:preset-tonal-warning={event_file_obj?.open_in_os=='mac'}
|
||||
disabled={!$ae_loc.trusted_access}
|
||||
title="Open with: {event_file_obj?.open_in_os ?? 'Default'}"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user