feat(web): add flowing light strands to the homepage - #956
Conversation
|
|
Important Review skippedAuto reviews are limited based on label configuration. 🏷️ Required labels (at least one) (2)
🚫 Excluded labels (none allowed) (1)
Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Advanced Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
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 |
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
uploads-web | 0c4c75c | Commit Preview URL Branch Preview URL |
Sep 10 2026, 01:03 AM |
|
Maintained by uploads.sh · add media: |


In plain terms
Add flowing colored light strands behind the uploads.sh homepage, using the Stream animation from the Flow lab. The existing copy, layout, and actions stay unchanged.
What it does / what it is not
How to try it
Run
pnpm dev:webin the repository and open the homepage. Check desktop and mobile widths, move the pointer, and enable the system's reduced-motion preference.Desktop and mobile screenshots are attached in the managed screenshots comment.
Technical notes
The decorative canvas uses the demo's Stream curves and pulse rendering without its configuration panel or browser storage. It caps pixel density at 2 and cleans up animation frames, observers, and listeners on Astro navigation.
Test plan
pnpm --filter @uploads/web exec astro check— no errors or warnings; existing hints remain.pnpm --filter @uploads/web exec tsc -p tsconfig.worker.json --noEmit.git diff --check.pnpm --filter @uploads/web build.