tududi/frontend/components/Task
antanst 1fa221db54 Merge chrisvel/main into pro/user-perms
- Keep :uid endpoints throughout (not :id)
- Keep hasAccess middleware for permission checks
- Keep logError instead of console.error
- Add Note orphaning in project deletion
- Merge area attributes (include uid)
- Merge project store update on delete
- Use uid in test data-testids
2025-10-09 11:15:02 +03:00
..
TaskForm Removes horizontal padding on content edit on mobile (#390) 2025-10-07 12:42:28 +03:00
getDescription.ts Limit recurring tasks in tasks list view (#298) 2025-09-04 17:00:33 +03:00
getTitleAndIcon.ts Limit recurring tasks in tasks list view (#298) 2025-09-04 17:00:33 +03:00
GroupedTaskList.tsx Refactor Upcoming section and recurring setup 2025-08-13 19:00:37 +03:00
NewTask.tsx Tweak playwright options (#303) 2025-09-09 12:53:40 +03:00
NextTaskSuggestion.tsx Fix layout view in today 2025-08-04 23:50:53 +03:00
RecurrenceInput.tsx Fix an issue of recurring end date not appearing in task modal 2025-08-13 19:00:37 +03:00
TaskActions.tsx Lint frontend (#131) 2025-07-09 12:23:55 +03:00
TaskDetails.tsx Fix notes.js & areas.js UID usage and remove IDs. (#355) 2025-09-29 16:03:46 +03:00
TaskDueDate.tsx Lint frontend (#131) 2025-07-09 12:23:55 +03:00
TaskHeader.tsx Tweak playwright options (#303) 2025-09-09 12:53:40 +03:00
TaskItem.tsx Linting. 2025-09-22 15:20:46 +03:00
TaskList.tsx Tweak playwright options (#303) 2025-09-09 12:53:40 +03:00
TaskModal.tsx Fix project notes deletion (#396) 2025-10-07 06:16:42 +03:00
TaskPriorityIcon.tsx Tweak playwright options (#303) 2025-09-09 12:53:40 +03:00
TaskRecurrenceBadge.tsx Lint frontend (#131) 2025-07-09 12:23:55 +03:00
TaskStatusBadge.tsx Lint frontend (#131) 2025-07-09 12:23:55 +03:00
TasksToday.tsx Feat/add project states (#354) 2025-09-29 16:04:25 +03:00
TaskTags.tsx Change tags to use uids instead of ids. (#351) 2025-09-22 17:10:29 +03:00
TaskTimeline.tsx Fix notes.js & areas.js UID usage and remove IDs. (#355) 2025-09-29 16:03:46 +03:00
TaskView.tsx frontend: implement project sharing UI and guards; backend: secure share APIs and enrich shares listing 2025-09-22 15:20:46 +03:00
TimelinePanel.tsx Fix notes.js & areas.js UID usage and remove IDs. (#355) 2025-09-29 16:03:46 +03:00
TodayPlan.tsx Fix an issue with check to done task not moving to completed 2025-07-23 12:22:06 +03:00
TodaySettingsDropdown.tsx Lint & format (#159) 2025-07-15 10:44:02 +03:00
WeeklyCompletionChart.tsx Lint frontend (#131) 2025-07-09 12:23:55 +03:00