Commit Graph

543 Commits

Author SHA1 Message Date
Mo Tarbin
ef232aba88 Merge branch 'dev' 2026-02-09 23:31:25 -05:00
Mo Tarbin
0c9619a550 fix: streamline public pages handling in NavBar component ( revert to previous state) 2026-02-09 23:31:18 -05:00
Mo Tarbin
8b9d20d908 Merge branch 'dev' 2026-02-09 23:25:34 -05:00
Mo Tarbin
1006254090 fix: update landing page routing based on domain conditions 2026-02-09 23:23:26 -05:00
Mo Tarbin
b784f94a64 implement deep link handling for OAuth authentication
https://github.com/donetick/donetick/issues/504
2026-02-09 23:23:12 -05:00
Mo Tarbin
34c382daea feat: add undo functionality for skipped tasks in chore actions 2026-02-09 23:20:10 -05:00
Mo Tarbin
1b57be1d64 Show ability to undo task on choreView
https://github.com/donetick/donetick/issues/505
2026-02-09 23:18:45 -05:00
Mo Tarbin
25676cff8c Limit Local notification to 64 https://github.com/donetick/donetick/issues/506 2026-02-09 23:14:59 -05:00
Mo Tarbin
476c9f5840 Fix Google Authentication sending [object object] instead of serialized obj 2026-02-09 11:16:22 -05:00
Mo Tarbin
d663f047bd Fix OAuth URL 2026-02-09 11:15:36 -05:00
Mo Tarbin
7663a53e1c Merge branch 'dev' 2026-02-08 21:56:17 -05:00
Mo Tarbin
117d8b99df fix: update request body handling in POST and PUT methods to accept raw data 2026-02-08 21:19:55 -05:00
Mo Tarbin
bec69b4706 Merge branch 'dev' 2026-02-08 16:33:49 -05:00
Mo Tarbin
0beb876cb4 refactor: update color and background properties in multiple views for consistency 2026-02-08 16:33:32 -05:00
Mo Tarbin
666eb75779 Merge branch 'dev' 2026-02-08 16:15:22 -05:00
Mo Tarbin
b31bcc2a9c remove the need to resource and profile data on landing page 2026-02-08 16:08:56 -05:00
Mo Tarbin
2c1458e026 chore: update VITE_IS_LANDING_DEFAULT variable to true in .env 2026-02-08 13:58:32 -05:00
Mo Tarbin
8d65b5117e chore: add VITE_IS_LANDING_DEFAULT variable to .env.development 2026-02-08 13:23:45 -05:00
Mo Tarbin
1e0c8a594f chore: update package-lock.json to version 0.1.145 and add new dependencies 2026-02-08 11:40:15 -05:00
Mo Tarbin
b05da7d27c refactor: update NavBar component to include additional public pages and separate AppNavBar and LandingNavBar logic 2026-02-08 11:38:14 -05:00
Mo Tarbin
00e6cf537a Merge branch 'dev' 2026-02-08 10:29:57 -05:00
Mo Tarbin
c2c1c6dfcc update authentication logic to conditionally include credentials for native platforms 2026-02-08 10:29:39 -05:00
Mo Tarbin
753d4cd981 Merge branch 'dev' 2026-02-08 01:40:47 -05:00
Mo Tarbin
86cfc10741 chore: update dependencies in package.json and refactor import statements in modal components 2026-02-08 01:40:33 -05:00
Mo Tarbin
492e2f2e7e refactor: update modal components to use larger size and full width with titles 2026-02-08 01:39:33 -05:00
Mo Tarbin
560cceca9b refactor: simplify menu icon logic in NavBar component 2026-02-08 01:35:45 -05:00
Mo Tarbin
f19f8ca2a7 Merge branch 'dev' 2026-02-07 23:31:04 -05:00
Mo Tarbin
925cf982ca chore: update version to 0.1.145 in package.json 2026-02-07 23:30:54 -05:00
Mo Tarbin
30a7e3b429 Merge branch 'main' of https://github.com/Donetick/frontend 2026-02-07 23:28:08 -05:00
Mo Tarbin
f978c6f7d7 enhance Fetch function to handle different HTTP methods in apiClient 2026-02-07 23:26:55 -05:00
Mo Tarbin
facbf8ec02 replace loading state with LoadingComponent in CircleSettings 2026-02-07 23:26:40 -05:00
Mo Tarbin
ac338e9299 fix: update link to redirect users to the Google Play Store 2026-02-07 23:26:25 -05:00
Mo Tarbin
d18e6412f0 feat: add quick scheduling options in DateModal with chips for today, tomorrow, weekend, and next week 2026-02-07 23:26:17 -05:00
Mo Tarbin
373096b339 Rewrite the Swiping Logic and update the Project, Labelm Things,Chore and all swipe card/view 2026-02-07 23:26:06 -05:00
Mohamad Tarbin
bb4bff50b3 Merge pull request #49 from hoborm/feature/swagger
Exclude swagger for service worker fallback
2026-02-06 18:12:55 -05:00
Mo Tarbin
c9baf04505 Refactor: update condition handling for status selection in AdvancedFilterBuilder
Fix https://github.com/donetick/frontend/issues/59
2026-02-05 10:36:49 -05:00
Mo Tarbin
938fec1ab3 Fix: prevent the layout jump when you start typing https://github.com/donetick/frontend/issues/58 2026-02-05 10:28:17 -05:00
Mo Tarbin
ed9f04332e remove color chip from Project and Label
https://github.com/donetick/frontend/issues/57
2026-02-05 09:23:14 -05:00
Mo Tarbin
c20e8d1aea Refactor: optimize filter sorting with useMemo and integrate useFilters in AdvancedFilterBuilder 2026-02-04 00:22:07 -05:00
Mo Tarbin
3a13f111eb reorganize filter query hooks and remove unused track usage mutation 2026-02-04 00:09:14 -05:00
Mo Tarbin
6c95c683ba migrate filter management to API and implement query hooks for filters 2026-02-04 00:06:44 -05:00
Mo Tarbin
d666f59c1b https://github.com/donetick/donetick/issues/493 2026-02-03 17:57:48 -05:00
Mo Tarbin
28869498ae add points condition evaluation and update filter builder for points selection 2026-02-03 00:46:10 -05:00
Mo Tarbin
81104a3f38 Refactor: simplify filter chip rendering and adjust styles for better usability 2026-02-03 00:45:52 -05:00
Mo Tarbin
48cdbf6b6b remove the icon and show only the color for now 2026-02-02 19:39:08 -05:00
Mo Tarbin
7e9ce00166 have the project id default to whatever select when open new task 2026-02-02 19:33:35 -05:00
Mo Tarbin
c3431b0921 Refactor: update placeholder text for filter name and replace label colors with project colors in ProjectModal 2026-02-02 19:32:25 -05:00
Mo Tarbin
27210317fd Fix: navigate to chores instead of filters via and provide searchparam 2026-01-31 13:06:05 -05:00
Mo Tarbin
312b51a5fd Hide the scroll back on the chip for quick filter 2026-01-31 12:54:45 -05:00
Mo Tarbin
96a649ca9c Scroll to the new condition when adding new field 2026-01-31 12:52:54 -05:00