-
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
Fixed Unresponsive Select Step Box #927
Conversation
Hey rohith, this includes the changes from your other pr as well. |
Cannot differenciate which ones are which. |
I'll create a new folder and clone the whole thing |
Also please provide a screenshot or gif(preferably gof to show if the changes are responsive on all screen sizes, you can show different sizes of browser by resizing it and taking different screenshots or in a gif). The title of your pr doesn't explain much, can you change that too? |
Ok |
You can remove the other pr changes from this branch and commit. That would be better |
Also image-sequencer uses |
I'm having trouble in removing the old commits in the pr |
You can type |
LGTM! Nice work! |
I tried reverting but it seems that didn't work |
…sive bug has been solved
I have deleted changes related to cursor bug. |
Great! |
How would I know if my changes have been merged with the project..? |
You will get a notification when your pr gets merged. |
https://sequencer.publiclab.org is updated less frequently (only stable builds are published). Maybe it is updated every 20d or so. |
great work !! can the unnecessary commits be deleted please ? |
It's OK, i can "squash and merge" from GitHub. Thanks, doing that now, thanks for your help! I'd like to expand the maintainers group but first we should get in a good workflow of getting 2 reviews from reviewers -- #656 -- thank you all for your help!!! |
Congrats on merging your first pull request! 🙌🎉⚡️ |
Fixes #924
Both the select and button elements are stashed in a row.
One with col-md-8 and the other with col-md-4 respectively.
Thanks!