mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-15 11:42:15 +01:00
add dashboard frontend
This commit is contained in:
13
resources/js/Components/CurrentSidebarTimer.vue
Normal file
13
resources/js/Components/CurrentSidebarTimer.vue
Normal file
@@ -0,0 +1,13 @@
|
||||
<script setup lang="ts">
|
||||
import TimeTrackerStartStop from '@/Components/common/TimeTrackerStartStop.vue';
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div class="py-4 px-2 flex justify-between items-center">
|
||||
<div>
|
||||
<div class="text-muted font-extrabold text-xs">Current Timer</div>
|
||||
<div class="text-white font-medium text-lg py-1">1h 23min</div>
|
||||
</div>
|
||||
<TimeTrackerStartStop size="base"></TimeTrackerStartStop>
|
||||
</div>
|
||||
</template>
|
||||
Reference in New Issue
Block a user