Harsh Khandeparkar

Results 236 comments of Harsh Khandeparkar

@jywarren @publiclab/is-reviewers I just had a great idea in mind. How about making an image-sequencer desktop app? Using electron we can create that app. It will be cross platform and...

@Divy123 @jywarren how about creating a new repo for different image-sequencer ui implementations with reactjs, blockly, electron etc. While keeping the legacy ui in the current repo but planning a...

@VibhorCodecianGupta the UI overhaul can be done stylewise by using some modern CSS framework like materialize to make the page look modern and flat and then the same UI can...

@Divy123 you can work on React, I will work on styles. We can then merge both maybe?

@jywarren @Divy123 @publiclab/is-reviewers How does this look? ![new-select](https://user-images.githubusercontent.com/34770591/51754285-e6989300-20e1-11e9-9307-fa74a32eba55.gif) ![new-range](https://user-images.githubusercontent.com/34770591/51754297-ed270a80-20e1-11e9-8883-4e6a31a3b754.gif) ![new-inputs](https://user-images.githubusercontent.com/34770591/51754304-f2845500-20e1-11e9-9b68-aa523121aa3d.gif)

Collapsible update! @jywarren @Divy123 @publiclab/is-reviewers ![collapsible-new](https://user-images.githubusercontent.com/34770591/51787355-c70f7200-2196-11e9-9241-0889ed310b0e.gif)

Update!!! @publiclab/is-reviewers @jywarren Download! : ![new-download](https://user-images.githubusercontent.com/34770591/51824479-64d67e80-2308-11e9-9e89-fec35455211e.gif) Insert Step! : ![new-insert](https://user-images.githubusercontent.com/34770591/51824521-7ddf2f80-2308-11e9-9aa1-74505469234b.gif) If it looks like the animations are a bit stuttery, they are not. Its because the GIF frame rate is...

@publiclab/is-reviewers @Divy123 @jywarren Update!! new header: ![new-header](https://user-images.githubusercontent.com/34770591/51923730-938c4c00-2411-11e9-8c57-c84749de9375.gif) new footer: ![new-footer](https://user-images.githubusercontent.com/34770591/51923745-98e99680-2411-11e9-936a-bceb079cb91f.gif) new range: ![no-span-range](https://user-images.githubusercontent.com/34770591/51923779-a7d04900-2411-11e9-988b-71c3cfd697ca.gif) new responsive page design: ![responsive-divs](https://user-images.githubusercontent.com/34770591/51923794-b0c11a80-2411-11e9-9002-67c8f4f1a897.gif) new responsive step images: ![responsive-step-img](https://user-images.githubusercontent.com/34770591/51923807-b7e82880-2411-11e9-8854-753758c52c9f.gif) new self-adjusting textareas instead of inputs: ![responsive-textareas](https://user-images.githubusercontent.com/34770591/51923829-c46c8100-2411-11e9-96ed-8779a49e6c20.gif)

@Divy123 I have made some other general changes to the code as well. Please have a look at it if you haven't. Thanks! https://github.com/HarshKhandeparkar/image-sequencer/commits/materialize-ui-overhaul

@jywarren what I have done is I have deprecated bootstrap. Also I have added responsiveness and also refactored the code a little bit. It does not touch any other field....