Add session dashboard board#8
Open
tim-smart wants to merge 8 commits into
Open
Conversation
tim-smart
force-pushed
the
t3code/session-dashboard-board
branch
7 times, most recently
from
July 23, 2026 21:12
9d0ce44 to
fe6c74d
Compare
tim-smart
added a commit
that referenced
this pull request
Jul 23, 2026
tim-smart
added a commit
that referenced
this pull request
Jul 24, 2026
tim-smart
force-pushed
the
t3code/session-dashboard-board
branch
from
July 24, 2026 00:44
fe6c74d to
4cb40c4
Compare
tim-smart
added a commit
that referenced
this pull request
Jul 24, 2026
tim-smart
added a commit
that referenced
this pull request
Jul 24, 2026
tim-smart
force-pushed
the
t3code/session-dashboard-board
branch
3 times, most recently
from
July 24, 2026 03:34
2d2c13e to
55c0413
Compare
tim-smart
force-pushed
the
t3code/session-dashboard-board
branch
from
July 24, 2026 08:52
c992a50 to
5395c7f
Compare
tim-smart
force-pushed
the
t3code/add-new-session-command
branch
from
July 24, 2026 08:52
33bd75a to
3414342
Compare
github-actions
Bot
force-pushed
the
t3code/add-new-session-command
branch
from
July 24, 2026 09:40
3414342 to
afa35dc
Compare
github-actions
Bot
force-pushed
the
t3code/session-dashboard-board
branch
2 times, most recently
from
July 24, 2026 14:12
49cbba0 to
db299c1
Compare
github-actions
Bot
force-pushed
the
t3code/add-new-session-command
branch
from
July 24, 2026 14:12
afa35dc to
56eeca5
Compare
- Group active threads by lifecycle and Git status - Add project filtering, thread navigation, and archive/delete drop zones - Expose the board from the sidebar and command palette
- Add settle and un-settle actions to board card menus - Standardize thread status indicator sizing and styling
- Unify settled and unseen-completion classification across board and sidebar - Improve board sorting, drag feedback, and thread action reuse - Expand focused coverage for board cards, groups, scrolling, and keybindings
- Offer a new-thread action for threads with a branch - Reuse the existing worktree when available
- Share settled-tail page limits with the sidebar - Preserve whole worktree groups when slicing board results - Reset board pagination when the project filter changes
The board card context menu was missing the Snooze/Wake items the sidebar v2 thread menu gained, because the sidebar's rebased menu went back to an inline list. Fold snooze into the shared buildSidebarV2ThreadContextMenuItems builder, point both surfaces at it, and wire snooze/wake actions (with the undo toast) into the board. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
tim-smart
force-pushed
the
t3code/session-dashboard-board
branch
from
July 25, 2026 10:26
db299c1 to
d9f8e4d
Compare
tim-smart
force-pushed
the
t3code/add-new-session-command
branch
from
July 25, 2026 10:26
56eeca5 to
2051a80
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
Testing