feat(ui): keep kanban column context in task view#303
Merged
Conversation
When viewing a task in detail view, the column context is now preserved even if the task moves to a different column. This allows users to navigate up/down within the original column they came from. - Add originColumn field to KanbanBoard to track the source column - Set origin column when entering detail view from dashboard - Clear origin column when exiting detail view or jumping to notification - SetTasks now preserves the origin column instead of following the task Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
84f9590 to
1124122
Compare
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.
Summary
Test plan
TestKanbanBoard_OriginColumn- basic set/clear/has operationsTestKanbanBoard_OriginColumnPreservesColumnOnTaskMove- column stays same when task movesTestKanbanBoard_NoOriginColumnFollowsTask- normal dashboard behavior still worksTestKanbanBoard_OriginColumnClampsSelection- row is clamped when tasks are removedTestKanbanBoard_OriginColumnEmptyColumn- handles empty column case🤖 Generated with Claude Code