-
Notifications
You must be signed in to change notification settings - Fork 0
Refactor authentication and task management for improved UX #78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Changes from all commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
3dd8276
Refactor authentication state management and session handling to impr…
ohmzi 6b46009
chore: bump app version to 1.44.0
ohmzi 1ee5de7
feat: enhance responsiveness of OnboardingWizardOverlay
ohmzi e6b06b2
Refine iOS resume reload
ohmzi a087254
feat: implement session recovery and improve offline error handling
ohmzi 1018547
feat: add today's tasks list and task actions to Home screen
ohmzi cfd9114
refactor: unified swipe actions and improved task completion UI acros…
ohmzi 9e4947e
refactor: conditional date dividers in todo and completed lists
ohmzi 716ef49
fix(ui): improve swipe action layering and hit testing
ohmzi 519d616
style(ui): refine home screen typography and text styles
ohmzi 59f36ef
refactor: standardize list icon and color helper functions
ohmzi 5fc539c
feat: implement task drag-and-drop rescheduling for Android and iOS
ohmzi 9ab6da9
feat: enhance drag-and-drop rescheduling across iOS and Android
ohmzi cce4f8b
feat: add "Earlier" drop target and visual placeholders for task resc…
ohmzi 27e187a
feat: implement custom in-app drag and drop for task rescheduling
ohmzi b300124
fix(todos): improve drag-and-drop coordinate handling and UI consistency
ohmzi 2835421
refactor(todos): simplify drag preview positioning and refine drag-an…
ohmzi e44da49
Refactor Todo drag-and-drop interaction to use a UIKit-based gesture …
ohmzi 126d285
feat: implement native in-app task rescheduling and drag-and-drop for…
ohmzi 6389859
Refactor Todo drag-and-drop interaction to use a UIKit-based gesture …
ohmzi e401181
Refactor calendar paging and styling across iOS and Android.
ohmzi ed2e434
feat(calendar, todo): enhance animations and layout transitions
ohmzi 9e1ede4
Polish iOS calendar shadows
ohmzi ece9c1d
refine(calendar): improve pager stability and cleanup drag state
ohmzi File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cyclomatic complexity is a software metric that measures the number of
independent paths through a function. A function with high cyclomatic
complexity can be hard to understand and maintain. A higher cyclomatic
complexity indicates that the function has more decision points and is more complex.