Changes
This commit is contained in:
@@ -20,6 +20,7 @@
|
|||||||
>
|
>
|
||||||
<p v-for="time in dataStore.getStartedWorkingTimes()"><UIcon name="i-heroicons-check"/>{{dataStore.getProfileById(time.profile).fullName}}</p>
|
<p v-for="time in dataStore.getStartedWorkingTimes()"><UIcon name="i-heroicons-check"/>{{dataStore.getProfileById(time.profile).fullName}}</p>
|
||||||
</UDashboardCard>
|
</UDashboardCard>
|
||||||
|
|
||||||
<!--TODO: Fix Card Table overflowing <UDashboardCard
|
<!--TODO: Fix Card Table overflowing <UDashboardCard
|
||||||
title="Offene Aufgaben"
|
title="Offene Aufgaben"
|
||||||
v-if="dataStore.getOpenTasksCount > 0"
|
v-if="dataStore.getOpenTasksCount > 0"
|
||||||
@@ -45,6 +46,13 @@
|
|||||||
</template>
|
</template>
|
||||||
</UTable>
|
</UTable>
|
||||||
</UDashboardCard>-->
|
</UDashboardCard>-->
|
||||||
|
<UDashboardCard
|
||||||
|
:ui="{ body: { padding: '!pb-3 !px-5' }}"
|
||||||
|
>
|
||||||
|
<display-income-and-expenditure/>
|
||||||
|
</UDashboardCard>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</UDashboardPanelContent>
|
</UDashboardPanelContent>
|
||||||
</UDashboardPanel>
|
</UDashboardPanel>
|
||||||
@@ -76,9 +84,12 @@ const supabase = useSupabaseClient()
|
|||||||
|
|
||||||
const user = useSupabaseUser()
|
const user = useSupabaseUser()
|
||||||
|
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style scoped>
|
<style scoped>
|
||||||
|
.card {
|
||||||
|
border: 1px solid darkgray;
|
||||||
|
border-radius: 20px;
|
||||||
|
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
Reference in New Issue
Block a user