add recently tracked timeentries dropdown to timetracker

This commit is contained in:
Gregor Vostrak
2025-02-04 15:12:59 +01:00
parent 18ab1f714b
commit db7111da44
4 changed files with 248 additions and 7 deletions

View File

@@ -18,7 +18,7 @@ function getNameForItem(item: Client) {
<template>
<MultiselectDropdown
searchPlaceholder="Search for a Client..."
search-placeholder="Search for a Client..."
:items="clients"
:get-key-from-item="getKeyFromItem"
:get-name-for-item="getNameForItem">