v0.1.56 - 타임테이블 안내와 달력 클릭 보정

This commit is contained in:
2026-04-24 17:14:04 +09:00
parent 23dcd1c778
commit 3dd3109c8b
7 changed files with 16 additions and 26 deletions

View File

@@ -1449,19 +1449,6 @@ watch(
},
)
watch(
selectedDateKey,
(nextKey, previousKey) => {
if (!timetableCopyForm.targetDate || timetableCopyForm.targetDate === previousKey) {
timetableCopyForm.targetDate = nextKey
}
if (!timetableCopyForm.sourceDate) {
timetableCopyForm.sourceDate = nextKey
}
},
)
function fillTaskLabelsWithNumbers(record) {
record.tasks.forEach((task, index) => {
task.label = createTaskLabel(index)
@@ -3679,7 +3666,7 @@ onBeforeUnmount(() => {
leave-to-class="translate-y-2 opacity-0"
>
<div
v-if="isAuthenticated && syncToastVisible"
v-if="syncToastVisible"
class="pointer-events-none fixed bottom-5 right-5 z-40 max-w-[240px] rounded-full border border-stone-200/70 bg-white/80 px-3 py-2 shadow-[0_10px_24px_rgba(28,25,23,0.08)] backdrop-blur"
>
<p