Anthony LC
14a91a5698
🐛 (frontend) mismatch between yjs dependency
...
Mismatch between yjs dependency, we set the
dependency globally to not have this problem
anymore.
2024-06-14 12:26:04 +02:00
Anthony LC
9f6dac53d4
✨ (frontend) add offline mode support
...
Add a offline mode support from a service worker.
The service worker will cache the assets and the
visited pages to be able to work offline.
Created a fallback page for when the user is offline
and tries to access a page that is not cached.
2024-06-14 12:26:04 +02:00
Anthony LC
8fb18ed186
➕ (frontend) add "@testing-library/dom
...
Recent update of @testing-library/react requires
@testing-library/dom to be installed as well.
2024-06-10 13:28:38 +02:00
renovate[bot]
bec6ff3d22
⬆️ (dependencies) update js dependencies
2024-06-10 13:28:38 +02:00
Anthony LC
2f79d03acc
⬇️ (frontend) downgrade @testing-library/react@16.0.0
...
downgrade @testing-library/react@16.0.0 to
@testing-library/react@15.0.7.
Some modules are not available in the latest
version, their documentation is not available yet.
2024-06-06 16:09:07 +02:00
renovate[bot]
44f4a37814
⬆️ (dependencies) update js dependencies
2024-06-06 16:09:07 +02:00
Anthony LC
e2e34a011d
✨ (app-impress) add La Gaufre
...
Add La Gaufre.
It is a button to access easily to the
La Suite products.
2024-05-14 16:12:36 +02:00
Anthony LC
ccb6d4cb91
➕ (app-impress) add @blocknote/mantine
...
The new version of blocknote dissociates
the ux from the @blocknote/react package.
It is now in a separate package @blocknote/mantine.
We add this package to the impress app.
We adapt the toolbar to fit the new package.
2024-05-13 17:21:58 +02:00
renovate[bot]
5853adb8eb
⬆️ (dependencies) update js dependencies
2024-05-13 17:21:58 +02:00
Anthony LC
d967896874
🔥 (app-impress) remove templates
...
We will generate the templates internally.
We remove the template editor.
2024-05-02 15:24:51 +02:00
Anthony LC
d9fa75b764
⬇️ (frontend) react 18.3.1 -> 18.2.0
...
Downgrade react to 18.2.0.
It seems to have a compatibility issue
with @openfun/cunningham-react.
2024-04-29 15:21:25 +02:00
renovate[bot]
f5ddce6b47
⬆️ (dependencies) update js dependencies
2024-04-29 15:21:25 +02:00
Anthony LC
7922c702cd
🚀 (app-impress) add template builder editor
...
We add the template builder editor to
the template feature.
It will be used to create and edit templates.
2024-04-17 17:15:53 +02:00
Anthony LC
409691d466
🚨 (app-desk) improve linter
...
The linter was passing near the ts errors in
the tests, we improve the linter by adding
a ts checkup.
2024-04-04 17:40:27 +02:00
Anthony LC
da273d6b2b
➕ (app-markdown) add necessary library for pad editor
...
Add the necessary library for the pad editor:
- blocknote editor (Notion like editor)
- yjs and y-webrtc for real-time collaboration
2024-04-04 17:40:27 +02:00
renovate[bot]
b7663cca2d
⬆️ (dependencies) update js dependencies
2024-04-04 12:38:11 +02:00
Anthony LC
8fda0bc9b9
🚀 (app-impress) create the base app impress
...
Create the base app impress, based on the
people app.
2024-04-02 16:39:17 +02:00