Added Base Package.json Page#61
Conversation
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
module-replacements-app | fae05dd | Commit Preview URL Branch Preview URL |
May 03 2026, 10:05 AM |
Co-authored-by: James Garbutt <43081j@users.noreply.github.com>
Co-authored-by: James Garbutt <43081j@users.noreply.github.com>
|
i think an input is the wrong choice of form control. we're basically either:
so i'd actually just have a drop zone and a paste handler on the window. that way if i paste something in the page in general, it gets "dropped". meanwhile, if i drag/drop onto the dropzone, it also gets dropped. |
| {:else} | ||
| <div class="empty-state"> | ||
| <p class="empty-copy"> | ||
| We checked your dependencies against the replacement directory and did not find any |
There was a problem hiding this comment.
it'd be nice to reword this to be a bit more of a celebration message.
maybe we can even style it like a success message some way. so its more like "No replaceable dependencies were found. Your package is clean! 🎉 " but better wording
There was a problem hiding this comment.
I actually had a gift in here but removed as I thought it was too silly.
Will make it a celebration.
There was a problem hiding this comment.
Added the internet 90s kid lol maybe to fun
There was a problem hiding this comment.
I'd maybe make the subtitle something more like "Your dependencies look good!"
The meme is good fun 😄 but let's see what the others think

PR 1/3
I built the full functionality and the PR would have been huge, so to keep things simple and easy to review, I have broken things up. Also learning Svelte and more can go wrong in one huge PR
First PR covers the paste in package.json; second, the local file; and third, the remote file. I have not linked this page on the homepage until we add all functionality, unless you want me to.
I scaled the UI back from the demo to keep it simple and to the point.
Mobile view