My-Weekly-ToDo-List/src/components
mARTin dddde43935 feat: add setting to show task checkboxes in weekly view
- Add showTaskCheckboxes field to User model in Prisma schema
- Create database migration for the new field
- Update user profile API to handle the new setting
- Implement checkbox rendering in GridTaskBlock controlled by user preference
- Add CSS styles for task checkboxes
2026-02-25 12:59:55 +01:00
..
auth fix: implement custom CSS sync spinner and update all components 2026-02-23 22:04:16 +01:00
AuthForm.tsx fix: implement custom CSS sync spinner and update all components 2026-02-23 22:04:16 +01:00
CalendarEventModal.tsx feat: fix Docker deployment, OAuth redirects, event editing, and UI improvements 2026-02-24 23:18:13 +01:00
CalendarSettings.tsx fix: implement custom CSS sync spinner and update all components 2026-02-23 22:04:16 +01:00
DatePicker.tsx feat: Add Google Tasks, Apple Reminders, task import/sync, holidays, and UI enhancements 2026-02-20 16:56:14 +01:00
FocusModeOverlay.tsx Fix header layout, add day/night switch, refine night mode styling 2026-02-12 20:14:12 +01:00
GridTaskBlock.tsx feat: add setting to show task checkboxes in weekly view 2026-02-25 12:59:55 +01:00
ImportListModal.tsx fix: implement custom CSS sync spinner and update all components 2026-02-23 22:04:16 +01:00
RecurrenceModal.tsx fix: time grid layout alignment and task drag/drop collision detection 2026-02-23 21:29:56 +01:00
RecurringTasksManager.tsx Refactor: Rearrange header, streamline settings, fix task hover icons, and overhaul recurring task manager 2026-02-13 20:12:31 +01:00
SearchModal.tsx Fix header layout, add day/night switch, refine night mode styling 2026-02-12 20:14:12 +01:00
SimpleDatePicker.tsx Fix header layout, add day/night switch, refine night mode styling 2026-02-12 20:14:12 +01:00
TaskForm.tsx fix: implement custom CSS sync spinner and update all components 2026-02-23 22:04:16 +01:00
TaskItem.tsx fix: implement custom CSS sync spinner and update all components 2026-02-23 22:04:16 +01:00
TaskList.tsx feat: localize app to German and add configurable day hours 2026-02-09 12:11:52 +01:00
UserMenu.tsx feat: implement settings sidebar and user preferences 2026-02-13 16:53:44 +01:00
WeeklyCalendarView.tsx feat: add task actions (notes/delete) and refine animation logic 2026-02-01 12:25:53 +01:00
WeeklyTaskItem.tsx feat(02-02): implement UI components for weekly calendar view 2026-01-25 11:25:03 +01:00
WeeklyView.tsx feat: add setting to show task checkboxes in weekly view 2026-02-25 12:59:55 +01:00