Dev branch

This commit is contained in:
Simon Pocrnjič
2025-11-02 12:31:01 +01:00
parent 5f879c9436
commit 63e0958b66
241 changed files with 17686 additions and 7327 deletions
@@ -92,7 +92,7 @@ const deleteObject = (o) => {
:title="'Prekliči'"
@click.stop="confirmingId = null"
>
<FontAwesomeIcon :icon="['fas', 'xmark']" class="text-[16px]" />
<FontAwesomeIcon :icon="['fas', 'xmark']" class="w-4 h-4" />
</button>
<button
type="button"
@@ -100,7 +100,7 @@ const deleteObject = (o) => {
:title="'Potrdi brisanje'"
@click.stop="deleteObject(o)"
>
<FontAwesomeIcon :icon="['fas', 'check']" class="text-[16px]" />
<FontAwesomeIcon :icon="['fas', 'check']" class="w-4 h-4" />
</button>
</template>
<template v-else>