Merge branch 'master' into Development

This commit is contained in:
Simon Pocrnjič
2025-11-20 18:53:49 +01:00
113 changed files with 2370 additions and 547 deletions
@@ -174,7 +174,7 @@ function goToPageInput() {
<template>
<div class="w-full">
<div v-if="showToolbar" class="mb-3 flex items-center justify-between gap-3">
<div v-if="showToolbar" class="mb-3 flex items-center gap-3">
<div class="flex items-center gap-2">
<input
type="text"
@@ -183,7 +183,8 @@ function goToPageInput() {
v-model="internalSearch"
/>
</div>
<div class="flex items-center gap-2">
<slot name="toolbar-extra" />
<div class="ml-auto flex items-center gap-2">
<label class="text-sm text-gray-600">Na stran</label>
<select
class="rounded border-gray-300 text-sm"