fix(web): match loading screen to dark theme - #5303
Merged
Merged
Conversation
Contributor
ApprovabilityVerdict: Approved 27eb7ca Purely cosmetic change updating a hex color value (#161616 → #0a0a0a) for the dark theme loading screen background. All 4 occurrences are consistent, and no logic or behavior changes are introduced. You can customize Macroscope's approvability policy. Learn more. |
github-actions Bot
added a commit
to omarcresp/t3code-flake
that referenced
this pull request
Aug 4, 2026
## What's Changed * fix(web): match loading screen to dark theme by @t3-code[bot] in pingdotgg/t3code#5303 **Full Changelog**: pingdotgg/t3code@v0.0.32-nightly.20260803.992...v0.0.32-nightly.20260804.993 Upstream release: https://github.com/pingdotgg/t3code/releases/tag/v0.0.32-nightly.20260804.993
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
what changed
updated the web boot shell's dark background and browser theme color from
#161616to the current dark workspace background,#0a0a0a.why
the pre-react loading screen used the old dark color, causing a visible background shift when the app mounted.
ui changes
verification
pnpm --filter @t3tools/web build#ffffff#161616to#0a0a0agenerated with openai's codex using the t3bot harness.
Note
Low Risk
Cosmetic boot-shell and meta theme-color tweaks only; no auth, data, or business logic.
Overview
Aligns the pre-React boot shell and browser chrome with the app’s current dark workspace background by replacing
#161616with#0a0a0a.Updates dark
theme-colormeta tags, the inline boot script’sDARK_BACKGROUND, andhtml.dark bodybackground so the splash screen no longer flashes a lighter gray before React mounts. Light mode stays#ffffff.Reviewed by Cursor Bugbot for commit 27eb7ca. Bugbot is set up for automated code reviews on this repo. Configure here.
Note
Fix dark mode loading screen background color to match app theme
Updates the dark mode background color in index.html from
#161616to#0a0a0ato match the app's dark theme. Changes apply to thetheme-colormeta tag, theDARK_BACKGROUNDbootstrap script constant, and thehtml.dark bodyCSS rule.Macroscope summarized 27eb7ca.