Eemeli/enhancement/618/cloud card component#642
Merged
Conversation
Rutjake
approved these changes
May 4, 2026
Contributor
Rutjake
left a comment
There was a problem hiding this comment.
Good job! The component is well-structured, highly reusable, and looks solid overall. Just a heads-up for other reviewers: I originally intended to add a new component to the front page in this PR, but we decided to separate that into its own issue to keep this one focused.
Skoivumaki
approved these changes
May 4, 2026
Member
Skoivumaki
left a comment
There was a problem hiding this comment.
Clean and readable code. Good work 👍
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.
📄 Pull Request Overview
Closes #618
🔧 Changes Made
Implemented reusable Glass component with organic, blurred cloud-like background using backdrop-filter and layered radial gradients.
Replaced existing Paragraph background styling in Header (desktop & mobile) with the new Glass component and removed obsolete styling.
✅ Checklist Before Submission
console.log()or other debugging statements are left. ✅📝 Additional Information
Provide any additional context or information that reviewers may need to know:
Dependencies: [Mention any new dependencies or breaking changes]
Known Issues: [List any known issues or limitations]
I spotted this artifact near the header, not sure if it is caused by the header itself, or by something else. It is also visible in the current production build.
-Visual appearance may vary slightly across browsers due to backdrop-filter support differences.