tech4GT
eebf149532
fix bug preventing insert-step
...
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
2018-12-19 17:00:09 +05:30
divy123
6bab70ad09
Add step butoon disabled for last step
2018-12-17 16:02:32 +05:30
tech4GT
327b421284
remove excess logs
...
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
2018-12-17 11:54:25 +05:30
tech4GT
0c2d2a47d8
fix save-sequence and refactor
...
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
2018-12-17 10:56:17 +05:30
tech4GT
16debae154
fixes #544 and final changes
...
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
2018-12-16 20:01:53 +05:30
divy123
fd78285ac7
Merge branch 'add-step-btn' of https://github.com/Divy123/image-sequencer into add-step-btn
2018-12-16 16:03:56 +05:30
divy123
4eb386eb47
Added font-awesome icon and added colors to it
2018-12-16 16:02:49 +05:30
divy123
f27b09793c
Changed arrow functions to normal functions
2018-12-16 15:39:48 +05:30
Slytherin
a4818d70d8
Merge branch 'main' into add-step-btn
2018-12-16 02:25:12 +05:30
divy123
537cc41b36
Added insert step button at every step
2018-12-16 02:16:45 +05:30
Jonathan Xu
95f8dad901
Add grid of thumbnails ( #539 )
...
* Added four preview images
* Added preview images to buttons
* Maked the crop preview resposive
* icon overlays
* made previews square
* finalized css for square images
* Added four preview images
* Added preview images to buttons
* Maked the crop preview resposive
* icon overlays
* made previews square
* finalized css for square images
2018-12-09 22:35:32 -05:00
pomyo
1ae20b536a
Update defaultHtmlStepUi.js ( #517 )
2018-12-07 12:52:48 -05:00
Bhavay Anand
2161d58e50
slider now goes all the way to right & left ( #510 )
2018-11-30 18:36:26 -05:00
Bhavay Anand
f152a78e70
align add-step button with select-module input ( #501 )
2018-11-30 12:48:21 -05:00
Ville Pajala
5af30d9046
Change button text ( #505 )
2018-11-29 17:39:28 -05:00
Jonathan Xu
f672dc814a
display add step menu with common modules as "quick" buttons ( #479 )
...
* added icons, rearranging
* basic framework for addstep modules
* linked buttons to automatic step addition
* Delete package-lock.json
* rounded buttons and text movement in image sequencer select
* made null option visible in select dropdown
* package-lock.json
2018-11-21 19:49:48 -05:00
Jeffrey Warren
98c71b18a8
Add manifest.json and cache static assets for offline use ( #331 ) ( #486 )
...
* Add manifest.json
* cache static assets for offline use
* update cache
* add meta theme-color and change static files to be cache
* cache the files on network request
* caching on first run
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
* add a button to clear cache
* add styling to clear cache link
2018-11-20 22:53:38 -05:00
HarshKhandeparkar
20cf3277ea
Feature enter to save ( #483 )
...
* Flash Message bug fix
* enter-to-submit functionality added
* cleanup
2018-11-20 16:46:07 -05:00
HarshKhandeparkar
bf13d5807a
GCI task pull request ( #474 )
...
* GCI task commit
* GCI task commit
* Cleaned up the code
* Added the css to demo.css file
* Final cleanup and shortened code
* Code compacting
* All beautify changes reverted
* Spacing corrected
2018-11-18 12:29:19 -05:00
Rishabh Rawat
ef10fb77f1
Capitalize the Gif text on View Gif button. ( #476 )
2018-11-17 23:17:22 -05:00
Jeffrey Warren
19110c4677
Colormap fixes! ( #475 )
...
* updated colormap.js
* remove redundancy
* compile
* added maps to interface
2018-11-17 11:19:58 -05:00
Slytherin
4576e497db
Disabled save-sequence button when no steps are added ( #462 )
2018-11-11 14:41:55 -05:00
Jeffrey Warren
a17d1a6ccd
ability to set image via url hash ( #455 )
2018-11-05 12:10:20 -05:00
Sparks
f9376808fd
Include a back-to-top Button on scrolling down ( #446 )
...
* Update index.html
* Create scrollToTop.js
* Update demo.css
* Update index.html
2018-10-27 18:34:21 -04:00
Timofey Barinov
b30b539dab
Added gif download modal ( #442 )
...
* Enhance gif view
* Gif modal download button & Fix gif downloading
* Fix gif generation aspect ratio
* Fix fix gif downloading
* Clarified Download(PNG) button
2018-10-26 13:53:49 -04:00
aashna27
11b65604cd
Added slider for Brightness and Blur modules ( #428 )
2018-10-22 17:01:12 -04:00
puneet bindal
9168c15cf9
added gif feature ( #360 )
...
* added gif feature
* increased frame duration n changed gif btn name
* removed inline css
* improved ui
* #363 Add placeholder option to input (#370 )
* Add placeholder option to input , change type of brightness input to number
Changes to be committed:
modified: examples/lib/defaultHtmlStepUi.js
modified: src/modules/Brightness/info.json
* change 0% to 0 in brightness placeholder
* Add gamma module (#374 )
* Add gamma module
* update description
* Add matrix math module (#358 )
* Add matrix math module
* add info.json file
* correct format of module
* Add a constant factor input field
* clone the pixels array
* change default values
* add extra information on convolution module (#381 )
* adds default values to input fields for all module steps ( fixes #382 ) (#384 )
* added default values to input fields for all module steps
* merged
Signed-off-by: Ankit Singla <asingla590@gmail.com >
* Accept type images in input field #364 (#366 )
* gif button name changed
* fixes #383 (#396 )
Signed-off-by: Varun Gupta <varun.gupta1798@gmail.com >
* fix (#387 )
Signed-off-by: Varun Gupta <varun.gupta1798@gmail.com >
* updated
* Issue #392 Fixes alignment of message in Add step box (#393 )
* Fixes alignment of message in Add step box
* fixes css info id
* updates class selector in demo
* Spacing changes
* correctly regulates the behaviour of all links (#397 )
Signed-off-by: Ankit Singla <asingla590@gmail.com >
* enables Save button for an action if any of its input fields gain focus (#394 )
* Updated index.html (#379 )
* add histogram module (#354 )
* add histogram module
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
* add option to drop gradient
Signed-off-by: Varun Gupta <varun.gupta1798@gmail.com >
* fix bug
Signed-off-by: Varun Gupta <varun.gupta1798@gmail.com >
2018-10-10 03:46:04 -05:00
Daksh Gondaliya
1d085c7f20
Updated index.html ( #379 )
2018-10-08 14:14:02 -04:00
Ankit Singla
802b281096
enables Save button for an action if any of its input fields gain focus ( #394 )
2018-10-08 14:13:09 -04:00
Ankit Singla
67408ca338
correctly regulates the behaviour of all links ( #397 )
...
Signed-off-by: Ankit Singla <asingla590@gmail.com >
2018-10-08 14:12:34 -04:00
Daniel Larner
a67fe91d0d
Issue #392 Fixes alignment of message in Add step box ( #393 )
...
* Fixes alignment of message in Add step box
* fixes css info id
* updates class selector in demo
* Spacing changes
2018-10-08 12:22:56 -04:00
Varun Gupta
09669fe858
fix ( #387 )
...
Signed-off-by: Varun Gupta <varun.gupta1798@gmail.com >
2018-10-06 13:06:41 -04:00
aashna27
2e7e042baa
Accept type images in input field #364 ( #366 )
2018-10-05 13:18:56 -04:00
Ankit Singla
b300dc2d1f
adds default values to input fields for all module steps ( fixes #382 ) ( #384 )
...
* added default values to input fields for all module steps
* merged
Signed-off-by: Ankit Singla <asingla590@gmail.com >
2018-10-05 11:55:11 -04:00
Adriano Costa
06d2aaf1e2
#363 Add placeholder option to input ( #370 )
...
* Add placeholder option to input , change type of brightness input to number
Changes to be committed:
modified: examples/lib/defaultHtmlStepUi.js
modified: src/modules/Brightness/info.json
* change 0% to 0 in brightness placeholder
2018-10-02 18:18:31 -04:00
vikul1234
5a362f5c9a
Update demo.css ( #365 )
2018-10-01 11:46:57 -06:00
puneet bindal
76826d431d
refracted defaultHtmlStepUi.js ( #362 )
2018-09-30 19:43:51 -06:00
Mridul97
bb17e9452f
Add download button ( #328 )
2018-09-11 15:57:55 -04:00
Mridul97
b707592588
Show 'Press save to see changes' next to each step's 'Save' button ( #329 )
2018-09-05 18:17:28 -04:00
Mridul97
6106e5ee0c
Disable-save-button ( #322 )
2018-08-30 15:04:09 -04:00
Varun Gupta
43e6253095
change url string fixes #306 ( #313 )
...
* change url string fixes #306
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
* update
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
* update
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
* fix typo
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
2018-08-04 17:44:09 -04:00
Varun Gupta
5ab018fb84
Meta modules ( #308 )
...
* meta-modules in node
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
* meta-modules in browser
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
* update docs
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
* more doc
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
* fix typo
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
* update docs and sample meta-module
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
* add dynamic modules CLI from npm
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
* update
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
* meta-modules and sequence saving completed
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
* add docs
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
* update docs
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
* fixed test
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
2018-08-04 10:07:20 -04:00
kevinkmmak
56feb4c546
Add-button-dim ( #310 )
...
Dim the button onLoad, then enable it when selected.
2018-07-24 12:55:52 -04:00
Varun Gupta
42d49112ef
implement importNewModule ( #294 )
...
* implement importNewModule
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
* make apis available on input object
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
* update docs
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
* minor updates and more docs
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
* major refactor simplify module loading
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
* final updates and invert installed from npm
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
* update contributing.md
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
* fixes
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
* update documentation
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
2018-07-18 10:14:16 -04:00
Varun Gupta
5132612dc2
fixed the demo ( #291 )
...
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
2018-06-11 11:25:33 -04:00
Varun Gupta
f4315159a9
fix remove step UI ( #288 )
...
* fix remove step UI
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
* 2.1.0
2018-06-08 15:46:32 -04:00
Varun Gupta
10c6ad5865
Run optimize ( #275 )
...
* fixes #269
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
* update demo
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
* refactor and comments
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
* update readme
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
* updated and refactored
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
* update readme
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
* trying to fix tests
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
* update documentation
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
* update to config.mode = test
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
* finaly everything works
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
* 1.8.0
* update test
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
* add test for run
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
2018-06-08 14:13:41 -04:00
Varun Gupta
a0f7e6c766
add importString and refactor ( #283 )
...
* add importString and refactor
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
* update tests and minor changes
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
* update importImage
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
2018-06-06 21:21:53 -04:00
Varun Gupta
871453b857
Url params 🎉 ( #276 )
...
* basic implementation
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
* fix bug
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
* fix everything
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
* add test and refactor
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
* update demo
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
* fix comma issue
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
* update test
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
* now doing with native encode
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
2018-06-03 09:11:07 -07:00
Varun Gupta
58a4798674
ImportImage ( #264 )
...
* not working yet...
* fixed basic functioning!
* working! now on to blending
2018-05-24 17:18:48 -04:00