fix(lxc): remove duplicate property in WeeklyView and sync to v1.8.7

This commit is contained in:
mARTin 2026-03-01 16:06:13 +01:00
parent f70a235c57
commit ecd9be03ce
2 changed files with 1 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "my-weekly-todo-list", "name": "my-weekly-todo-list",
"version": "1.8.6", "version": "1.8.7",
"description": "A web-based weekly task management application that organizes to-dos and calendar events in a single, intuitive weekly view", "description": "A web-based weekly task management application that organizes to-dos and calendar events in a single, intuitive weekly view",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {

View File

@ -674,7 +674,6 @@ export default function WeeklyView() {
hourLabelFormat: "short", hourLabelFormat: "short",
showSubHourSlots: true, showSubHourSlots: true,
dayHeaderGap: "0.75em", dayHeaderGap: "0.75em",
showSubHourSlots: true,
allDayPosition: "above", allDayPosition: "above",
focusTimerDuration: 25, focusTimerDuration: 25,
focusBreakDuration: 5, focusBreakDuration: 5,