mirror of
https://github.com/ManInDark/HabitTrove.git
synced 2026-01-21 06:34:30 +01:00
Multiuser support (#60)
This commit is contained in:
@@ -19,3 +19,14 @@ export const DUE_MAP: { [key: string]: string } = {
|
||||
|
||||
export const HabitIcon = Target
|
||||
export const TaskIcon = CheckSquare;
|
||||
export const QUICK_DATES = [
|
||||
{ label: 'Today', value: 'today' },
|
||||
{ label: 'Tomorrow', value: 'tomorrow' },
|
||||
{ label: 'Monday', value: 'this monday' },
|
||||
{ label: 'Tuesday', value: 'this tuesday' },
|
||||
{ label: 'Wednesday', value: 'this wednesday' },
|
||||
{ label: 'Thursday', value: 'this thursday' },
|
||||
{ label: 'Friday', value: 'this friday' },
|
||||
{ label: 'Saturday', value: 'this saturday' },
|
||||
{ label: 'Sunday', value: 'this sunday' },
|
||||
] as const
|
||||
Reference in New Issue
Block a user