Shazeb Ata
5298d1e0ec
Convert url to blob for large file size download ( #1455 )
...
* Convert url to blob for large size download
* Replaced var with let
Co-authored-by: Harsh Khandeparkar <34770591+HarshKhandeparkar@users.noreply.github.com >
Co-authored-by: Jeffrey Warren <jeff@unterbahn.com >
2021-03-11 11:23:58 -05:00
Vivek Singh
ed94a0fb39
Text Alignment made easy and convenient. ( #1804 )
...
* text alignment made easy
* added description and removed id
Co-authored-by: Jeffrey Warren <jeff@unterbahn.com >
2021-02-15 11:45:58 -05:00
Vivek Singh
f7ca35af23
improved way of displaying docs link ( #1799 )
...
* improved the way of displaying the doc links
* fix: check whether docs-link exists
Co-authored-by: Harsh Khandeparkar <34770591+HarshKhandeparkar@users.noreply.github.com >
Co-authored-by: Jeffrey Warren <jeff@unterbahn.com >
2021-02-06 16:05:02 -05:00
Jeffrey Warren
5a6d5560ff
Add test for range step size for int (1) vs float (0.1) ( #1776 )
...
* Add test for range step size for int (1) vs float (0.1)
* Remove old default setting for integer
* fixed tests
2020-12-05 12:34:49 -05:00
keshav234156
5f745ef4bd
preview optimization ( #1573 )
...
Co-authored-by: Rishabh Shukla <42492389+blurry-x-face@users.noreply.github.com >
Co-authored-by: Jeffrey Warren <jeff@unterbahn.com >
2020-01-29 10:48:23 -05:00
Vladimir Mikulic
afc903192c
FIX: Histogram module selected value not displayed ( #1510 )
...
The histogram module values are "true" and "false".
jQuery would coerce them to Boolean true and false instead of String
"true" and "false" which would result in empty value being displayed.
Resolves #1295
2020-01-17 16:44:05 -05:00
Rishabh Shukla
1fa8c6b8c1
Refactoring isGIF() as a utility function ( #1511 )
...
* refactor isGif
* refactor isGif
* fix isGif func
* Update isGif.js
* Update isGif.js
2020-01-17 15:27:05 -05:00
keshav234156
d1b9b8becc
Fixes disabling of clicking after crop is deleted and added test for the cropUI ( #1481 )
...
* crop-ui
* crop-ui
* Added test
* Adding test
* improving comments
Co-authored-by: Jeffrey Warren <jeff@unterbahn.com >
2020-01-16 17:18:34 -05:00
Rishabh Shukla
c1c682c0a6
Fix color picker bug ( #1465 )
...
* fix color picker bug
* minor change
* change step to stepAll
* add test
* add comments to colorpicker UI test
* add space
Co-authored-by: Jeffrey Warren <jeff@unterbahn.com >
2020-01-16 12:23:36 -05:00
Shazeb Ata
423422a61f
Remove Multiple Downloads ( #1428 )
...
* Removed event listeners
* Added Unbind
* Removed Event Listener
Co-authored-by: Harsh Khandeparkar <34770591+HarshKhandeparkar@users.noreply.github.com >
Co-authored-by: Jeffrey Warren <jeff@unterbahn.com >
2020-01-15 18:56:06 -05:00
Sanjana Nayar
cded94509b
Updated defaultHtmlStepUi.js to add docs link in UI ( #1506 )
2020-01-15 16:22:32 -05:00
Harsh Khandeparkar
ea2069d7f6
[GCI] Experimental GIF Manipulation ( #1404 )
...
* wasmSuccess
* modules use wasmSuccess
* modules use wasmSuccess
* add the tooltip
* add GIF support
* fix imageDImensions function
* fix inputCoordinatesParser function
* show correct image dimensions
* show correct image dimensions
* don't allow save as PDF for GIFs
* fix QR module
* fix BlobAnalysis
* fix Blur
* fix Colorbar
* fix Crop
* fix crop defaults
* fix DrawRectangle
* fix EdgeDetect
* fix FlipImage
* fix Gradient
* fix Invert
* fix Overlay
* fix Resize
* fix Rotate
* fix TextOverlay
* fix parse input test
* make GIFs work in nodejs
* sample GIF test
* small change
* cleanup
* cleanup
* cleanup
* small fix
* small change
* handle errors
* proper error handling and fix tests
* cleanup
* try a fix
* try another fix
* fix module benchmarks
* try more fixes
* revert
* try fixing the tests
* fix overlay test
* add the gif tests
* remove unnecessary changes
* fix tests
* whoops
* add some docs
* inBrowser
* fix all module tests
Co-authored-by: Jeffrey Warren <jeff@unterbahn.com >
2020-01-11 12:05:10 -05:00
Shazeb Ata
81ef136b20
Change dimension upon loading an Image through UI ( #1395 )
...
* Change dimension upon loading an Image
* Refactored changedimension
* Refactored changedimension
* Added Comments
* Added description
Co-authored-by: Harsh Khandeparkar <34770591+HarshKhandeparkar@users.noreply.github.com >
Co-authored-by: Jeffrey Warren <jeff@unterbahn.com >
2020-01-06 13:38:48 -05:00
Sparks
a8b6aac5b3
Update defaultHtmlStepUi.js ( #1388 )
...
Co-authored-by: Harsh Khandeparkar <34770591+HarshKhandeparkar@users.noreply.github.com >
Co-authored-by: Jeffrey Warren <jeff@unterbahn.com >
2020-01-03 14:19:53 -05:00
Harsh Khandeparkar
1af9655bca
[GCI] Standardised UI code comments ( #1345 )
...
* standardise comments
* fix some stuff
* A googol issues fixed
* Update examples/demo.js
* .
* .
Co-authored-by: Jeffrey Warren <jeff@unterbahn.com >
2020-01-01 12:39:17 -05:00
Harsh Khandeparkar
6476b8d698
[GCI] Added Lightning Bolt for WASM accelerated modules ( #1365 )
...
* wasmSuccess
* modules use wasmSuccess
* modules use wasmSuccess
* add the tooltip
2019-12-19 18:45:42 -05:00
Harsh Khandeparkar
4a86abbafd
[GCI] InsertStep functionality added for loadImage step ( #1360 )
...
* add markuo
* add markupfix insertPreview
* fix insertPreview test
* make the new insertPreview work
* fix disabled
* small fix
* fix comments
* remove console log
* fix enabling/disabling of insert-step btn
2019-12-16 13:42:15 -05:00
keshav234156
2459e53fda
Fixes unexpected behavior of step panel dropdown ( #1328 )
...
* Fixes dropdown
* Update defaultHtmlStepUi.js
* Update intermediateHtmlStepUi.js
2019-12-09 17:59:14 -05:00
Rishabh Shukla
f1c94fd788
Display width and height of image at each step ( #1309 )
2019-11-28 14:42:25 -05:00
Samagra Gupta
44f5cb4e03
cursor change into pointer ( #1259 )
2019-10-01 14:23:19 -04:00
aashna27
1b5607a339
save dropdown connectivity ( #1197 )
...
* dropdown connectivity for 2 options
* comment added
* save gif corrected and preview gif refactored
2019-08-14 14:21:20 -04:00
Harsh Khandeparkar
eff0d383c8
Fix ScopeQuery ( #1132 )
...
* update dist
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
dist update
Revert "dist update"
This reverts commit 9ee2a987e8f978961656ae8f71f6e6702bbbd30d.
* Merge remote-tracking branch 'upstream/main' into main
* add dist
* add new func
* update itermediate
* changes
* fix gitignore
* use scopeQuery
* add mapHtmlTypes test
* scopeQuery tests added
* try something
* change
* fix stepui test
* Remove double quotes
* update new code
* refactor to spec
* fix link elems, add a new scopeQuery Method
* fixed undefined error
* fix everything
* getScope to scopeAll
* add new methods to CONTRIBUTING file
2019-07-01 11:32:11 -04:00
Harsh Khandeparkar
257113a948
Shorten UI code with new $step method ( #710 )
...
* update dist
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
dist update
Revert "dist update"
This reverts commit 9ee2a987e8f978961656ae8f71f6e6702bbbd30d.
* Merge remote-tracking branch 'upstream/main' into main
* add dist
* add new func
* update itermediate
* changes
* fix gitignore
* use scopeQuery
* add mapHtmlTypes test
* scopeQuery tests added
* try something
* change
* fix stepui test
* Remove double quotes
* update new code
* refactor to spec
2019-06-21 15:11:10 -04:00
Slytherin
30659d4656
Using wasm to accelerate PixelManipulation.js ( #1093 )
...
* Add wasm code
* First working model
* Add PixelManipulation web assembly code to browser and node
* Tests corrected for modules
* Corrected test script
* Add wasm bechmarks
* Update Readme
* Applies toggling functionality and refactored PixelManipulation code
* Added documentation and corrected wasm toggling
* change noise reduction module to use wasm code
* Corrected formatting and removed extra comments
* Add default wasm option and made README changes
* Fixed negative test timings
* combined benchmarks file
* Update benchmark.js
* Removed copies of wasm file and corrected test format
* Update package.json
Co-Authored-By: Jeffrey Warren <jeff@unterbahn.com >
* Added wasm file and removed redundant code
* Removed earlier benchmarks
* move test/core/sequencer/benchmark.js to its own test command, not passing to tape-spec
* Solves memory leaks and blank lines
* Solves memory leaks and blank lines
* Added handler for node code
* Modify test script
* Modify test script
* Correct doc and removed pace fuctionality
2019-06-21 10:54:56 -04:00
aashna27
b34ec00efd
Added Color Picker for selecting RGBA values in modules ( #1095 )
...
* Added Color Picker for selecting RGBA values in modules
* added scripts from node_modules
* selector-all added and alpha removed for some modules
* Modified description
2019-06-16 13:38:51 -04:00
aashna27
440c3e0ad0
Eslint operator spacing config ( #1109 )
...
* Eslint operator spacing config
* consistent spacing after comma
* comma styling config
* Trailing spaces config
2019-06-13 16:59:43 -04:00
aashna27
427c81d8fe
Added Download button ( #1096 )
2019-06-05 14:46:25 -04:00
aashna27
c784de0c19
Added Eslint and husky ( #1062 )
2019-05-11 10:39:15 -04:00
Slytherin
2be7a3dca6
Fixes crop module bug ( #1019 )
...
* Fixes crop module bug
* Fixes crop functionality
* Add looks like test for crop module
2019-04-18 07:40:36 -04:00
Harshith pabbati
edcc253029
fixed the bug ( #999 )
2019-04-08 08:26:39 -04:00
Harsh Khandeparkar
2a0eff41f4
Fix insert step and allow "closing" it ( #655 )
...
* update dist
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
dist update
Revert "dist update"
This reverts commit 9ee2a987e8f978961656ae8f71f6e6702bbbd30d.
* fix insert step button
* add icon
* add dist
* use normal functions
* use normal functions
* no lag
* changes
* changes
* changes
* Update intermediateHtmlStepUi.js
* toggleDiv global
- Globalised toggleDiv
- toggleDiv has default callback which does nothing.
2019-04-05 15:08:42 -04:00
Harshith pabbati
985c67847e
Changes to make the insert-step disable at the first step ( #968 )
2019-04-01 10:36:45 -04:00
Jeffrey Warren
690c126f41
ui-tweaks ( #960 )
2019-03-30 12:47:56 -04:00
Harshith pabbati
bc1151c340
Made it to work ( #958 )
2019-03-29 18:21:01 -04:00
Jeffrey Warren
32268c54df
remove container class from step div ( #956 )
2019-03-28 21:35:10 -04:00
Harshith pabbati
9f524615a5
Bootstrap panel ( #942 )
...
* Bootstrap panel
* Indentation.
* css tidying
* more tweaks
2019-03-28 20:59:21 -04:00
MAYANK CHHIPA
21ff486618
Add Dropdown Transitions ( #881 )
...
* Add Dropdown Transitions
* Add Dropdown Transitions
* Update defaultHtmlStepUi.js
* Add Dropdown Transitions
* Add Dropdown Transitions
* Add Dropdown Transitions
2019-03-19 15:28:05 -04:00
aashna27
709df84cb2
Corrected view ( #867 )
2019-03-19 11:41:39 -04:00
Harsh Prabhu
0be9e3f33b
Centered the cropped image ( #705 )
...
* Updated demo.css
* Updated defaultHtmlStepUI.js
* Updated defaultHtmlStepUI.js
* Updated defaultHtmlStepUI.js
* Updated demo.css
* Updated defaultHtmlStepUi.js
* Updated defaultHtmlStepUi.js
* Added semi-colons in demo.css
* removed the style attribute from the img element
2019-03-14 19:07:18 -04:00
Slytherin
2f21bec80a
Restructure API ( #824 )
...
* Change addsteps(), loadImages(), run() and default UI
* Restructure API completely
* Add updated dist files
* Removed extra comments
* Indentation improved
* Update README.md
2019-03-14 11:04:02 -04:00
Harsh Khandeparkar
1e08d7c1da
Map types to html types ( #754 )
...
* fix insert step button
* add dist
* add new function
* remove console logs
* refactor
* Setup UI testing (#720 )
* default sequencer ui test
* default step ui test suite
* intermediate step ui test
* preview ui test suite
* url methods test suite
* add set url params method test suite
* argument call tests
* test directory refactor
* travis fix
* CLI code refactor (#665 )
* CLI refactor
* es6 rollback
* Travis fix
* syntax fix
* clustered require statements
* travis debug
* travis debug
* Added line that selects the "More modules..." after adding a step. (#713 )
* Added line making module selection correct after adding a step
* Added line with appropriate module selection
* Add: Module tests (#748 )
* WIP
* module testing harness
* adjustments
* Update package-lock.json
* Bump jsqr from 1.1.1 to 1.2.0 (#749 )
Bumps [jsqr](https://github.com/cozmo/jsQR ) from 1.1.1 to 1.2.0.
- [Release notes](https://github.com/cozmo/jsQR/releases )
- [Commits](https://github.com/cozmo/jsQR/commits )
Signed-off-by: dependabot[bot] <support@dependabot.com >
* refactor without spread syntax
2019-03-04 17:54:28 -05:00
aashna27
92aaaa9a42
RGB values on hover ( #808 )
2019-02-21 13:38:49 -08:00
aashna27
cc0c5411d9
Fixes Crop module ( #803 )
2019-02-20 16:29:48 -08:00
aashna27
3c2d6542dc
Added second spinner ( #691 )
2019-01-23 19:08:53 -03:00
Mridul97
0e6e1837a6
Use browserify for ui js files and refactor ui js files ( #668 )
...
* changes
* changes
* changes
2019-01-22 18:15:23 -04:00
Slytherin
8fd4efc621
Add tests for notify() ( #686 )
...
* Added HTML-UI test
* Added test for notify()
* Updated Readme's
2019-01-22 10:43:39 -04:00
Slytherin
81719a9e13
Stops loading of blend-module when offset unavailable ( #654 )
...
* Stops loading of blend-module when offset unavailable
* Added improvements
* Update demo.css
* Update notification.js
* Update defaultHtmlStepUi.js
* Update Module.js
* Update notification.js
* adds generic UI function to user-interface
* Added changes
2019-01-16 17:41:33 -05:00
Mridul97
f68983d6d7
Fix toggle-able collapse ( #651 )
...
* fix toggle
* changes
* dist changes
* changes
* changes
* changes
* changes
2019-01-14 17:05:23 -05:00
Harsh Khandeparkar
b5fcba3c54
Refactor Draw Rectangle Module ( #664 )
...
* update dist
Signed-off-by: tech4GT <varun.gupta1798@gmail.com >
dist update
Revert "dist update"
This reverts commit 9ee2a987e8f978961656ae8f71f6e6702bbbd30d.
* change template
* refactor drawRectangle
* changes
* changes
2019-01-14 15:57:49 -05:00
aashna27
e5d26815d7
toggle-able collapse added for modules ( #636 )
2019-01-08 15:22:25 -05:00