General code cleanup. Mainly updating Lucide icons.
This commit is contained in:
@@ -22,7 +22,7 @@ import { ae_loc, ae_api } from '$lib/stores/ae_stores';
|
||||
import { events_func } from '$lib/ae_events/ae_events_functions';
|
||||
import { api } from '$lib/api/api';
|
||||
import {
|
||||
AlertTriangle,
|
||||
TriangleAlert,
|
||||
ArrowLeft,
|
||||
Check,
|
||||
ChevronDown,
|
||||
@@ -164,7 +164,7 @@ async function save() {
|
||||
</span>
|
||||
{:else if save_status === 'error'}
|
||||
<span class="badge preset-tonal-error flex items-center gap-1">
|
||||
<AlertTriangle size="1em" /> Error saving
|
||||
<TriangleAlert size="1em" /> Error saving
|
||||
</span>
|
||||
{/if}
|
||||
<button
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
import { liveQuery } from 'dexie';
|
||||
import { db_events } from '$lib/ae_events/db_events';
|
||||
import { ae_loc } from '$lib/stores/ae_stores';
|
||||
import { AlertTriangle, CheckCircle, CreditCard, LoaderCircle } from '@lucide/svelte';
|
||||
import { TriangleAlert, CircleCheck, CreditCard, LoaderCircle } from '@lucide/svelte';
|
||||
|
||||
interface Props {
|
||||
exhibit_id: string;
|
||||
@@ -98,7 +98,7 @@ $effect(() => {
|
||||
<!-- Paid Confirmation — shown when admin has marked this booth as paid (priority = true) -->
|
||||
<div class="card preset-tonal-success border-success-500/30 border p-6">
|
||||
<div class="mb-3 flex items-center gap-3">
|
||||
<CheckCircle size="1.5em" class="text-success-500" />
|
||||
<CircleCheck size="1.5em" class="text-success-500" />
|
||||
<h4 class="text-success-500 text-lg font-bold">Marked as Paid</h4>
|
||||
</div>
|
||||
<p class="text-sm">
|
||||
@@ -126,7 +126,7 @@ $effect(() => {
|
||||
{#if $ae_loc.administrator_access}
|
||||
<div
|
||||
class="card preset-tonal-warning border-warning-500/30 flex items-start gap-3 border p-4">
|
||||
<AlertTriangle size="1.2em" class="text-warning-500 mt-0.5 shrink-0" />
|
||||
<TriangleAlert size="1.2em" class="text-warning-500 mt-0.5 shrink-0" />
|
||||
<div class="text-sm">
|
||||
<p class="font-bold">Stripe not configured for this site.</p>
|
||||
<p class="mt-1 opacity-70">
|
||||
|
||||
Reference in New Issue
Block a user