Skip to content

Conversation

@thkruz
Copy link
Owner

@thkruz thkruz commented Nov 18, 2025

  • Created loading-screen.common.css with all shared styles
  • Updated loading-screen.css to contain only color theme variables
  • Updated loading-screen.celestrak.css to contain only color theme variables and unique loading-hint position
  • This reduces duplication and makes theme maintenance easier

- Created loading-screen.common.css with all shared styles
- Updated loading-screen.css to contain only color theme variables
- Updated loading-screen.celestrak.css to contain only color theme variables and unique loading-hint position
- This reduces duplication and makes theme maintenance easier
Copilot AI review requested due to automatic review settings November 18, 2025 00:37
@CLAassistant
Copy link

CLAassistant commented Nov 18, 2025

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution.
1 out of 2 committers have signed the CLA.

✅ thkruz
❌ claude
You have signed the CLA already but the status is still pending? Let us recheck it.

@thkruz thkruz merged commit 521ed4f into develop Nov 18, 2025
1 of 3 checks passed
@thkruz thkruz deleted the claude/update-loading-screen-css-012AF2tqkctttkFAbfa72CCw branch November 18, 2025 00:40
Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

:root {
--colorTertiary: #4a4a4a !important;
--color-dark-background: #1f1f1f !important;
--color-dark-border: #3a3a3a !important;
--color-dark-text-accent: #dd382f !important;

P1 Badge Loader stylesheet now drops all layout rules

After this refactor public/css/loading-screen.css is reduced to theme variables only, but src/keeptrack.ts still imports @css/loading-screen.css as the sole loader stylesheet. The new loading-screen.common.css containing the actual #loading-screen, .full-loader, etc. rules is never bundled, so in runtime the loading screen renders unstyled/hidden instead of the intended centered overlay. This impacts any flow that shows the loading overlay.

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

@sonarqubecloud
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants