Refactor AllTasks Component for Enhanced Filtering and Layout#63
Merged
stewartshea merged 1 commit intomainfrom Mar 18, 2026
Merged
Refactor AllTasks Component for Enhanced Filtering and Layout#63stewartshea merged 1 commit intomainfrom
stewartshea merged 1 commit intomainfrom
Conversation
- Redesigned the AllTasks component layout to improve user experience, introducing a sidebar for support tag filtering and a more structured content area. - Implemented a search input for filtering support tags, enhancing usability when managing tags. - Updated the display of selected support tags and collections, allowing for easier management and clearer visibility of active filters. - Improved the presentation of filtered tags with hover effects and selection indicators, making it more intuitive for users to add or remove tags. - Enhanced error handling and loading states to provide better feedback during data fetching processes.
Container Images BuiltTag:
|
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.
Note
Low Risk
UI-only refactor that rearranges the
AllTaskslayout and presentation rendering; low risk aside from potential regressions in filter visibility/scrolling and conditional loading/error display.Overview
Refactors
AllTasksto use a single shared sidebar + content layout for bothgroupedandpresentationmodes, replacing the prior special-case full-width presentation view.The sidebar now consistently hosts support-tag selection (with search + selected chips), collection filtering, and a unified Clear Filters action, while presentation mode’s task list rendering is updated to show loading/error states within the content pane and display up to 3 clickable support-tag chips per task.
Written by Cursor Bugbot for commit f839e85. This will update automatically on new commits. Configure here.