Branch: refs/heads/main Home: https://github.com/xwiki-contrib/cristal Commit: 323c958773cb5c8759210d0565ebf61e49949d1e https://github.com/xwiki-contrib/cristal/commit/323c958773cb5c8759210d0565eb... Author: Ludovic Dubost <ludovic@xwiki.com> Date: 2023-12-19 (Tue, 19 Dec 2023) Changed paths: M ds/dsfr/src/components/dsfrDesignSystemLoader.ts A ds/dsfr/src/vue/x-menu.vue A ds/dsfr/src/vue/x-menuitem.vue M ds/shoelace/src/components/shoelaceDesignSystemLoader.ts A ds/shoelace/src/vue/x-menu.vue A ds/shoelace/src/vue/x-menuitem.vue M ds/vuetify/src/components/vuetifyDesignSystemLoader.ts A ds/vuetify/src/vue/x-menu-item.vue A ds/vuetify/src/vue/x-menu.vue M ds/vuetify/vite.config.ts Log Message: ----------- CRISTAL-29 Add Menu design system component Commit: bef171631826c242b202f2cf8a9f65dade0daca4 https://github.com/xwiki-contrib/cristal/commit/bef171631826c242b202f2cf8a9f... Author: Ludovic Dubost <ludovic@xwiki.com> Date: 2023-12-19 (Tue, 19 Dec 2023) Changed paths: M api/src/api/cristalApp.ts M api/src/components/DefaultPageData.ts A editors/wikitext/package.json A editors/wikitext/src/components/componentsInit.ts A editors/wikitext/src/components/uixTextEditorProvider.ts A editors/wikitext/src/index.ts A editors/wikitext/src/vue.d.ts A editors/wikitext/src/vue/c-edit-wikitext.vue A editors/wikitext/tsconfig.json A editors/wikitext/vite.config.ts M lib/src/components/DefaultCristalApp.ts M lib/src/staticBuild.ts M pnpm-workspace.yaml A skin/src/api/uixEditorProvider.ts A skin/src/components/defaultUIXEditorProvider.ts M skin/src/vue/c-content.vue M skin/src/vue/c-edit.vue M skin/src/vue/contentTools.ts A xwiki/remoteinlineeditor/package.json A xwiki/remoteinlineeditor/src/components/componentsInit.ts A xwiki/remoteinlineeditor/src/components/uixRemoteXWikiEditorProvider.ts A xwiki/remoteinlineeditor/src/index.ts A xwiki/remoteinlineeditor/src/vue.d.ts A xwiki/remoteinlineeditor/src/vue/c-edit-xwikiremote.vue A xwiki/remoteinlineeditor/tsconfig.json A xwiki/remoteinlineeditor/vite.config.ts Log Message: ----------- CRISTAL-30 Add Editor template provider Initial implementation of different editor templates. For now the editor menu is hardcoded and not real editor is available. Compare: https://github.com/xwiki-contrib/cristal/compare/5887a1c47d33...bef171631826