kin: KIN-UI-016-frontend_dev

This commit is contained in:
Gros Frumos 2026-03-18 18:22:31 +02:00
parent 8623323161
commit 2a594a8d24

View file

@ -1098,6 +1098,7 @@ async function addDecision() {
<input type="date" v-model="dateTo" data-testid="date-to" <input type="date" v-model="dateTo" data-testid="date-to"
class="bg-gray-800 border border-gray-700 rounded px-2 py-0.5 text-xs text-gray-300 focus:border-gray-500 outline-none" /> class="bg-gray-800 border border-gray-700 rounded px-2 py-0.5 text-xs text-gray-300 focus:border-gray-500 outline-none" />
<button v-if="dateFrom || dateTo" @click="dateFrom = ''; dateTo = ''" <button v-if="dateFrom || dateTo" @click="dateFrom = ''; dateTo = ''"
data-testid="date-reset-btn"
class="text-gray-600 hover:text-red-400 text-xs px-1"></button> class="text-gray-600 hover:text-red-400 text-xs px-1"></button>
</div> </div>
</div> </div>