-
Notifications
You must be signed in to change notification settings - Fork 209
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
Disable/dim the Add step button until a module is selected #303
Comments
GitMate.io thinks the contributor most likely able to help you is @jywarren. Possibly related issues are #302 (Disable/dim the Save button until step inputs have been changed), #269 (Prior steps need not re-run when a new module is added or deleted), #158 (Add a Saturation Module), #27 (add fisheyegl module), and #138 (Add a Dithering module). |
1 similar comment
GitMate.io thinks the contributor most likely able to help you is @jywarren. Possibly related issues are #302 (Disable/dim the Save button until step inputs have been changed), #269 (Prior steps need not re-run when a new module is added or deleted), #158 (Add a Saturation Module), #27 (add fisheyegl module), and #138 (Add a Dithering module). |
can u attach an image for visual representation ? |
hi @coderjolly Welcome to the community😁 |
image-sequencer/examples/index.html Line 76 in 0c01473
We have made the button here |
I think you can disable with the Bootstrap style "disabled" if that's
helpful!
…On Tue, Jul 17, 2018 at 7:32 AM Varun Gupta ***@***.***> wrote:
https://github.com/publiclab/image-sequencer/blob/0c0147354e679fdc561b194ec8b98d0bfbefc1ac/examples/index.html#L76
We have made the button here
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#303 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AABfJ0aQ5AszeRJMAqgcZcQRUh8nK4hbks5uHcs_gaJpZM4VRAM8>
.
|
I'm not sure if anyone is working on this at the moment, but do you mind if I take a shot? |
Go ahead!! Thanks |
I am a first-timer. I have forked and cloned the repo. |
You can do it in either but we prefer to do it in demo.js |
I have raised a PR : #311 for this issue. please check. |
Is this complete in #310? Thanks, everyone! |
Yes @jywarren !! |
Hi, this is a first-timers-only issue. This means we've worked to make it more legible to folks who either haven't contributed to our codebase before, or even folks who haven't contributed to open source before.
If that's you, we're interested in helping you take the first step and can answer questions and help you out as you do. Note that we're especially interested in contributions from people from groups underrepresented in free and open source software!
If you have contributed before, consider leaving this one for someone new, and looking through our general help wanted issues. Thanks!
The Issue:
We need to disable the Add Step button which is used to add steps until a step has been selected from dropdown. ie The button should not be clickable till
none
option is selected.We can use the same kinds of selectors to modify it, add more text, change the styling -- using Bootstrap styles:
https://getbootstrap.com/docs/3.3/css/
The text was updated successfully, but these errors were encountered: