Mo Tarbin
b46d3d28a9
refactor: Consolidate imports for useCircleMembers and useUserProfile in UserPoints component
2025-06-08 10:51:08 -04:00
Mo Tarbin
44372059cd
refactor: Replace UserContext with useUserProfile hook in UserPoints component
2025-06-08 02:20:25 -04:00
Mo Tarbin
64668147d9
refactor: Remove UserContext as it is no longer needed
2025-06-08 02:19:33 -04:00
Mo Tarbin
e21e71b442
feat: Refactor user profile management and improve token validation
...
- Introduced `useUserProfile` hook to centralize user profile fetching and management.
- Updated various components to utilize the new `useUserProfile` hook instead of context.
- Enhanced token validation logic in `Fetch` function to prevent unnecessary redirects.
- Added `parseDueDate` function to handle due date parsing with improved logic.
- Cleaned up user profile state management across multiple views and settings.
- Improved loading states and error handling in user-related components.
- remove usercontext and just use react query for userProfile
2025-06-08 02:09:23 -04:00
Mo Tarbin
10f646f125
refactor: Update LoginView to use useUserProfile hook and clean up user profile handling
...
- fix bug cause navigation loop
2025-06-08 02:07:33 -04:00
Mo Tarbin
187b76e04c
feat: Integrate NotificationTemplate component into ChoreEdit and AddTaskModal for enhanced notification management
2025-06-08 02:05:59 -04:00
Mo Tarbin
f2c36cae37
fix: Add overflowX hidden to Box in Sidepanel for improved layout
2025-06-04 00:33:05 -04:00
Mo Tarbin
6c1be53f86
refactor: Rename parameter in CompleteSubTask back to completedAt to match backend https://github.com/donetick/donetick/issues/224
2025-06-03 23:33:55 -04:00
Mo Tarbin
321250f30e
refactor: Update due date display logic and fix performer ID reference in ChoreCard component
2025-06-03 00:22:48 -04:00
Mo Tarbin
7559036abe
refactor: Update chore grouping and color constants for improved clarity and organization
2025-06-03 00:18:51 -04:00
Mo Tarbin
ddf654a641
refactor: Consolidate chore action handling into ChoreActionMenu component and remove unused code from ChoreCard and CompactChoreCard
2025-06-01 00:47:47 -04:00
Mo Tarbin
cf252c3ec4
refactor: Clean up unused code and improve layout in CompactChoreCard, MyChores, and AddTaskModal components
2025-05-31 19:40:23 -04:00
Mo Tarbin
d65541fb3e
refactor: Simplify user data fetching in MyChores component and update performer assignment logic ( cause a racing condition where sometime no task shown)
2025-05-31 17:18:17 -04:00
Mo Tarbin
20ef99cfc7
refactor: Remove debug console logs from WelcomeCard component
2025-05-31 16:46:02 -04:00
Mo Tarbin
f5c3c90f37
fix: Update legend item assignee in CalendarView
2025-05-31 03:42:01 -04:00
Mo Tarbin
34a386abce
feat: Implement Multi-Factor Authentication (MFA) flow in LoginView and add MFA settings page
...
- Added MFA verification modal to handle MFA during login.
- Integrated MFA checks in login and OAuth login processes.
- Created MFASettings component to manage MFA setup, enabling, disabling, and backup codes.
- Updated ProfileSettings to include timezone selection.
- Enhanced CalendarView to display assignee names with avatars.
- Added RichTextEditor enhancements for image uploads based on user account type.
- Minor adjustments to ChoreEdit and ChoreView components for better UX.
2025-05-31 01:36:55 -04:00
Mo Tarbin
05f4c42bf9
Enhance user experience with Plus feature notifications and improve code structure
...
- Updated ChoreEdit and RepeatSection components to provide clearer messaging for Basic plan users regarding Plus features.
- Introduced CompactChoreCard component to streamline chore display options in MyChores.
- Implemented view mode toggle in MyChores for better user preference handling.
- Refactored StorageSettings to conditionally display storage usage information based on user plan.
- Improved error handling and user feedback across various components.
2025-05-30 14:46:26 -04:00
Mo Tarbin
1510dc9bc2
Only show " Nothing scheduled" when there really nothing to show. fix where it was shown with archive tasks
2025-05-29 01:32:37 -04:00
Mo Tarbin
2a85b621f5
style: update Calendar styles for improved UI consistency; enhance CalendarView layout and chore display logic
2025-05-29 01:02:19 -04:00
Mo Tarbin
97abf2f230
fix: update CompleteSubTask parameter name and adjust body payload; enhance Sidepanel layout and restore ActivitiesCard position; modify WelcomeCard styles for improved UI consistency
2025-05-29 01:02:12 -04:00
Mo Tarbin
1f2d38730d
feat: implement ActivitiesCard component to display recent activities with enhanced status and time display
...
Support the new Status and Performed By
2025-05-29 01:01:07 -04:00
Mo Tarbin
5c000f50aa
feat: enhance Sidepanel with chore history integration and improve Calendar styles
2025-05-28 00:45:25 -04:00
Mo Tarbin
581931b679
Improve calendar styles and improve chore display logic in CalendarView
2025-05-28 00:11:46 -04:00
Mo Tarbin
709a91b1db
Your commit message
2025-05-27 11:58:52 -04:00
Mo Tarbin
6ddb8d01ec
feat: add profile and storage settings components, integrate rich text editor, and implement image compression for uploads
2025-05-27 02:18:59 -04:00
Mo Tarbin
81d3144da2
Fix and populating timezone. https://github.com/donetick/donetick/issues/197
2025-05-26 01:45:56 -04:00
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