Skip to content

feat: add looping scroll on kanban columns#107

Merged
bborn merged 1 commit intomainfrom
task/211-looping-scroll-on-kanban-columns
Jan 11, 2026
Merged

feat: add looping scroll on kanban columns#107
bborn merged 1 commit intomainfrom
task/211-looping-scroll-on-kanban-columns

Conversation

@bborn
Copy link
Copy Markdown
Owner

@bborn bborn commented Jan 11, 2026

Summary

  • Arrow up at the top of a kanban column now wraps around to the bottom
  • Arrow down at the bottom of a column wraps around to the top
  • Added tests for wrap-around behavior including edge cases (empty columns, single task)

Test plan

  • Tests pass for MoveUp wrapping from top to bottom
  • Tests pass for MoveDown wrapping from bottom to top
  • Tests pass for empty column edge case
  • Tests pass for single task edge case
  • Full test suite passes

🤖 Generated with Claude Code

When at the top of a column, pressing arrow up now wraps to the bottom.
When at the bottom, pressing arrow down wraps to the top.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@bborn bborn merged commit 8bb5a9b into main Jan 11, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant