1
0
Fork 0

feat: New pattern editor (#7080)

This is not exactly finished or ready for prime-time, but I do feel that leaving it in a feature branch longer will only cause the spread between the `develop` branch and this to grow.

Given that I've taken care to not break the current site, I plan to merge this and then keep polishing things.

Some views are not implemented yet, and overall there's a need to polish to limit the amount of re-renders and improve performance.
This commit is contained in:
Joost De Cock 2024-09-15 15:29:30 +02:00 committed by GitHub
parent ea0746313e
commit adefbe7d18
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
80 changed files with 9223 additions and 76 deletions

View file

@ -126,9 +126,14 @@ plugintest:
'@freesewing/plugin-theme': *freesewing
react-components:
_:
axios: *axios
html-react-parser: "^5.0.7"
nuqs: "^1.17.6"
react-markdown: "^9.0.1"
use-local-storage-state: "19.1.0"
use-session-storage-state: "^19.0.0"
peer:
react: '>=14'
react: "^18.2.0"
rehype-jargon:
_:
'unist-util-visit': &unist-util-visit '5.0.0'