claude-code - 💡(How to fix) Fix Routines: show scheduled task list in sidebar without navigating away [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#54556Fetched 2026-04-30 06:42:24
View on GitHub
Comments
0
Participants
1
Timeline
4
Reactions
1
Author
Participants
Timeline (top)
labeled ×4
RAW_BUFFERClick to expand / collapse

Feature Request

Previously, scheduled routines were visible directly in the sidebar as an expanded list. The current UI requires clicking 'Routines' to navigate to a separate full-screen view.

Use Case

Users who frequently reference their routine schedules prefer a quick glance at the sidebar list without losing context of their current session. The full-screen view is useful for detailed management, but shouldn't be the only way to see the list.

Proposed Behavior

  • Show a collapsed routine list directly in the sidebar (like before)
  • Clicking an individual routine opens the detail/full-screen view
  • Clicking the 'Routines' header navigates to the full management screen

Expected Outcome

Users can see their routine schedule at a glance from the sidebar, while still being able to access the full management view when needed.

extent analysis

TL;DR

Modify the UI to display a collapsed routine list in the sidebar, allowing users to quickly view their schedules without navigating to a full-screen view.

Guidance

  • Review the current UI implementation to identify the changes made that removed the routine list from the sidebar.
  • Compare the previous and current UI code to determine the specific modifications needed to revert to the original behavior.
  • Consider adding a toggle or setting to allow users to choose between the collapsed list view and the full-screen view.
  • Evaluate the impact of this change on the overall user experience and ensure it aligns with the expected outcome.

Notes

The solution may require updates to the UI components, routing, and potentially the data fetching logic to support the collapsed list view.

Recommendation

Apply workaround: Modify the UI to display a collapsed routine list in the sidebar, as this aligns with the proposed behavior and expected outcome, and provides a quick solution to address the user's needs.

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 Routines: show scheduled task list in sidebar without navigating away [1 participants]