Matias Arriola
b5fd708971
Merged in feature/mindplot-lint (pull request #11 )
...
mindplot lint
* fix eqeqeq
* fix max-len
* fix max-len, guard-for-in
* fix import/no-named-as-default-member
* misc fixes
* fix no-shadow
* fix no-param-reassign
* fix issues introduced with "fix no-param-reassign"
* Merge 'origin/develop' into feature/mindplot-lint
* lint and docs fixes after merge
Approved-by: Paulo Veiga
2021-12-20 20:54:31 +00:00
Paulo Gustavo Veiga
4c48c55ec1
Optimize logdash usage.
2021-12-19 19:11:04 -08:00
Paulo Gustavo Veiga
5e8be48916
Fix eslint errors
2021-12-19 09:56:22 -08:00
Paulo Gustavo Veiga
8a8e921c17
Fix eslint errors
2021-12-19 09:07:01 -08:00
Paulo Gustavo Veiga
38f4144c67
Apply eslint --fix
2021-12-19 08:06:42 -08:00
Paulo Gustavo Veiga
6cb88b9303
Fix inspections
2021-12-19 00:44:08 -08:00
Matias Arriola
6c1b753f71
Merged in bugfix/editor-toolbar (pull request #10 )
...
Fixes for toolbar actions
* Fixes for toolbar actions
Remove unused dependency "add" (typo?)
Approved-by: Paulo Veiga
2021-12-17 17:13:47 +00:00
Paulo Gustavo Veiga
f95e65f21b
Remove global refernece to $msg
2021-12-14 17:54:11 -08:00
Paulo Gustavo Veiga
e8fc5d4977
Add jquery import declaration
2021-12-14 09:48:47 -08:00
Paulo Gustavo Veiga
cf6f4672fc
Add missing jquery dependency
2021-12-14 09:13:39 -08:00
Paulo Veiga
75a153d1d5
Remove mootools as dependency.
2021-12-14 17:06:09 +00:00
Paulo Gustavo Veiga
143982f1a2
Fxix missing import.
2021-12-13 13:58:59 -08:00
Paulo Gustavo Veiga
4523d455a8
Fix missing declaration on LinkEditor
2021-12-13 13:46:50 -08:00
Matias Arriola
a10b41ee4d
Add more tests on mindplot/playground and fix.
2021-12-13 21:30:37 +00:00
Paulo Gustavo Veiga
e102b61c7d
Fix ColorPalettePanel initialization
2021-12-12 19:12:31 -08:00
Paulo Gustavo Veiga
9c9dcabd37
Fix bug on contructor inialization on ColorPalettePanel.
2021-12-12 17:59:12 -08:00
Paulo Gustavo Veiga
830fbdaebc
Fix NPE error
2021-12-05 15:20:43 -08:00
Paulo Gustavo Veiga
cd2236eca1
- Clean webpack and babel configuration
...
- Babel configure to jsmodule
2021-12-05 15:09:07 -08:00
Paulo Gustavo Veiga
69054fcd9c
Add mindmap editor playground tests
2021-12-05 09:25:16 -08:00
Paulo Gustavo Veiga
02362b28e8
Move query to be used from external library
2021-12-05 08:33:09 -08:00
Paulo Gustavo Veiga
aecf0864f5
Remove underscore library
2021-12-05 08:14:15 -08:00
Paulo Gustavo Veiga
17b22ca211
Migration to EE6 of web2d and mindplot
2021-12-04 15:39:20 -08:00
Paulo Gustavo Veiga
a8a843353b
Fix loading
2021-12-03 17:03:49 -08:00
Paulo Gustavo Veiga
025e4714e9
Keep class migration
2021-12-03 16:11:17 -08:00
Paulo Gustavo Veiga
d4da83497b
Convert to classess
2021-12-03 10:58:25 -08:00
Matias Arriola
cb2ca74a20
Merged in web2d-coreJS-solutions (pull request #5 )
...
Core-js, web2d and mindplot working baseline
* fix .eslintignore
remove Raphael dependency
* Fix to avoid crashes in _plotPrediction whitout Raphael
* Fix minplot basic code inspections
* Fix last inspections errors
* Inital refactor copying files
* Clean up.
* Fix web2d cyclic dependencies
remove only-warn eslint plugin
set import/no-extraneous-dependencies to warn (incorrectly complaining about root package)
* Fix web2d Point references (no need to assign it to core)
Fix web2d imports in mindplot and update Point refs
* Merge 'feature/mindplot_tests' into web2d-coreJS-solutions
* mindplot fixes and add viewmode.html playground
setup playground config to run the map-render examples
fix mindplot components export
mootools Static was not working so refactored it
fix some references to _peer
fix messages __bundle undefined
add web2d missing export: Image
downgrade cypress to avoid SIGSEGV error
Approved-by: Paulo Veiga
2021-12-02 00:41:56 +00:00