Skip to content

Conversation

@jasonleyser
Copy link
Collaborator

  • Added right click image uploads
  • Restructured the notification toasts to allow for multiple notifications at one time
  • Jumper can be opened/closed while notifications stay visible

- Added right click image uploads
- Restructured the notification toasts to allow for multiple notifications
- Jumper can be opened/closed while notifications stay visible
@martinalong
Copy link
Member

image
It allows me to hit "save image" before I'm logged in. Nothing happens when I click it. Maybe it should open the modal and prompt a sign in if you aren't signed in?

@martinalong
Copy link
Member

It looks like you're using the upload endpoint where you have to actually send the file data. There's another endpoint for upload by url where you just send the url of the image and it'll fetch it on its own and save it called /upload-by-url . Just replace the /upload portion of the endpoint you're sending it to with /upload-by-url. And in the data blob, put the url of the file in data.url

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