mirror of
https://github.com/urosran/cally.git
synced 2025-07-10 15:17:17 +00:00
- Fixed an issue with the Tod dialog
- Implementation of update todo and adding new days in the rule for a repeatable todo
This commit is contained in:
@ -4,7 +4,7 @@ import {useAuthContext} from "@/contexts/AuthContext";
|
||||
import {DAYS_OF_WEEK_ENUM, IToDo, REPEAT_TYPE} from "@/hooks/firebase/types/todoData";
|
||||
import {addDays, addMonths, addWeeks, compareAsc, format, getDay, subDays} from "date-fns";
|
||||
|
||||
const daysOfWeek = [
|
||||
export const daysOfWeek = [
|
||||
DAYS_OF_WEEK_ENUM.MONDAY,
|
||||
DAYS_OF_WEEK_ENUM.TUESDAY,
|
||||
DAYS_OF_WEEK_ENUM.WEDNESDAY,
|
||||
|
Reference in New Issue
Block a user