Mo Tarbin
9a637c484b
fix issue if we use Reset Filter showing task across project instead of default only
2026-04-05 18:27:07 -04:00
Mo Tarbin
175ef04c70
Fix SmartTaskTitleInput to set text color to transparent for better visibility in dark mode
2026-04-05 18:25:55 -04:00
Mo Tarbin
4ad8b1aef8
Fix https://github.com/donetick/donetick/issues/604 Enhance ChoreEdit component with dropdown for archive/unarchive actions and add delete option
2026-03-24 17:04:25 -04:00
Mo Tarbin
92e8160505
Fix https://github.com/donetick/donetick/issues/611 on-time check in ActivityItem to handle missing dueDate
2026-03-24 16:51:57 -04:00
Mo Tarbin
0b19cdc95c
Add 'Missed' and 'Rescheduled' statuses to ChoreHistoryStatus and update related components
2026-03-23 22:31:59 -04:00
Mo Tarbin
c4b6674492
Add '/password/update' to public pages in NavBar component to allow password reset
2026-03-23 22:31:17 -04:00
Mo Tarbin
cd2fa7943b
Refactor chore selection logic to pass 'chores' parameter to getSelectedChoresData in bulk actions
2026-03-23 22:30:56 -04:00
Mo Tarbin
3c29d4a19f
Merge branch 'dev'
2026-03-15 23:48:29 -04:00
Mo Tarbin
f917952083
revert completion window back to hours
2026-03-15 23:48:07 -04:00
Mo Tarbin
6fe22a5fa4
Reset project and filters on search filter clear in MyChores component
2026-03-15 23:37:52 -04:00
Mo Tarbin
8ea12399d3
Change button variant to 'outlined' for active insights in SmartInsightsCard
2026-03-15 23:09:38 -04:00
Mo Tarbin
2947d9aeec
Remove Deadline for now as i want to spend more time thinking about it. as of now it's not tied to anything anyway
2026-03-15 23:09:38 -04:00
Mo Tarbin
17551f813b
Fix https://github.com/donetick/frontend/issues/72 Add styles to prevent iOS Safari auto-zoom on input focus in index.css and RichTextEditor.css
2026-03-15 23:09:38 -04:00
Mo Tarbin
8022a0cd92
Change button variant to 'outlined' for active insights in SmartInsightsCard
2026-03-15 23:08:09 -04:00
Mo Tarbin
e5edaeb147
Remove Deadline for now as i want to spend more time thinking about it. as of now it's not tied to anything anyway
2026-03-15 23:07:16 -04:00
Mo Tarbin
980a539ad2
Fix https://github.com/donetick/frontend/issues/72 Add styles to prevent iOS Safari auto-zoom on input focus in index.css and RichTextEditor.css
2026-03-11 22:26:42 -04:00
Mo Tarbin
b418ef0f99
Merge branch 'dev' of https://github.com/meauxt/donetick-frontend into dev
2026-03-09 01:10:14 -04:00
Mo Tarbin
343245f290
Add Smart Insights feature to Sidepanel and refactor SidepanelSettings
2026-03-09 01:10:00 -04:00
Mohamad Tarbin
5ec2db5dca
Update Crowdin configuration file
2026-03-09 01:06:02 -04:00
Mohamad Tarbin
c21f4e1d2e
Merge pull request #71 from donetick/dev
...
Fix multiselect issues and enhance chore management features
2026-03-09 00:02:37 -04:00
Mo Tarbin
a49404b877
Add Smart Insights feature to Sidepanel and refactor SidepanelSettings
2026-03-08 23:59:20 -04:00
Mo Tarbin
1982408881
Add scheduled notifications management to DeveloperSettings
2026-03-08 23:22:10 -04:00
Mo Tarbin
4e352e1430
Add app state change listener to manage focus state with React Query
2026-03-08 23:21:20 -04:00
Mo Tarbin
4fa0f5ffeb
Refactor duration handling and enhance chore management features
...
- Replace hardcoded time units with TIME_UNITS constant in NotificationTemplate.
- Introduce DurationInput component for reusable duration selection in ChoreEdit and AddTaskModal.
- Update chore queries to refetch on window focus.
- Adjust completion window logic in ChoreView and HistoryCard for better deadline handling.
- Implement smart insights filter restoration in MyChores.
- Add MyChoreHeader component for improved filter display.
- Enhance activity notes display with truncation and modal view in ActivitiesCard.
2026-03-08 23:21:02 -04:00
Mo Tarbin
21e0b08716
Fix https://github.com/donetick/donetick/issues/576
...
tailwind.config.js — Added corePlugins: { preflight: false } to disable Tailwind's Preflight reset. Preflight forces svg { display: block } which breaks MUI Joy's inline icon layout inside <Select>, <Autocomplete>, etc., making the icon area unclickable. Since MUI Joy's <CssBaseline /> already provides a CSS reset, Preflight was redundant.
index.css — Removed the global button, a, [role="button"] { transform: translateZ(0); backface-visibility: hidden; } rule. This was creating new stacking contexts on every button element, which interfered with MUI Joy's internal pseudo-element overlays used for click-target expansion.
2026-03-07 23:25:02 -05:00
Mo Tarbin
658054b13d
Clear active filter when navigating to All Tasks When a filter was active and the user navigated to /chores
...
via the navbar, the activeFilterId state persisted even though the
filterId
2026-02-23 01:40:20 -05:00
Mo Tarbin
58ebfb71d1
Fix unable to use multiselect
...
https://github.com/donetick/donetick/issues/544
2026-02-22 23:19:47 -05:00
Mohamad Tarbin
5ae1036f4d
Merge pull request #51 from hoborm/bugfix/chorecard-assigned-self
...
Show chore assigned person even if it's our own.
2026-02-21 11:48:13 -05:00
Mohamad Tarbin
cf70854af5
Merge pull request #61 from wjzijderveld/password-length
...
Aligned password requirements and increased max-length to 64
2026-02-21 11:47:14 -05:00
Mo Tarbin
da1f7bea4f
handleTaskCompletion to remove timeout and improve undo functionality
2026-02-18 01:08:59 -05:00
Mo Tarbin
a8180a04ab
add NoteViewerModal and integrate note viewing functionality in HistoryCard
2026-02-18 00:19:33 -05:00
Mo Tarbin
55acdfba2a
streamline EditHistoryModal layout and improve button placement
2026-02-18 00:19:15 -05:00
Mo Tarbin
4b4498e84d
add NoteViewerModal for displaying chore notes and descriptions
...
Fix https://github.com/donetick/donetick/issues/532
2026-02-18 00:18:44 -05:00
Mo Tarbin
f483653506
show performer avatar in HistoryCard component
2026-02-16 18:27:52 -05:00
Mo Tarbin
6e3def2c13
Fix : skip rending when no entry selected
...
Add Support for notification when action happen
https://github.com/donetick/donetick/issues/471
2026-02-16 12:15:51 -05:00
Mo Tarbin
6416378b78
update package versions and remove deprecated react-swipeable-list dependency
2026-02-16 11:27:48 -05:00
Mo Tarbin
3591bce1b5
fix: clear selected project from local storage when the active project is deleted
2026-02-16 00:04:20 -05:00
Mo Tarbin
174a00c469
fix: update button label from 'Create Custom Filter' to 'Create Filter' in SortAndGrouping component
2026-02-16 00:02:15 -05:00
Mo Tarbin
f07cb350d4
fix: parse filter ID as number in MyChores component
2026-02-15 23:59:57 -05:00
Mo Tarbin
3d8fbe05f3
Shoe UserActivites even where there is no data
2026-02-15 23:28:54 -05:00
Mo Tarbin
1fc1d69dae
feat: add MoreVert icon button for toggle actions in multiple components
2026-02-15 23:21:44 -05:00
Mo Tarbin
af401e7b27
refactor: replace react-swipeable-list with @meauxt/react-swipeable-list across multiple views
2026-02-15 23:17:09 -05:00
Mo Tarbin
bc274b2cf7
fix: update subscription modal navigation in UserProfileAvatar
2026-02-15 11:39:25 -05:00
Mo Tarbin
488c732f3c
Unify the chip texts generator logic for chorecard
2026-02-15 11:39:05 -05:00
Willem-Jan
4d58e52729
Aligned password requirements and increased max-length to 64
2026-02-15 13:18:33 +01:00
Mo Tarbin
0b7d7bbe7f
fix: update dependency array in AppContent useEffect to when to show there is update
...
https://github.com/donetick/donetick/issues/521
2026-02-14 16:58:03 -05:00
Mo Tarbin
75ac9fd38d
bump version to 1.2.0 for Android, iOS, and package.json
2026-02-14 16:50:09 -05:00
Mo Tarbin
d8d7b6a766
Merge branch 'main' into dev
2026-02-10 23:21:33 -05:00
Mo Tarbin
aaa7bae55f
force flow torecat for all screen
2026-02-10 23:21:27 -05:00
Mo Tarbin
1786a5e910
Merge branch 'dev'
2026-02-10 20:38:16 -05:00