mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-15 11:42:15 +01:00
add manual time entry feature
This commit is contained in:
@@ -5,7 +5,7 @@ import Badge from '@/Components/Common/Badge.vue';
|
||||
const props = withDefaults(
|
||||
defineProps<{
|
||||
name: string;
|
||||
size: 'base' | 'large';
|
||||
size: 'base' | 'large' | 'xlarge';
|
||||
tag: string;
|
||||
class?: string;
|
||||
color: string;
|
||||
@@ -23,6 +23,7 @@ const props = withDefaults(
|
||||
const indicatorClasses = {
|
||||
base: 'w-2.5 h-2.5',
|
||||
large: 'w-2 sm:w-3 h-2 sm:h-3',
|
||||
xlarge: 'w-3 sm:w-4 h-3 sm:h-4',
|
||||
};
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user