Styling and minor changes

This commit is contained in:
Roman Krček
2025-07-14 22:27:00 +02:00
parent 5b26b6951c
commit 30f441a956
3 changed files with 8 additions and 8 deletions

View File

@@ -35,7 +35,7 @@
function handleSyncParticipants() {
// Show initial notification about sync starting
toast.info('Starting participant synchronization...', 2000);
toast.info('Starting participant synchronization...', 5000);
// Call the parent component's sync function
onSyncParticipants();
@@ -46,7 +46,7 @@
<div class="mb-4 flex items-center justify-between">
<h2 class="text-xl font-semibold text-gray-900">Participants</h2>
<button
onclick={onSyncParticipants}
onclick={handleSyncParticipants}
disabled={syncingParticipants || !event || loading}
class="rounded bg-blue-600 px-4 py-2 text-white transition hover:bg-blue-700 disabled:cursor-not-allowed disabled:opacity-50"
>