Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add images from URL/path #270

Open
caver01 opened this issue Dec 14, 2024 · 3 comments
Open

Add images from URL/path #270

caver01 opened this issue Dec 14, 2024 · 3 comments
Assignees
Labels
feat New feature or request

Comments

@caver01
Copy link

caver01 commented Dec 14, 2024

Starting to play with functionality and find that the real barrier for me will be adding existing recipes and images. This is a slow process adding images and ingredients one by one.

One idea that would really save time is the image upload function. I have seen systems that allow drag-and-drop uploads or load from URL which would really save time here. As it is, I need to have an image file already downloaded and saved somewhere so I can select it to upload it. That’s usually a multi-step process that slows down adding stuff.

Example: Wanted to add Genepy to my ingredients. Easy enough to pull up details from the HausAlpenz website. But I first need to grab their image, save it locally, then add image, go find where I saved it. . .
Wouldn’t it be nice if I could just long click on the image and either copy/paste into your interface, or copy URL and paste, or simply drag the image from one browser window to yours.

This github issue should be tagged as FEAT

@toastwerks
Copy link

It's not a full solution to your request, but usually if it's not a crazy long URL I've been able to paste that into the open file dialog in Firefox to directly upload an image URL.

@caver01
Copy link
Author

caver01 commented Dec 14, 2024

Oh nice. I will give that a shot

@caver01
Copy link
Author

caver01 commented Dec 14, 2024

Ok. This won’t work on iOS/iPadOS either since the open file dialog doesn’t have a place to paste anything, and the file browser doesn’t either:

IMG_0139

IMG_0140

@karlomikus karlomikus changed the title Add ability to drag/drop or add by URL images to a cocktail or ingredient add Add images from URL/path Dec 15, 2024
@karlomikus karlomikus added the feat New feature or request label Dec 15, 2024
karlomikus added a commit that referenced this issue Jan 3, 2025
@karlomikus karlomikus self-assigned this Jan 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants