mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-17 12:42:15 +01:00
refactor timeentries queries and mutations, improve activitygraph, add dashboard reporting table
This commit is contained in:
@@ -8,10 +8,9 @@ defineProps<{
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div class="flex w-full items-center justify-between pb-2.5 lg:pb-3">
|
||||
<h3
|
||||
class="text-text-primary font-medium text-sm lg:text-base flex items-center space-x-1.5 lg:space-x-2">
|
||||
<component :is="icon" v-if="icon" class="w-4 lg:w-4 text-icon-default"></component>
|
||||
<div class="flex w-full items-center justify-between py-1.5">
|
||||
<h3 class="text-text-primary font-medium text-sm flex items-center space-x-2">
|
||||
<component :is="icon" v-if="icon" class="w-4 lg:w-4 text-text-tertiary"></component>
|
||||
<span>
|
||||
{{ title }}
|
||||
</span>
|
||||
|
||||
Reference in New Issue
Block a user