Skip to content

Add decorative network background to home screen - #107

Merged
Jasper-Maris merged 1 commit into
mainfrom
feature/home-network-background
Sep 7, 2026
Merged

Jasper-Maris merged 1 commit into
mainfrom
feature/home-network-background

Conversation

@sharppaul

Copy link
Copy Markdown
Contributor

No description provided.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

🟡 Changes recommended

The new full-screen radial-gradient glow can cause avoidable paint cost and should be adjusted.

Once you've addressed the issues Copilot identified, you can request another Copilot review.

Pull request overview

This PR adds a decorative “network” background layer to the home page to improve the landing screen visuals.

Changes:

  • Add a new HeroNetwork component that renders a fixed SVG network plus a glow layer.
  • Render HeroNetwork on the home route (src/routes/+page.svelte).
File summaries
File Description
src/routes/+page.svelte Add the new decorative background component to the home page.
src/lib/components/HeroNetwork.svelte Introduce the SVG network background and its SCSS styling.
Review details
  • Files reviewed: 2/2 changed files
  • Comments generated: 1
  • Review effort level: Lite

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment on lines +68 to +70
background:
radial-gradient(35% 45% at 27% 30%, var(--network-glow-a), transparent 68%),
radial-gradient(32% 42% at 37% 36%, var(--network-glow-b), transparent 68%);
@Jasper-Maris
Jasper-Maris merged commit 7c11f32 into main Sep 7, 2026
1 check passed
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.

3 participants