feat: improve Board View - add Assignee filter and improved cursor handling - #141
Open
skomae wants to merge 8 commits into
Open
feat: improve Board View - add Assignee filter and improved cursor handling#141skomae wants to merge 8 commits into
skomae wants to merge 8 commits into
Conversation
Owner
|
@skomae thanks for that PR! I need a little more time to look on it, but I will do it for soon |
skomae
force-pushed
the
feature/improve-board-view-1
branch
from
October 2, 2025 21:08
67922ea to
cb59779
Compare
Author
|
Thanks @mk-5 You'll note I've added additional commits since posting the PR:
|
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## master #141 +/- ##
==========================================
- Coverage 81.16% 78.90% -2.26%
==========================================
Files 67 67
Lines 3329 3551 +222
==========================================
+ Hits 2702 2802 +100
- Misses 489 596 +107
- Partials 138 153 +15 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
added 8 commits
January 28, 2026 12:08
# Conflicts: # internal/boards/board_view.go # internal/boards/board_view_test.go
…first col doesn't scroll back into view
This reverts commit 155efaf.
skomae
force-pushed
the
feature/improve-board-view-1
branch
from
January 28, 2026 17:17
f2ff1a0 to
9e448a9
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.
Adds ability to filter Board View by Assignee
Improves cursor handling so cursor scrolls to next available item, even when columns are empty. Ensure highlighted issue always remains in view.