Paulo Gustavo Veiga
4158f3773e
Icon picker at the bottom
2023-01-06 10:33:34 -08:00
Gonzalo Martinez
5f67aa8c5c
Add mobile support for mindmap list.
2023-01-05 00:48:01 +00:00
Paulo Gustavo Veiga
c43faeb06a
Fix zoom load on maps.
2022-12-06 17:33:10 -08:00
Paulo Gustavo Veiga
eb12d6cc94
Fix export in mindmap list.
2022-11-21 19:37:16 -08:00
Paulo Gustavo Veiga
dbfed09f3a
Migrate global to globalThis
2022-10-30 23:10:39 -07:00
Paulo Gustavo Veiga
d835697132
Fix map title
2022-10-30 22:34:34 -07:00
Paulo Veiga
c60254aca1
Add support for emoji
...
Update core libraries.
2022-10-31 05:17:01 +00:00
Paulo Gustavo Veiga
9b10a987f3
Add status change support in mindmap editor
2022-10-21 17:26:01 -07:00
Paulo Gustavo Veiga
7a9c89b8ae
Code clean up.
2022-10-11 21:49:24 -07:00
Paulo Gustavo Veiga
349b68c1f7
Fix npe.
2022-10-08 15:49:03 -07:00
Paulo Gustavo Veiga
57bbd8ad6e
Fix try error loading account
2022-10-08 14:54:05 -07:00
Paulo Gustavo Veiga
0c90ca4cb8
Fix code inspections warnings.
2022-10-08 14:21:03 -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
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
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
Gustavo Fuhr
cf29f4f953
Format all files with prettier
2022-07-13 01:45:36 +00:00
Paulo Gustavo Veiga
ae02780a1a
Format CSS and TSX files.
2022-07-09 20:56:01 -07:00
Paulo Gustavo Veiga
5abf9ca06b
Improve page titles to GA
2022-05-30 08:56:40 -07:00
Paulo Gustavo Veiga
ff639aab4f
Update page title
2022-05-29 20:41:32 -07:00
Paulo Gustavo Veiga
7cb4a93387
Change GA deprecated code.
2022-05-29 16:32:51 -07:00
Paulo Gustavo Veiga
a9bcfce52c
Update Google Analytics to GA4
2022-05-29 10:22:57 -07:00
Paulo Gustavo Veiga
de78c882cc
Add additional debug info.
2022-03-22 00:15:27 -03:00
Paulo Gustavo Veiga
8907452bc5
Fix role resolution issue.
2022-03-17 15:41:32 -03:00
Paulo Gustavo Veiga
758b156db2
Add debug info for map role loading
2022-03-15 16:23:41 -03:00
Paulo Gustavo Veiga
034d514cb5
Fix compilation
2022-03-14 14:57:07 -03:00
Paulo Gustavo Veiga
ce284a1202
Fix i18n issue on editor dialog
2022-03-14 14:47:42 -03:00
Paulo Gustavo Veiga
eaaf3c5d44
Initialize page document
2022-03-09 21:36:42 -08:00
Paulo Gustavo Veiga
1d7db72ae5
Viewer must have view only view
2022-03-09 11:16:15 -08:00
Paulo Gustavo Veiga
16be3acbdf
Fix issue when map is shared for view
2022-03-09 10:54:48 -08:00
Paulo Gustavo Veiga
748c1aa45f
Improve message.
2022-03-08 11:03:45 -08:00
Paulo Gustavo Veiga
27f580b4fa
Add debug on user loading error.Add debug on user loading error.Add debug on user loading error.Add debug on user loading error.Add debug on user loading error.Add debug on user loading error.Add debug on user loading error.Add debug on user loading error.Add debug on user loading error.
2022-03-07 19:10:09 -08:00
Paulo Gustavo Veiga
375ff5941c
Add more details to error loading for users.
2022-03-07 18:37:30 -08:00
Paulo Gustavo Veiga
49bd6767ff
Manage empty returns
2022-03-07 07:35:08 -08:00
Paulo Veiga
2b4356d0de
Merged in features/move_menu (pull request #47 )
...
Move Menu to editor
* Move Menu
2022-03-05 20:09:25 +00:00
Paulo Veiga
c6db14b99a
Merged in feature/remove_actions (pull request #45 )
...
Remove actions in toobar when user is not owner.
* Fix eslit errors
2022-03-05 16:10:03 +00:00
Paulo Gustavo Veiga
57c051c348
Fix i18n issue on editor
2022-02-25 19:59:21 -08:00
Paulo Gustavo Veiga
e44bbe11e0
Add locked variable for view mode
2022-02-25 12:34:18 -08:00
Paulo Gustavo Veiga
0629f6f87b
Extract editor render as type.
2022-02-25 08:51:05 -08:00
Paulo Gustavo Veiga
8ee035d794
Locked maps must be render in view only.
2022-02-25 08:05:23 -08:00
Paulo Gustavo Veiga
a75962373c
Fix try page removing global variables.
2022-02-22 15:54:57 -08:00
Matias Arriola
2ad4d9ff10
Fix EditorOptionsBuilder keyboardEvents option
...
Fix filename typo
2022-02-22 15:43:16 -03:00
Paulo Gustavo Veiga
5b4134f18c
Revert variable name
2022-02-21 21:55:13 -08:00
Paulo Gustavo Veiga
eb4e6e3e71
Clean up editor global variables.
2022-02-21 21:37:00 -08:00
Matias Arriola
24b9cadf80
Add expiration dialog.
2022-02-21 02:50:03 +00:00
Paulo Gustavo Veiga
33aac44ecf
Complete GA integration
2022-02-15 20:39:52 -08:00
Matias Arriola
5e1c063e70
Fix editor share configuration issue.
2022-02-13 03:15:51 +00:00
Paulo Gustavo Veiga
dd180cf0b7
Log catch errors as console.error
2022-02-12 08:39:33 -08:00
Paulo Gustavo Veiga
be727e3c4b
Fix default i18n load
2022-02-09 16:48:33 -08:00
Paulo Gustavo Veiga
c77268868d
Fix i18n on default user
2022-02-09 16:36:31 -08:00
Paulo Gustavo Veiga
560429116a
Simplefy editor modes
2022-02-06 11:12:20 -08:00