codex - 💡(How to fix) Fix Show Hidden Counts on Each Tab [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
openai/codex#18835Fetched 2026-04-22 07:51:49
View on GitHub
Comments
0
Participants
1
Timeline
3
Reactions
0
Participants
Timeline (top)
labeled ×3

Root Cause

Especially in the Pinned tab, this count info is necessary, because we do not want to forget unpin items if pinned items exist.

RAW_BUFFERClick to expand / collapse

What variant of Codex are you using?

App

What feature would you like to see?

As shown in the following screenshots, when we fold session items in a tab, we can' find how many sessions are hidden until we open a folded tab.

Especially in the Pinned tab, this count info is necessary, because we do not want to forget unpin items if pinned items exist.

<img width="142" height="56" alt="Image" src="https://github.com/user-attachments/assets/b19c87c9-02e9-4164-b8c3-6266f71eaf8e" /> <img width="147" height="22" alt="Image" src="https://github.com/user-attachments/assets/0934b35b-c5fd-4c61-98a4-af55f19397d7" />

Additional information

No response

extent analysis

TL;DR

Displaying the count of hidden sessions in folded tabs, especially in the Pinned tab, could be achieved by modifying the UI to show this information without requiring the user to open the folded tab.

Guidance

  • Consider adding a visual indicator, such as a badge or a tooltip, to display the number of hidden sessions in each folded tab.
  • Modify the tab's fold/unfold behavior to show a summary or preview of the hidden content, including the count of sessions.
  • Review the existing UI components and layouts to determine the best approach for incorporating the session count display without disrupting the current user experience.
  • Evaluate the feasibility of displaying this information in the Pinned tab specifically, given its unique requirements and constraints.

Notes

The exact implementation details may depend on the specific Codex variant being used and the underlying technology stack, which is not specified in the issue.

Recommendation

Apply workaround: Modify the UI to display the count of hidden sessions in folded tabs, as this appears to be a usability enhancement rather than a bug fix that would be addressed by an upgrade.

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

codex - 💡(How to fix) Fix Show Hidden Counts on Each Tab [1 participants]