Commit Graph

74 Commits

Author SHA1 Message Date
Matias Arriola
5c5aefea64 * Change icons size to 20px in the icon panel
Approved-by: Paulo Veiga
2022-01-04 16:47:01 +00:00
Paulo Gustavo Veiga
d91d6a2472 Migrate serializer to typescript 2022-01-03 08:27:00 -08:00
Paulo Gustavo Veiga
6be62fe81b Indent txt format 2022-01-02 21:09:35 -08:00
Paulo Gustavo Veiga
b929026267 Disable test record 2022-01-02 20:58:02 -08:00
Paulo Gustavo Veiga
8634fb5c9a Add link dump on text support. 2022-01-02 14:18:02 -08:00
Paulo Gustavo Veiga
4b8012efa3 Update txt records 2022-01-02 10:57:23 -08:00
Paulo Gustavo Veiga
5711ec6fc7 Remove record flag. 2022-01-02 10:43:26 -08:00
Paulo Gustavo Veiga
b346993c66 Add Txt exporter test 2022-01-02 10:37:33 -08:00
Paulo Gustavo Veiga
79b9aab195 Fix compilation error 2021-12-31 14:30:51 -08:00
Paulo Gustavo Veiga
f8d2e4b77b Fix file name 2021-12-31 02:02:29 -08:00
Paulo Gustavo Veiga
6b7a7660f1 Fix safari icons support 2021-12-31 01:52:24 -08:00
Paulo Gustavo Veiga
85f560324b Add support for image export. 2021-12-31 01:18:21 -08:00
Paulo Gustavo Veiga
478ba7a417 Finish img support 2021-12-30 23:47:47 -08:00
Paulo Gustavo Veiga
03d4e22442 Add download on editor 2021-12-30 22:25:25 -08:00
Paulo Gustavo Veiga
a85d3de71d Clean up images and start first integration 2021-12-30 15:59:09 -08:00
Paulo Gustavo Veiga
f774a8a0c9 Fix web2d patch issue 2021-12-30 15:03:59 -08:00
Paulo Gustavo Veiga
0ee9b46b2b Clean up unsed filed 2021-12-30 12:57:17 -08:00
Paulo Gustavo Veiga
5e6228d9f4 Merge branch 'feature/browser_export' into develop 2021-12-30 12:54:11 -08:00
Paulo Gustavo Veiga
959a732999 Move images to inline.
Remove toolkit init
2021-12-30 12:32:32 -08:00
Paulo Gustavo Veiga
717f4e023b Add first SVG test 2021-12-29 20:00:34 -08:00
Paulo Gustavo Veiga
353d662963 Add basic load test 2021-12-29 16:37:58 -08:00
Paulo Veiga
6da0d22d1b Merged in feature/browser_export (pull request #20)
Introduce typescript

* Configure typescript support for jets

* Fix cycle dependency

* Configure typescript

* Migrate mindplot to typescript

* Merge branch 'develop' into feature/browser_export
2021-12-29 18:35:58 +00:00
Paulo Gustavo Veiga
4359c8741d Migrate mindplot to typescript 2021-12-29 10:08:45 -08:00
Paulo Gustavo Veiga
29f3e41fa3 Configure typescript 2021-12-29 09:51:04 -08:00
Paulo Gustavo Veiga
ef3984cfd0 Fix cycle dependency 2021-12-29 08:38:37 -08:00
Paulo Gustavo Veiga
45ad796c3b Configure typescript support for jets 2021-12-28 17:34:24 -08:00
Paulo Gustavo Veiga
511b5ab809 Toolbar changed to flat black 2021-12-28 14:20:09 -08:00
Paulo Gustavo Veiga
9cae64b8c0 Add more incon images 2021-12-28 14:12:38 -08:00
Paulo Gustavo Veiga
dc0a4648c5 Update toolbar images to material. 2021-12-27 23:00:06 -08:00
Paulo Gustavo Veiga
d4d8bbc121 Fix alignment and test 2021-12-27 12:33:44 -08:00
Paulo Veiga
1ce46337d6 SVG Icons Update 2021-12-27 19:42:32 +00:00
Paulo Gustavo Veiga
a8a78d053f Improve index.html for tests in mindplot 2021-12-25 21:50:45 -08:00
Paulo Gustavo Veiga
47dac495f6 Update Copyright year 2021-12-25 14:39:34 -08:00
Paulo Gustavo Veiga
0f9a9121b3 Add support on view mode to change sample map. 2021-12-25 14:24:17 -08:00
Paulo Gustavo Veiga
db12f150d5 Fix error dialog display. 2021-12-25 12:15:56 -08:00
Paulo Gustavo Veiga
e0c18b9439 Fix welcome example 2021-12-25 11:56:09 -08:00
Paulo Gustavo Veiga
19f9f0aa91 Improve embedded view sample 2021-12-25 11:40:44 -08:00
Paulo Gustavo Veiga
9678a2cd06 Work in progress for improving examples 2021-12-24 17:53:43 -08:00
Paulo Gustavo Veiga
87115cda37 Fix readonly setting typo 2021-12-24 17:30:36 -08:00
Paulo Gustavo Veiga
6742950ab4 Move bootstrap as part of the loader 2021-12-24 11:04:50 -08:00
Paulo Gustavo Veiga
5e461c5da3 Improve build default options 2021-12-23 16:35:46 -08:00
Paulo Gustavo Veiga
8e5dc1db6c Fix readOnly on editor 2021-12-23 11:07:26 -08:00
Paulo Gustavo Veiga
ddd4d91b22 Move loader to common code. 2021-12-23 10:51:26 -08:00
Matias Arriola
80b5885a61 Merged in feature/bundle-assets (pull request #15)
Bundle assets to mindplot

* Make icons part of the bundle
Remove "legacy" icons

* Move images used in code to bundle

* Remove dependencies to colorPalette.{css,html}


Approved-by: Paulo Veiga
2021-12-22 00:23:18 +00:00
Matias Arriola
5c2a96682d Merged in bugfix/topic-background (pull request #14)
Fix topic background

* Fix Textpeer getNativePosition implementation (broken with jQuery removal)

* Remove time-bound waits from cypress tests


Approved-by: Paulo Veiga
2021-12-21 18:05:03 +00:00
Paulo Gustavo Veiga
38f4144c67 Apply eslint --fix 2021-12-19 08:06:42 -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
Paulo Gustavo Veiga
643f91c18b Fix depth copy issue.
Update welcome.xml map.
2021-12-14 19:28:53 -08:00
Paulo Gustavo Veiga
f95e65f21b Remove global refernece to $msg 2021-12-14 17:54:11 -08:00
Paulo Gustavo Veiga
a8a601f351 Clean up unsed test 2021-12-14 10:24:25 -08:00