Commit Graph

225 Commits

Author SHA1 Message Date
Paulo Gustavo Veiga
2ef6beb643 Fix buttons to support text resize 2022-02-05 16:05:49 -08:00
Paulo Gustavo Veiga
e0a4049d48 Move editor page as component 2022-02-05 15:09:43 -08:00
Paulo Gustavo Veiga
8fbe901c4d Fix more spanish resources 2022-02-05 14:58:09 -08:00
Paulo Gustavo Veiga
c468899293 Fix resource translation 2022-02-05 14:50:06 -08:00
Paulo Gustavo Veiga
a9edf899b7 Fix es translation problems 2022-02-05 14:42:26 -08:00
Paulo Gustavo Veiga
29f3dac8b6 Fix translation issue 2022-02-05 13:56:23 -08:00
Paulo Gustavo Veiga
3bd509f1af Fix i18n bug on map load 2022-02-05 13:53:10 -08:00
Paulo Gustavo Veiga
889e09ad7e Translate resources. 2022-02-05 08:06:34 -08:00
Paulo Veiga
fe84ba8c1b Update es.json (POEditor.com) 2022-02-05 15:57:27 +00:00
Paulo Veiga
58e6ea04f9 Update de.json (POEditor.com) 2022-02-05 15:57:25 +00:00
Paulo Veiga
1035a8e378 Update fr.json (POEditor.com) 2022-02-05 15:57:23 +00:00
Paulo Veiga
c1a9e9befd Update en.json (POEditor.com) 2022-02-05 15:57:21 +00:00
Paulo Gustavo Veiga
1cbd5d3f2e Extract encoding as common code. 2022-02-01 19:15:06 -08:00
Paulo Gustavo Veiga
ab4eddf1c2 Add indentation 2022-01-31 19:25:33 -08:00
Paulo Gustavo Veiga
63a8e76e8f Move mindmap loader as part of Client. 2022-01-31 19:24:38 -08:00
Paulo Gustavo Veiga
bea6a15282 Catch export errors 2022-01-31 14:25:55 -08:00
Matias Arriola
7c9effaa5d Export fixes. 2022-01-31 21:07:59 +00:00
Paulo Gustavo Veiga
559b3a0228 Add support for try page. 2022-01-30 18:12:30 -08:00
Paulo Veiga
391974e727 Fix eslint compilation 2022-01-31 00:05:22 +00:00
Paulo Gustavo Veiga
41fd68a338 Fix module resolution 2022-01-30 02:37:14 -08:00
Paulo Gustavo Veiga
14db85ec5a Fix history render 2022-01-27 19:07:43 -08:00
Paulo Gustavo Veiga
dec26d64ba Fix default sort order list 2022-01-26 18:50:03 -08:00
Paulo Gustavo Veiga
753714d149 v5.0.2 2022-01-26 14:30:35 -08:00
Ezequiel Vega
84c623f798 Add automation 2022-01-26 19:25:11 +00:00
Matias Arriola
19c163b26f Fix typo 2022-01-26 09:54:54 -03:00
Paulo Gustavo Veiga
18673fd0d1 Add mindmap load 2022-01-25 22:40:55 -08:00
Paulo Gustavo Veiga
3d53f74117 Fix compilation problem 2022-01-25 22:33:39 -08:00
Matias Arriola
8b6ffe2d3c Integrate editor as part of webapp. 2022-01-25 18:10:40 +00:00
Paulo Gustavo Veiga
267a759000 v5.0.1 2022-01-23 09:41:27 -08:00
Matias Arriola
516e9b4ded Merged in bugfix/build-fix (pull request #28)
CI build fix (lint + snapshots)

* update snapshots

* Add lint to TS + lint fixes


Approved-by: Paulo Veiga
2022-01-13 16:13:05 +00:00
Paulo Gustavo Veiga
c80b538a12 Images are inline for webapp 2022-01-12 19:00:59 -08:00
Paulo Gustavo Veiga
5dbbd779a4 Clean up index. 2022-01-11 13:16:53 -08:00
Paulo Gustavo Veiga
dfd6f972c2 v0.4.9 2022-01-11 12:55:26 -08:00
Paulo Gustavo Veiga
5c448d73a8 v0.4.8 2022-01-11 12:54:45 -08:00
Paulo Gustavo Veiga
fed6e86b9d v0.4.7 2022-01-11 12:54:33 -08:00
Paulo Gustavo Veiga
ac98d963cc v0.4.6 2022-01-11 12:54:18 -08:00
Paulo Gustavo Veiga
76ef5d2084 v0.4.5 2022-01-11 12:54:04 -08:00
Paulo Gustavo Veiga
3095091fc9 Add adsense integration 2022-01-11 12:52:26 -08:00
Paulo Gustavo Veiga
60ee365171 Remove gradient from toolbar 2022-01-04 20:46:32 -08:00
Matias Arriola
89765aa93d Merged in bugfix/relationships (pull request #18)
Relationships fixes
* Fix event trigger with custom data. This was causing an error when adding relationships
* Fix save after deleting a relationship
* Disallow relationship edit when in readOnly mode
* Fix typos

* Update snapshots from docker


Approved-by: Paulo Veiga
2021-12-29 18:10:35 +00:00
Paulo Gustavo Veiga
a4a478843d Update snapshots 2021-12-25 21:33:17 -08:00
Paulo Gustavo Veiga
7fe3631b86 v0.4.3 2021-12-22 16:30:35 -08:00
Paulo Gustavo Veiga
bed63f6fa4 v0.4.2 2021-12-22 16:30:21 -08:00
Paulo Gustavo Veiga
39a10ecc92 Add src and binary to packages 2021-12-22 16:26:59 -08:00
Matias Arriola
86780ed0e9 Set threshold for cypress-image-snapshot 2021-12-22 12:23:42 -03:00
Paulo Gustavo Veiga
e5646c446a v0.4.0 2021-12-19 20:11:10 -08:00
Paulo Gustavo Veiga
40d5924e25 Update versions of core 2021-12-18 15:24:31 -08:00
Matias Arriola
b804403c42 Merged in feature/tests-and-docs (pull request #9)
Improve testing flow and docs

* update snapshots

* update snapshots

* update snapshots

* Add docker run instructions

* Hide image snapshot execution behind an env flag

* Simplify package.json scripts and improve docs

* Merge 'origin/develop' into feature/tests-and-docs

* Update snapshots

* Add wait to container test

* Update snapshot


Approved-by: Paulo Veiga
2021-12-17 02:13:54 +00: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
Paulo Gustavo Veiga
b25fe345ae Enable lint on module: 2021-10-04 16:56:40 -07:00