Skip to content

fix(web): show pointer on add project button - #5545

Open
incognitojam wants to merge 1 commit into
pingdotgg:mainfrom
yngatech:t3code/fix-add-project-cursor
Open

fix(web): show pointer on add project button#5545
incognitojam wants to merge 1 commit into
pingdotgg:mainfrom
yngatech:t3code/fix-add-project-cursor

Conversation

@incognitojam

@incognitojam incognitojam commented Aug 6, 2026

Copy link
Copy Markdown

Problem

The Sidebar V2 empty state’s “Add project” button keeps the default mouse cursor, so it does not visually communicate that it is clickable.

Fix

Add the cursor-pointer utility to the button’s existing styles.

Verification

  • vp fmt apps/web/src/components/SidebarV2.tsx --check
  • git diff --check upstream/main...HEAD

Static before/after images are omitted because the change only affects the mouse cursor on hover.

Built with GPT-5.6-sol using the Codex harness in T3 Code.


Note

Low Risk
Cosmetic cursor styling only; no logic, routing, or data changes.

Overview
When the sidebar has no projects, the empty-state Add project control now uses the pointer cursor on hover so it reads as clickable.

The change is a single Tailwind class (cursor-pointer) on that button in SidebarV2.tsx; behavior is unchanged—it still opens the add-project command palette.

Reviewed by Cursor Bugbot for commit 00b2152. Bugbot is set up for automated code reviews on this repo. Configure here.

Note

Show pointer cursor on 'Add project' button in empty sidebar state

Adds the cursor-pointer CSS class to the 'Add project' button in SidebarV2.tsx so it visually indicates clickability when no projects exist.

Macroscope summarized 00b2152.

@coderabbitai

coderabbitai Bot commented Aug 6, 2026

Copy link
Copy Markdown

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 Plus

Run ID: 018ca353-91da-43f4-9ad8-06de666df787

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

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.

@macroscopeapp

macroscopeapp Bot commented Aug 6, 2026

Copy link
Copy Markdown
Contributor

Approvability

Verdict: Approved 55707a3

CSS-only change adding cursor-pointer to a button's className. No runtime behavior impact — purely visual cursor feedback improvement.

You can customize Macroscope's approvability policy. Learn more.

@incognitojam
incognitojam force-pushed the t3code/fix-add-project-cursor branch from 55707a3 to 00b2152 Compare August 7, 2026 10:20
@github-actions github-actions Bot added vouch:unvouched PR author is not yet trusted in the VOUCHED list. size:XS 0-9 changed lines (additions + deletions). labels Aug 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size:XS 0-9 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.

1 participant