Rich-Harris / sveltesnaps

Home Page:https://sveltesnaps.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dismiss uploader

Rich-Harris opened this issue · comments

  • close button on modal
  • tap background
  • back button

Mostly implemented, but the history gets fucked up. Might be a bug in SvelteKit:

  • open the upload dialog — calls pushState
  • upload a photo — calls replaceState, then goto(dest)
  • go back — the URL changes, but the page doesn't