Imp/task list performance fixes#165
Merged
chamikaJ merged 6 commits intorelease/v2.0.4from Jun 20, 2025
Merged
Conversation
- Added taskManagementReducer, groupingReducer, and selectionReducer to the Redux store. - Organized imports and store configuration for better clarity and maintainability.
- Introduced a new tab for Enhanced Tasks in the project view. - Created ProjectViewEnhancedTasks component to display task management features. - Updated project-view-constants to include the new tab and adjusted indices for existing tabs. - Enhanced task management styles for improved dark mode support.
… improve error messaging - Replaced use of `useParams` with `useAppSelector` to retrieve project information from the Redux store. - Updated error message from "Project ID not found" to "Project not found" for better clarity. - Adjusted the way the project ID is passed to the `TaskListBoard` component.
…or improved functionality and styling - Updated TaskGroup to include new props for task selection and toggling subtasks. - Refactored TaskRow to improve layout and styling, including fixed and scrollable columns. - Replaced drag handle icon and adjusted task metadata display for better clarity. - Enhanced overall styling for better responsiveness and dark mode support.
…ith column visibility and improved layout - Integrated Redux for column visibility management in TaskGroup and TaskRow components. - Simplified the rendering of task details based on column visibility settings. - Updated styling for better consistency and responsiveness across task rows and groups. - Removed unused imports and components to streamline the codebase.
…nd TaskRow components - Updated TaskGroup and TaskRow to enhance column widths and visibility. - Adjusted styling for task headers and buttons for better user experience. - Improved overflow handling and responsiveness in task management components. - Streamlined CSS for consistency across task-related components.
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.