docs(images): refresh the product screenshot and its dark variant - #663
Merged
Conversation
✅ Deploy Preview for cozystack ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Contributor
|
Important
This repository does not receive automatic reviews because it has fewer than 10 stars. ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus 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 |
Andrei Kvapil (kvaps)
marked this pull request as ready for review
August 20, 2026 20:13
Andrei Kvapil (kvaps)
requested review from
Timofei Larkin (lllamnyp),
myasnikovdaniil and
Timur Tukaev (tym83)
as code owners
August 20, 2026 20:13
The product screenshot still showed a console two redesigns old: a two-level sidebar, cluster and namespace pickers in the header, and a 2025 footer. It now shows the 1.6.2 Marketplace. The reworked console ships no dark theme, so there is nothing to retake the dark variant from. Its URL is public and may be linked from elsewhere, so it keeps the same content as the light one until a dark theme exists again. Assisted-By: Claude <noreply@anthropic.com> Signed-off-by: Andrei Kvapil <kvapss@gmail.com>
Andrei Kvapil (kvaps)
force-pushed
the
docs/refresh-hero-screenshot
branch
from
August 20, 2026 20:15
1bdfb83 to
48db103
Compare
Timur Tukaev (tym83)
approved these changes
Aug 20, 2026
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 this PR does
/img/screenshot.pngstill showed a console two redesigns old — a two-level sidebar, cluster and namespace pickers in the header, a 2025 footer — while being the image the 2024 announcement post and outside links point at. It now shows the 1.6.2 Marketplace, matching the gallery refresh in #662./img/screenshot-dark.pnggets the same content. The reworked console ships no dark theme, so there is nothing to retake that variant from, and the file is referenced nowhere in this repository — but its URL is public and may be linked from elsewhere, so it keeps serving a current screenshot instead of a stale or missing one. Both stay regular files; git stores them as a single blob either way, and a dark variant can replace one of them whenever a dark theme exists again.