-
Notifications
You must be signed in to change notification settings - Fork 210
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 download button to download image from a specific module #391
Comments
1 similar comment
@Paarmita I think we already have a lot of ways to download stuff, adding one more seems redundant, what do you think? |
@tech4GT But it would be a great way to do so and removing other like clicking on the image. The button near Add step only downloads the last module image and not other. |
@Paarmita I see, let's keep this one long term then since right now apart from click to download and the download buttons, we are adding a save as gif button and too many buttons sort of give a bad UX. Let's keep this on hold until we figure out exactly how we want to handle the downloads part, I think @Mridul97 is working on some major design changes as well so maybe we can look into this post that. |
Is this closed?? |
@harshithpabbati do you think this button will be helpful? Currently clicking the image downloads it so adding a new button will be kind of redundant. Another way would be to remove the image click to download functionality What would you like to do? Do you have any other ideas? |
@harshkhandeparkar It's better to have a download button because everyone don't know that they can download it by clicking on the image..What would you say?? Lets add it and the user uses which he feels convient. |
Go ahead. |
Where do I add the download button?? |
@harshithpabbati you have to add the button for each step. In the examples/lib/defaultHtmltStepUi.js file linked above in the issue body. |
Even now it changes for each step. It gets the image with most recent change |
That's already available in the download as PNG box. This button should be added next to the remove step and add buttons |
oh ok sure i will make the change. |
Yes. Looks cool! Please open a PR. We can do the further discussion there |
i didn't made the function.I jst placed it there |
I mean the download button will not work.. |
Np open a PR.
…On Sun 17 Feb, 2019, 3:48 PM Harshith pabbati ***@***.*** wrote:
i didn't made the function.I jst placed it there
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#391 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AhKOn6IwLqg3vPhSfw6tDZuJwuRKV0e8ks5vOSx5gaJpZM4XK7Oa>
.
|
This discussion has already taken place and I think @harshithpabbati should wait for the response of @tech4GT to proceed further. |
@Divy123 that discussion is very old. Many changes have taken place since that. The four save buttons have been merged into one. Instead of clicking the image, clicking a button can be better as ot is more obvious. Also the image click can be used for a different thing like getting a larger preview. What do you think? |
@harshkhandeparkar your suggestions are good enough, but following with the discussion I think we should wait for Varun's opinion here. |
Ok then. As you say 😊 |
I also want to solve the issue. |
There's a open pr here.So kindly you can search for other one |
Done |
In order to download the image, we need to click on it to do this. But if a button can be made to this, which is a good pattern to follow.
UI for download button can be
Files need to be changed in order to add the button
image-sequencer/examples/lib/defaultHtmlStepUi.js
Line 40 in 2e7e042
The text was updated successfully, but these errors were encountered: