Lars

Results 4 comments of Lars

Alternatively you could automatically resolve those dependencies. So if one mod depends on other mods, those dependencies will be selected or installed automatically.

Same, the only way i was sort of able to fix this was by wrapping the group in ``ui.allocate_ui``. But this still caused the outer margins to be incorrect.

The Problem seems to arise from the use of `window.moment.startOf('day')` as this function returns the wrong Time Zone and that is used - here: https://github.com/ivan-lednev/obsidian-day-planner/blob/7239aa8842bbe6dd6babc5acc1070f4fb666741c/src/util/moment.ts#L10C1-L12C2 - and here: https://github.com/ivan-lednev/obsidian-day-planner/blob/7239aa8842bbe6dd6babc5acc1070f4fb666741c/src/ui/hooks/use-task-visuals.ts#L21C5-L23C37 to...

Oh I think this issue is only relevant today (and all future time switches). `window.moment.startOf('day')` _correctly_ returns the summer time, because the start of this day was still in summer...