Add extension-style program countdown to web - #62
Merged
Conversation
|
ⓘ Qodo reviews are paused because the subscription is no longer active. Ask your workspace admin to reactivate the subscription to resume reviews. Manage billing |
|
Important
This repository does not receive automatic reviews because it has fewer than 10 stars. ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Advanced Run ID: 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. Comment |
Contributor
🧹 PR preview removedThe preview for this pull request was removed after the PR was closed. |
hoangsvit
had a problem deploying
to
pr-preview
September 11, 2026 10:41 — with
GitHub Actions
Error
hoangsvit
had a problem deploying
to
pr-preview
September 11, 2026 10:41 — with
GitHub Actions
Error
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.
Summary
source === "remote"; otherwise keep the extension-compatible env/default fallbackSame config as the extension
The web build now uses the same WXT configuration names as
google-cloud-skills-boost-helper:Firebase client config
WXT_FIREBASE_API_KEYWXT_FIREBASE_AUTH_DOMAINWXT_FIREBASE_PROJECT_IDWXT_FIREBASE_STORAGE_BUCKETWXT_FIREBASE_MESSAGING_SENDER_IDWXT_FIREBASE_APP_IDWXT_FIREBASE_FETCH_INTERVAL_MSWXT_FIREBASE_FETCH_TIMEOUT_MSCountdown defaults / fallback
WXT_COUNTDOWN_DEADLINE_FACILITATORWXT_COUNTDOWN_ENABLED_FACILITATORWXT_COUNTDOWN_DEADLINE_ARCADEWXT_COUNTDOWN_ENABLED_ARCADEWXT_FORCE_REMOTE_CONFIGFirebase Remote Config keys
countdown_deadline_facilitatorcountdown_enabled_facilitatorcountdown_deadline_arcadecountdown_enabled_arcadeThe production and PR-preview workflows accept each WXT setting from either a GitHub Secret or Repository Variable and expose the Firebase web config to the static client build.
Runtime behavior
fetchAndActivate()with the configured fetch interval / timeout.remote; otherwise retain the fallback.The web uses Firebase JS SDK 12.18.0, matching the current extension dependency, loaded from Google's official Firebase CDN so this PR does not add another package/lockfile dependency.
Tests
Intlformatting, responsive styles and light theme support