sindresorhus / Plash

💦 Make any website your Mac desktop wallpaper
https://sindresorhus.com/plash
MIT License
3.51k stars 129 forks source link

Can't add localhost:3000 #106

Closed finkrer closed 2 years ago

finkrer commented 2 years ago

Describe the bug

I want to add localhost:3000 to my websites. I have encountered several bugs while trying to do that.

To reproduce

Bug 1:

  1. Go to 'Add website...'
  2. Paste http://localhost:3000/
  3. The button is inactive

Bug 2:

  1. Go to 'Add website...'
  2. Click on the 'show the time' suggestion
  3. At any point after that, paste http://localhost:3000/
  4. Plash "loads" the site and the button is active, the input field reads http://localhost:3000/
  5. Press 'Add'
  6. The website added is actually the website with the time

Bug 3:

  1. Go to 'Add website...'
  2. Type in localhost:3000 manually
  3. Press 'Add'
  4. The website added is actually https://localhost

Expected behavior

I add http://localhost:3000/ and the site added is http://localhost:3000/

Info

sindresorhus commented 2 years ago

Thanks for reporting. This is fixed in the latest update.