Merged
Conversation
- Added new authentication pages: LoginPage, SignupPage, ForgotPasswordPage, AuthenticatingPage, LoggingOutPage, and VerifyResetEmailPage. - Refactored auth routes to use updated component names for better consistency and clarity. - Enhanced user experience with improved loading states and error handling across authentication processes.
- Added EmptyListPlaceholder component to visually represent the empty state in the task list. - Adjusted styling and layout for the empty group drop zone to improve user experience. - Removed unused progress properties from the task group data structure for cleaner code.
… display - Introduced color_code_dark property to task groups for improved theming support. - Updated task list components to utilize color_code_dark based on the current theme mode. - Enhanced empty state handling in task list to dynamically create an unmapped group for better user experience. - Refactored task management slice to support dynamic group creation for unmapped tasks.
…troller-v2 - Refactored import statements for better organization and clarity. - Enhanced formatting of methods and conditionals for improved readability. - Updated task filtering methods to maintain consistent formatting and style. - Added performance logging for deprecated methods to assist in monitoring usage. - Cleaned up unnecessary comments and improved inline documentation for better understanding.
- Updated password label and placeholder to "Password" and "Enter your password" across multiple languages. - Added password guideline for minimum requirements in English, German, Spanish, Portuguese, Albanian, and Chinese. - Introduced maximum character requirement for passwords in all supported languages. - Enhanced password validation messages to improve user experience during signup.
- Updated the EmptyGroupDropZone component to include top and bottom borders for better visual separation. - Adjusted the AddTaskRow component by removing the bottom border for a cleaner appearance.
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.