Skip to content

Clicking logo now navigates to threads#1617

Open
waLLxAck wants to merge 6 commits intopingdotgg:mainfrom
waLLxAck:codex/fix-logo-navigation-to-threads
Open

Clicking logo now navigates to threads#1617
waLLxAck wants to merge 6 commits intopingdotgg:mainfrom
waLLxAck:codex/fix-logo-navigation-to-threads

Conversation

@waLLxAck
Copy link
Copy Markdown

@waLLxAck waLLxAck commented Apr 1, 2026

What Changed

Made the sidebar T3 Code logo navigate back to the main threads screen.

The logo in the sidebar header is now a real button that routes to /, so clicking it from Settings or any other non-home view returns you to the threads landing screen. When already on the threads home screen, the click is a no-op.

Why

The current behavior is misleading: the logo looks clickable, but from Settings it does nothing. This is a small navigation bug in a high-visibility part of the UI.

This approach keeps the fix tight:

  • no route restructuring
  • no broader sidebar refactor
  • only the existing logo interaction is corrected

UI Changes

Before:
Clicking the sidebar logo from Settings did nothing.

After:
Clicking the sidebar logo returns the user to the main threads screen.

Video evidence:

  • Before: video showing Settings open and logo click doing nothing
  • After: video showing logo click returning to the threads screen

ezgif-23c0de6e1414b950

Checklist

  • This PR is small and focused
  • I explained what changed and why
  • I included before/after screenshots for any UI changes - N/A - Appearance remains the same
  • I included a video for animation/interaction changes

Note

Low Risk
Small, localized UI navigation change that only alters client-side routing for the sidebar logo.

Overview
Makes the sidebar wordmark/logo in Sidebar.tsx navigable by replacing the non-interactive wrapper with a Link to /, so clicking it returns users to the threads landing screen.

Adds an aria-label plus focus/hover styling to make the interaction accessible and visually consistent.

Written by Cursor Bugbot for commit 6a48149. This will update automatically on new commits. Configure here.

Note

Navigate to threads when clicking the sidebar logo

Replaces the non-interactive wordmark div in Sidebar.tsx with a Link component that routes to /. Adds an aria-label of "Go to threads" and focus/hover styles for accessibility.

Macroscope summarized 6a48149.

@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Apr 1, 2026

Important

Review skipped

Auto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Repository UI

Review profile: CHILL

Plan: Pro

Run ID: b85f2fa5-5e7e-433f-8d06-0848bd4ee21f

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@github-actions github-actions bot added size:S 10-29 changed lines (additions + deletions). vouch:unvouched PR author is not yet trusted in the VOUCHED list. labels Apr 1, 2026
@waLLxAck waLLxAck requested a review from juliusmarminge April 1, 2026 08:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size:S 10-29 changed lines (additions + deletions). vouch:unvouched PR author is not yet trusted in the VOUCHED list.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants