Paulo Gustavo Veiga
e7355bc2fe
Fix map load.
2024-02-09 00:03:34 -08:00
Paulo Gustavo Veiga
e3d6f5dad5
Fix map loading ..
2024-02-08 22:54:10 -08:00
Paulo Gustavo Veiga
fc0c03b2bc
Fix login.
2024-02-06 22:43:22 -08:00
Paulo Gustavo Veiga
20c4ccc1ff
Fix logout.
2024-02-06 22:28:17 -08:00
Paulo Gustavo Veiga
cbca2e6184
JWT impl.
2024-02-06 21:48:04 -08:00
Clément CREUSAT
7a4b5212d9
Merged in bugfix/add-hook-to-webapp (pull request #76 )
...
fix: add custom hook useEditor to webapp package
* fix: add custom hook useEditor to webapp package
2023-11-24 18:39:11 +00:00
Clément CREUSAT
20658d3a69
Merged in feature/custom-hook-editor (pull request #74 )
...
feat: add custom hook useEditor to initialize editor
* feat: add custom hook useEditor to initialize editor
Approved-by: Paulo Veiga
2023-11-21 03:00:11 +00:00
Paulo Gustavo Veiga
a63b3802c6
Move error page to react.
2023-07-30 22:30:32 -07:00
Paulo Gustavo Veiga
8906a4c3d5
Enforce password size on the UI.
2023-07-29 18:54:54 -07:00
Paulo Gustavo Veiga
aefdc07169
Change Share dialog message.
2023-05-07 20:04:18 -07:00
Paulo Gustavo Veiga
39dd2486a5
Improve german translation.
2023-03-03 08:12:39 -03:00
Paulo Gustavo Veiga
d1e52d8f05
Add image export support.
2023-01-14 22:42:58 -08:00
Paulo Gustavo Veiga
ab02e12d9f
Fix warning on lint
2023-01-14 08:43:06 -08:00
Paulo Gustavo Veiga
86536ac8d2
Fix pre-commit
2023-01-13 23:12:18 -08:00
Paulo Gustavo Veiga
0194407c7c
Add string validation
2023-01-13 22:59:56 -08:00
Paulo Gustavo Veiga
4158f3773e
Icon picker at the bottom
2023-01-06 10:33:34 -08:00
Gonzalo Martinez
fa33a12442
Minor improvements on editor toolbar
2023-01-06 01:06:55 +00:00
Paulo Gustavo Veiga
a8e4024803
Toolbar collapsed on desktop.
2023-01-04 21:35:14 -08:00
Paulo Gustavo Veiga
f1996ed7eb
Fix compilation.
2023-01-04 21:32:13 -08:00
Gonzalo Martinez
5f67aa8c5c
Add mobile support for mindmap list.
2023-01-05 00:48:01 +00:00
Paulo Gustavo Veiga
3e9d088a01
Fix redirection to maps/
2023-01-02 20:50:35 -08:00
Gustavo Fuhr
d7159760e8
Google OAuth support
2022-12-16 03:32:22 +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
51a5b39129
Add change location workaround.
2022-11-19 11:58:43 -08:00
Paulo Gustavo Veiga
0cac062249
Revert "Remove lazy loading for editor"
...
This reverts commit 1f7f84dcca
.
2022-11-16 18:32:33 -08:00
Paulo Gustavo Veiga
1f7f84dcca
Remove lazy loading for editor
2022-11-16 17:10:40 -08:00
Paulo Gustavo Veiga
62de3c0d71
Migrate to new version of dom router.
2022-11-16 15:56:04 -08:00
Paulo Gustavo Veiga
a96c9902d6
Lazy loading for map
2022-11-15 22:51:09 -08:00
Paulo Gustavo Veiga
d885f284f2
Add why-did-you-render plugin.
2022-11-12 18:44:29 -08:00
Paulo Gustavo Veiga
73788bcfe1
Add missing translations
2022-11-12 09:49:04 -08:00
Paulo Gustavo Veiga
1e8685778d
Add lazy loading.
2022-11-12 09:08:14 -08:00
Paulo Gustavo Veiga
38a2e5865d
Add lint to editor
2022-11-02 18:17:00 -07:00
Paulo Gustavo Veiga
dbfed09f3a
Migrate global to globalThis
2022-10-30 23:10:39 -07:00
Paulo Gustavo Veiga
e639dd7202
Add missing global variable
2022-10-30 22:50:07 -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
0d2da200d6
Fix title encodding.
2022-10-24 19:04:30 -07: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
a8155fc06e
Fix account loading error on try.
2022-10-09 08:46:17 -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
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
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