mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-15 03:32:15 +01:00
design fixes, improve component encapsulation
This commit is contained in:
@@ -158,6 +158,7 @@ async function discardCurrentTimeEntry() {
|
||||
}
|
||||
|
||||
const { tags } = storeToRefs(useTagsStore());
|
||||
const { timeEntries } = storeToRefs(useTimeEntriesStore());
|
||||
</script>
|
||||
|
||||
<template>
|
||||
@@ -196,6 +197,7 @@ const { tags } = storeToRefs(useTagsStore());
|
||||
:tags
|
||||
:tasks
|
||||
:projects
|
||||
:time-entries
|
||||
:create-tag
|
||||
:is-active
|
||||
:currency="getOrganizationCurrencyString()"
|
||||
|
||||
Reference in New Issue
Block a user