Commit Graph

1009 Commits

Author SHA1 Message Date
Paulo Gustavo Veiga
58d8ab0708 Clean up classes. 2022-10-07 20:22:27 -07:00
Paulo Gustavo Veiga
cb5d72d19f Extract classes components. 2022-10-07 19:59:05 -07:00
Paulo Gustavo Veiga
c812c910b3 Reduce size. 2022-10-07 14:58:46 -07:00
Paulo Gustavo Veiga
0518d188a4 Align message dialog 2022-10-06 22:56:22 -07:00
Paulo Gustavo Veiga
66b68a7f04 More classes refactor. 2022-10-06 22:34:27 -07:00
Paulo Gustavo Veiga
2cdc59b9da Split components class. 2022-10-06 22:16:21 -07:00
Paulo Gustavo Veiga
2a6723f73a Fix compilation 2022-10-06 21:45:10 -07:00
Paulo Gustavo Veiga
a1edb09e91 Fix maps title. 2022-10-06 21:18:25 -07:00
Paulo Gustavo Veiga
e34c1649f1 Minor package rename 2022-10-06 20:48:44 -07:00
Paulo Gustavo Veiga
ed457612f6 Fix mindmap name
Classes Layout
2022-10-06 20:33:05 -07:00
Gonzalo Martinez
c6f04742d8 Merged in editor-actions-by-mode (pull request #63)
Editor actions by mode

* Toolbar configuration for all EditorRenderMode and locked maps

* fix unlock
2022-10-07 01:58:24 +00:00
Paulo Gustavo Veiga
f3a11f2eb1 Fix compilation error. 2022-10-05 21:46:13 -07:00
Paulo Gustavo Veiga
0d9d504aab Disable text selection. 2022-10-05 21:40:27 -07:00
Paulo Gustavo Veiga
d5f2fc9f50 Remove unrequired invalidation 2022-10-05 20:53:56 -07:00
Paulo Gustavo Veiga
11a93dd7aa Force history refresh 2022-10-05 20:50:41 -07:00
Paulo Gustavo Veiga
79cd5c55b1 Remove broken link 2022-10-05 18:38:16 -07:00
Paulo Gustavo Veiga
de2a6c8b20 Hardcode version node 16 2022-10-05 18:28:38 -07:00
Paulo Gustavo Veiga
988f3c3152 Revert to v16 version 2022-10-05 18:11:20 -07:00
Paulo Gustavo Veiga
3ac7e57dcf Update to node 18 2022-10-05 17:57:41 -07:00
Paulo Gustavo Veiga
1322ec1436 Downgrade 26.5.6 version. 2022-10-05 17:41:55 -07:00
Paulo Gustavo Veiga
a6711ea1ac Update yarn. 2022-10-05 17:26:20 -07:00
Paulo Gustavo Veiga
0ab956be1d Change test depedency version 2022-10-05 17:25:45 -07:00
Paulo Gustavo Veiga
0aee8c4c41 Update version. 2022-10-05 17:22:26 -07:00
Paulo Gustavo Veiga
1e75592996 Update cypress build image 2022-10-05 17:11:32 -07:00
Paulo Gustavo Veiga
79b6be2006 Update node 2022-10-05 16:44:21 -07:00
Paulo Gustavo Veiga
70755e02f4 Update node version. 2022-10-05 16:40:44 -07:00
Paulo Gustavo Veiga
4da6946126 Update node version 2022-10-05 16:38:17 -07:00
Gonzalo Martinez
f11028e26e Merged in editor-with-mui (pull request #61)
Editor with mui

* hide keyboard help in mobile

* fix translation

* docs

* translations

* duplicated dependency

* keep selected node while note/link editor is focused

* code reorganization

* fix

* fix

* fix node focus is lost when note/link editors are open througth shortcuts
2022-10-05 21:54:23 +00:00
Gonzalo Martinez
13ba6ee780 Fix 2022-09-20 10:48:52 -03:00
Paulo Gustavo Veiga
5fceeac91e Improve error handling on change language. 2022-09-15 21:49:39 -07:00
Paulo Gustavo Veiga
2f0d6dcefe Remove unsupported XSL as supported format. 2022-09-15 21:47:38 -07:00
Paulo Gustavo Veiga
5efdefae58 Fix MD export 2022-09-15 21:27:34 -07:00
Paulo Gustavo Veiga
5e64af8f5e Update yarn.lock 2022-09-11 22:09:40 -07:00
Paulo Gustavo Veiga
637180f1ed Update react-intl 2022-09-11 22:01:11 -07:00
Paulo Gustavo Veiga
c1136b8f4e Fix material UI import 2022-09-11 21:46:13 -07:00
Paulo Gustavo Veiga
223c19a18c Move to nonblocking font loading 2022-09-11 13:59:44 -07:00
Paulo Gustavo Veiga
dded18ffa1 v5.0.16 2022-09-11 13:05:13 -07:00
Paulo Gustavo Veiga
74c74df095 v5.0.15 2022-09-11 13:04:40 -07:00
Paulo Gustavo Veiga
e81d895350 v5.0.15 2022-09-11 13:01:28 -07:00
Paulo Gustavo Veiga
9f9ab73ba0 v0.4.1 2022-09-11 13:00:50 -07:00
Paulo Gustavo Veiga
1d90bb91f8 v0.4.6 2022-09-11 13:00:19 -07:00
Paulo Gustavo Veiga
50c3508613 v0.4.2 2022-09-11 12:59:38 -07:00
Paulo Gustavo Veiga
34b2e100d6 Update webpack and cypress. 2022-09-11 12:50:34 -07:00
Paulo Gustavo Veiga
b5f47ee41d Update dependencies. 2022-09-11 12:38:56 -07:00
Gonzalo Martinez
e976f3747a Merged in lazy-editor-in-app (pull request #59)
Lazy editor in app

* remove editor dependecies from Client + code refactor

* eslint fixes

* commented code removed

* Merged develop into lazy-editor-in-app
* code refactor to move logic from views

* eslint fixes

* Merge branch 'lazy-editor-in-app' of bitbucket.org:wisemapping/wisemapping-frontend into lazy-editor-in-app
2022-09-08 03:46:09 +00:00
Gonzalo Martinez
394346810a Merged in export-fix (pull request #60)
Export fix

* fix image export

* fix export unit tests
2022-09-07 04:29:25 +00:00
Gonzalo Martinez
5e76bf99d9 Merged in integration-test-fix (pull request #58)
Integration test fix

* cypress find elements in shadow doms

* fix playground tests


Approved-by: Paulo Veiga
Approved-by: Paulo Veiga
2022-09-06 19:02:47 +00:00
Gonzalo Martinez
2370faea62 Merged in mindplot-webcomponent (pull request #57)
Mindplot webcomponent

* styles in js file

* editor now uses bootstrap widget manager

* fix console error: preventDefault on pasive events

* Mode as webcomponent parámeter. Rename of init method

* fix merge

* Mindplot webcomponent documentation

* fix

* remove comments

* delete comments

* Merged in Alejandro-Raiczyk/just-details-1661445571189 (pull request #56)

just details

Approved-by: Paulo Veiga
2022-08-26 01:35:59 +00:00
Paulo Gustavo Veiga
f6d04523b8 Add missing distribution file. 2022-08-15 20:44:10 -07:00
Paulo Gustavo Veiga
701d22805b Add missing files 2022-08-15 20:35:27 -07:00