Changes to Timetracking

This commit is contained in:
2023-12-05 22:35:25 +01:00
parent 73678f0507
commit 987f8a0bec

View File

@@ -71,7 +71,7 @@ const selectStartedTime = () => {
runningTimeInfo.value = times.value.find(time => time.user == user.value.id && !time.end) runningTimeInfo.value = times.value.find(time => time.user == user.value.id && !time.end)
} }
selectStartedTime() //selectStartedTime()
</script> </script>
@@ -90,6 +90,12 @@ selectStartedTime()
> >
Stop Stop
</UButton> </UButton>
<UButton
class="controlButton"
@click="selectStartedTime"
>
Zeit Wählen
</UButton>
<div> <div>