claude-code - 💡(How to fix) Fix [FEATURE] Allow kanban style view for sessions [1 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
anthropics/claude-code#48388Fetched 2026-04-16 07:01:35
View on GitHub
Comments
0
Participants
1
Timeline
2
Reactions
0
Participants
Timeline (top)
labeled ×2
RAW_BUFFERClick to expand / collapse

Preflight Checklist

  • I have searched existing requests and this feature hasn't been requested yet
  • This is a single feature request (not multiple features)

Problem Statement

The different sessions are currently displayed only as a list, it would be nice to have a kanban style view with columns

Proposed Solution

add a toggle to switch the view

Alternative Solutions

No response

Priority

Critical - Blocking my work

Feature Category

CLI commands and flags

Use Case Example

No response

Additional Context

No response

extent analysis

TL;DR

Implementing a kanban-style view with columns for sessions can be achieved by adding a toggle to switch between list and kanban views.

Guidance

  • Identify the current session display component and assess its flexibility for modification or extension to support a kanban view.
  • Determine the data structure used for sessions to ensure it can be easily adapted for a column-based representation.
  • Consider using existing UI libraries or components that support kanban views to simplify implementation.
  • Plan for user preference storage to remember the chosen view (list or kanban) between sessions.

Example

No specific code example can be provided without knowing the technology stack or current implementation details.

Notes

The feasibility of this feature depends on the current application architecture and technology stack. The lack of specific details about the application's frontend framework, backend technology, or database structure limits the ability to provide a more detailed solution.

Recommendation

Apply workaround: Since the issue implies a need for a new feature rather than fixing an existing bug, and without a clear indication of an existing version that includes this feature, developing the proposed solution (adding a toggle for a kanban view) seems to be the most direct approach to addressing the user's need.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

claude-code - 💡(How to fix) Fix [FEATURE] Allow kanban style view for sessions [1 participants]