initial diagonal work (unfinished)

This commit is contained in:
Tim
2024-04-30 21:30:16 -04:00
parent 44fbbb7695
commit 7459d560c4
11 changed files with 357 additions and 165 deletions

View File

@@ -23,7 +23,7 @@ const emit = defineEmits(['update:modelValue'])
const hideDetails = true
const now = computed(()=>{console.log('ate now',props.modelValue); return DateTime.fromSeconds(props.modelValue).setZone(s.timeZone)})
const now = computed(()=>DateTime.fromSeconds(props.modelValue).setZone(s.timeZone))
const year = computed({
get() { return now.value.year },