-
Notifications
You must be signed in to change notification settings - Fork 198
Update footer to hide version display on Cloud #2550
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
ConsoleProject ID: Tip You can use Avatars API to generate QR code for any text or URLs. |
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the Note Free review on us!CodeRabbit is offering free reviews until Thu Nov 06 2025 to showcase some of the refinements we've made. Comment |
|
@copilot Try again |
Co-authored-by: stnguyen90 <1477010+stnguyen90@users.noreply.github.com>
Updated the footer to hide version display on Cloud mode (commit 70a6148). Changes made:
The version display is now hidden when Warning Firewall rules blocked me from connecting to one or more addresses (expand for details)I tried to connect to the following addresses, but was blocked by firewall rules:
If you need me to access, download, or install something from one of these locations, you can either:
|



Updates the footer component to hide the version display when running in Cloud mode, while keeping it visible in self-hosted mode. This is to reduce confusion since Cloud is ahead of self-hosted.
Changes Made
src/lib/layout/footer.svelteto conditionally hide version display based onisCloudflag!isCloudcondition to version display logic for both desktop and mobile viewportsBehavior
PUBLIC_CONSOLE_MODE=self-hosted): Version link is displayed in the footerPUBLIC_CONSOLE_MODE=cloud): Version link is hidden; Cloud badge and "Generally Available" indicator remain visibleScreenshots
Self-hosted mode:

Cloud mode:

Testing
The changes are minimal and surgical, affecting only the conditional display logic for the version information.
Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.