Skip to content

Fix Connect sign-in settings label - #4806

Merged
juliusmarminge merged 1 commit into
mainfrom
agent/connect-sign-in-label
Jul 29, 2026
Merged

Fix Connect sign-in settings label#4806
juliusmarminge merged 1 commit into
mainfrom
agent/connect-sign-in-label

Conversation

@juliusmarminge

@juliusmarminge juliusmarminge commented Jul 29, 2026

Copy link
Copy Markdown
Member

What changed

  • Update the signed-out T3 Account row in mobile Settings from “Request access” to “Sign in”.

Why

Connect is generally available now, but this remaining waitlist-era label still implied that users needed approval before signing in.

Impact

Signed-out mobile users now see copy that matches the GA authentication flow.

Validation

  • vp fmt --check apps/mobile/src/features/settings/SettingsRouteScreen.tsx
  • vp run --filter @t3tools/mobile typecheck
  • vp lint --report-unused-disable-directives apps/mobile/src/features/settings/SettingsRouteScreen.tsx
  • iOS Simulator accessibility snapshot confirmed T3 Account, Sign in

Note

Fix account label to show 'Sign in' instead of 'Request access' in Connect settings

Corrects the accountLabel in SettingsRouteScreen.tsx so the not-signed-in state displays 'Sign in' rather than the incorrect 'Request access'.

Macroscope summarized ba303c6.


Note

Low Risk
Copy-only change to a settings label with no auth, navigation, or data-handling impact.

Overview
Updates the T3 Account row subtitle in mobile Settings so signed-out users see Sign in instead of the waitlist-era Request access, matching GA Connect auth.

Only accountLabel in SettingsRouteScreen changes when Clerk is loaded and the user is not signed in; loading and signed-in labels are unchanged.

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

Co-authored-by: codex <codex@users.noreply.github.com>
@coderabbitai

coderabbitai Bot commented Jul 29, 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: 6a10f92c-a6bc-44ea-b46b-c5294426dd78

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

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

@github-actions github-actions Bot added vouch:trusted PR author is trusted by repo permissions or the VOUCHED list. size:XS 0-9 changed lines (additions + deletions). labels Jul 29, 2026
@juliusmarminge
juliusmarminge marked this pull request as ready for review July 29, 2026 01:02
@juliusmarminge
juliusmarminge enabled auto-merge (squash) July 29, 2026 01:02
@juliusmarminge
juliusmarminge merged commit 1b61ce1 into main Jul 29, 2026
22 checks passed
@juliusmarminge
juliusmarminge deleted the agent/connect-sign-in-label branch July 29, 2026 01:03
github-actions Bot added a commit to omarcresp/t3code-flake that referenced this pull request Jul 29, 2026
ohbentos pushed a commit to ohbentos/t3code that referenced this pull request Jul 29, 2026
github-actions Bot added a commit to omarcresp/t3code-flake that referenced this pull request Jul 29, 2026
## What's Changed
* Fix Connect sign-in settings label by @juliusmarminge in pingdotgg/t3code#4806
* fix(desktop): restore T3 Connect sign-in by @PixPMusic in pingdotgg/t3code#4809
* Simplify files panel header by @juliusmarminge in pingdotgg/t3code#4828
* build(desktop): reduce installed app size by ~300MB by @wukko in pingdotgg/t3code#4824
* Update model version from claude-opus-4-8 to claude-opus-5 by @juliusmarminge in pingdotgg/t3code#4832
* Preserve the thread shell while detail loads by @juliusmarminge in pingdotgg/t3code#4830
* Reduce idle work and disk churn with native resource diagnostics by @juliusmarminge in pingdotgg/t3code#2679
* fix(server): detect repositories after initialization by @StiensWout in pingdotgg/t3code#4848
* perf(server): merge separate staged/unstaged numstat calls into single diff HEAD --numstat by @UtkarshUsername in pingdotgg/t3code#4843
* fix(git): disable external diff for review diff previews by @ohbentos in pingdotgg/t3code#4854
* Fix editable file focus and live syntax highlighting by @jakeleventhal in pingdotgg/t3code#3979
* fix(web): remember the rendered-markdown choice across threads by @Sy-D in pingdotgg/t3code#4853

## New Contributors
* @wukko made their first contribution in pingdotgg/t3code#4824
* @ohbentos made their first contribution in pingdotgg/t3code#4854
* @Sy-D made their first contribution in pingdotgg/t3code#4853

**Full Changelog**: pingdotgg/t3code@v0.0.30...v0.0.31

## What's Changed
* Fix Connect sign-in settings label by @juliusmarminge in pingdotgg/t3code#4806
* fix(desktop): restore T3 Connect sign-in by @PixPMusic in pingdotgg/t3code#4809
* Simplify files panel header by @juliusmarminge in pingdotgg/t3code#4828
* build(desktop): reduce installed app size by ~300MB by @wukko in pingdotgg/t3code#4824
* Update model version from claude-opus-4-8 to claude-opus-5 by @juliusmarminge in pingdotgg/t3code#4832
* Preserve the thread shell while detail loads by @juliusmarminge in pingdotgg/t3code#4830
* Reduce idle work and disk churn with native resource diagnostics by @juliusmarminge in pingdotgg/t3code#2679
* fix(server): detect repositories after initialization by @StiensWout in pingdotgg/t3code#4848
* perf(server): merge separate staged/unstaged numstat calls into single diff HEAD --numstat by @UtkarshUsername in pingdotgg/t3code#4843
* fix(git): disable external diff for review diff previews by @ohbentos in pingdotgg/t3code#4854
* Fix editable file focus and live syntax highlighting by @jakeleventhal in pingdotgg/t3code#3979
* fix(web): remember the rendered-markdown choice across threads by @Sy-D in pingdotgg/t3code#4853

## New Contributors
* @wukko made their first contribution in pingdotgg/t3code#4824
* @ohbentos made their first contribution in pingdotgg/t3code#4854
* @Sy-D made their first contribution in pingdotgg/t3code#4853

**Full Changelog**: pingdotgg/t3code@v0.0.30...v0.0.31

Upstream release: https://github.com/pingdotgg/t3code/releases/tag/v0.0.31
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:trusted PR author is trusted by repo permissions or the VOUCHED list.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant