Commit Graph

227 Commits

Author SHA1 Message Date
Mo Tarbin
a21774031b Packagelock 2025-05-16 21:16:52 -04:00
Mo Tarbin
de4dc9b9a0 fix: update version to 0.1.101 in package-lock.json 2025-05-16 20:48:08 -04:00
Mo Tarbin
7ae2859c78 fix: update version to 0.1.101 in package.json 2025-05-16 20:38:50 -04:00
Mo Tarbin
8228472031 fix: integrate useResource hook in App component and update queryKey in useResource 2025-05-16 20:38:00 -04:00
Mo Tarbin
8858c7f619 Support cloning task https://github.com/donetick/donetick/issues/200 2025-05-07 00:28:23 -04:00
Mo Tarbin
992d7e3303 fix: update ApiManager to handle navigation on 401 Unauthorized responses and navigation for login 2025-05-07 00:21:36 -04:00
Mo Tarbin
bce135cba8 fix: improve date comparison in CalendarView 2025-05-07 00:19:54 -04:00
Mo Tarbin
8c30bedefb Fix authentication with OIDC 2025-05-07 00:05:44 -04:00
Mo Tarbin
e26f2910f3 style: remove fixed height from task input for better responsiveness 2025-04-24 22:10:30 -04:00
Mo Tarbin
0b1208a11c fix: update variable names in renderHighlightedSentence for clarity 2025-04-24 21:56:07 -04:00
Mo Tarbin
261919f17a refactor: update priority parsing to use '!' prefix and enhance highlight handling in CustomParsers 2025-04-24 21:34:07 -04:00
Mo Tarbin
4206cbd557 chore: update dependencies to version 7.0.0 and above, including Capacitor packages and MUI icons 2025-04-24 20:51:01 -04:00
Mo Tarbin
f537a00409 Enhance highlight parsing logic with priority handling and improve repeat match extraction in CustomParsers v0.1.39 v0.1.40 2025-04-24 19:50:47 -04:00
Mo Tarbin
c1f2c062fe Add SmartTaskInput with Custom Renderer.
Change to use `@tanstack/react-query`
Add Global ErrorProvider
Add limited Support for offline version
Fix issue with calendar display +1 day
2025-04-24 19:14:17 -04:00
Mo Tarbin
0ad136fcc6 Refactor to use @tanstack/react-query for data fetching in various components 2025-04-24 01:45:59 -04:00
Mo Tarbin
03fbceccaa Merge branch 'main' into dev 2025-04-24 01:13:46 -04:00
Mo Tarbin
f0e0c0e4fc Add SmartTaskInput with Custom Renderer.
Change to use `@tanstack/react-query`
Add Global ErrorProvider
Add limited Support for offline version
Fix issue with calendar display +1 day
2025-04-24 01:03:40 -04:00
Mo Tarbin
4f1715913e Co-authored-by: Majicmaj <majicmaj@users.noreply.github.com> 2025-04-19 11:58:48 -04:00
Mo Tarbin
33d46209ef Add network management features and sync functionality; introduce NetworkBanner component 2025-04-12 01:03:00 -04:00
Mo Tarbin
06288af18d Fix #21 Frontend shows in calendar (Mon-Sun) the tasks delayed by one day 2025-04-06 19:40:12 -04:00
Mo Tarbin
c3d0fbaf06 Refactor frequency handling in ChoreEdit and RepeatSection; add points display in ChoreCard 2025-03-24 01:27:31 -04:00
Mo Tarbin
91cb2106a9 Fix #166 Setting priority when creating task doesn't apply 2025-03-22 15:15:40 -04:00
Mo Tarbin
1b53a4db99 Merge branch 'dev' 2025-03-17 01:04:15 -04:00
Mo Tarbin
77464db1b0 Bump version to 0.1.97 2025-03-17 01:04:04 -04:00
Mo Tarbin
36faaf0b97 Merge branch 'dev' 2025-03-17 01:03:05 -04:00
Mo Tarbin
e56893fd64 Add frequency and notification metadata to task input; update NavBar styles for improved layout 2025-03-17 01:02:52 -04:00
Mo Tarbin
c553e2077a Merge branch 'main' of https://github.com/Donetick/frontend 2025-03-05 22:06:09 -05:00
Mo Tarbin
76ed927839 Merge branch 'dev' 2025-03-05 22:04:36 -05:00
Mo Tarbin
08de84a889 Fix optional chaining for userProfile in chore filters and adjust data destructuring in MyChores component 2025-03-05 22:04:28 -05:00
Mo Tarbin
52b81cc115 Refactor MyChores component to include chore filters in ChoresGrouper calls 2025-03-05 21:41:32 -05:00
Mo Tarbin
de08c6c5b1 Enhance ChoresGrouper to include chore filters and update localStorage handling for selectedChoreFilter 2025-03-05 21:40:47 -05:00
Mo Tarbin
ee566bd2a3 Merge branch 'dev' 2025-03-05 21:06:32 -05:00
Mo Tarbin
9d8aec1aa6 Fix localStorage retrieval for selectedChoreFilter in MyChores component 2025-03-05 21:06:22 -05:00
Mohamad Tarbin
9dc8fe77bc Update README.md 2025-03-05 19:49:00 -05:00
Mohamad Tarbin
409851a64c Merge pull request #18 from ukr01/feature/SSO-Entropy-Fix
Adds 8 chars to state in call to custom auth provider instead of 6
2025-03-05 19:46:23 -05:00
Mo Tarbin
cd1b556fb1 Merge branch 'dev' 2025-03-05 19:45:38 -05:00
Mo Tarbin
d9de502894 Bump version to 0.1.96 2025-03-05 19:45:29 -05:00
Mo Tarbin
467fc935f0 - Support nest sub tasks
- Support filters in ChoreGrouper
- completion window only available if due date selected
- Add SortAndGrouping Component : support Filter by Assignee
- update Notification Switch to align left of the text
- Support caching filters
2025-03-05 19:43:43 -05:00
Mo Tarbin
a16309c69a - Support nest sub tasks
- Support filters in ChoreGrouper
- completion window only available if due date selected
- Add SortAndGrouping Component : support Filter by Assignee
- update Notification Switch to align left of the text
- Support caching filters
2025-03-05 19:43:32 -05:00
Ulrik Kristensen
a98f9c698b fixes randomState to have 8 chars instead of 6 2025-03-03 13:20:08 +01:00
Mo Tarbin
6431e7145d Bump version to 0.1.95 and add dnd-kit dependencies; implement CompleteSubTask function and enhance chore sorting logic 2025-02-25 23:40:26 -05:00
Mo Tarbin
bbea27d380 Bump version to 0.1.95 and add dnd-kit dependencies; implement CompleteSubTask function and enhance chore sorting logic 2025-02-25 23:39:59 -05:00
Mo Tarbin
e359b1c0a4 Fix #140 and add notification type as webhook only 2025-02-23 19:42:04 -05:00
Mo Tarbin
47348190ab Merge branch 'dev' 2025-02-15 00:05:51 -05:00
Mo Tarbin
cbf99fad18 Fix https://github.com/donetick/donetick/issues/128 2025-02-15 00:05:44 -05:00
Mo Tarbin
2162b8c22d Merge branch 'dev' of https://github.com/meauxt/donetick-frontend into dev 2025-02-15 00:05:12 -05:00
Mo Tarbin
967d13ebac Fix https://github.com/donetick/donetick/issues/128 2025-02-15 00:04:59 -05:00
Mo Tarbin
c06d5f1f30 Merge branch 'main' of https://github.com/meauxt/donetick-frontend 2025-02-12 22:26:32 -05:00
Mo Tarbin
46df52fddd Fix #124 unable to load settings 2025-02-12 22:25:56 -05:00
Mo Tarbin
5bf0724c2f Update webhook settings UI and functionality 2025-02-12 00:31:50 -05:00