stable
Clone or download
Read-only
part of: story #38627 : Choice of a new Rich Text Editor Toolbar now includes embedded | Quote | Code with a vertical <hr> Css have been adjusted o be like mokup Change-Id: Ic50cc06027516e2ac8d4f43509da1d30aca04b5d
Modified Files
Name | ||||
---|---|---|---|---|
M | lib/frontend/prose-mirror-editor-toolbar/po/fr_FR.po | +9 | −0 | Go to diff View file |
M | lib/frontend/prose-mirror-editor-toolbar/src/elements/buttons/bold.test.ts | +2 | −2 | Go to diff View file |
M | lib/frontend/prose-mirror-editor-toolbar/src/elements/buttons/bold.ts | +2 | −7 | Go to diff View file |
A | lib/frontend/prose-mirror-editor-toolbar/src/elements/buttons/code.test.ts | +87 | −0 | Go to diff View file |
A | lib/frontend/prose-mirror-editor-toolbar/src/elements/buttons/code.ts | +69 | −0 | Go to diff View file |
A | lib/frontend/prose-mirror-editor-toolbar/src/elements/buttons/embedded.test.ts | +87 | −0 | Go to diff View file |
A | lib/frontend/prose-mirror-editor-toolbar/src/elements/buttons/embedded.ts | +71 | −0 | Go to diff View file |
A | lib/frontend/prose-mirror-editor-toolbar/src/elements/buttons/quote.test.ts | +87 | −0 | Go to diff View file |
A | lib/frontend/prose-mirror-editor-toolbar/src/elements/buttons/quote.ts | +71 | −0 | Go to diff View file |
M | lib/frontend/prose-mirror-editor-toolbar/src/elements/styles.scss | +8 | −0 | Go to diff View file |
M | lib/frontend/prose-mirror-editor-toolbar/src/elements/toolbar-element.ts | +37 | −4 | Go to diff View file |
A | lib/frontend/prose-mirror-editor-toolbar/src/helpers/class-getter.test.ts | +36 | −0 | Go to diff View file |
A | lib/frontend/prose-mirror-editor-toolbar/src/helpers/class-getter.ts | +33 | −0 | Go to diff View file |
M | lib/frontend/prose-mirror-editor/po/fr_FR.po | +0 | −9 | Go to diff View file |
D | lib/frontend/prose-mirror-editor/src/plugins/toolbar/helper/BuildMenuItem.ts | +0 | −54 | Go to diff View file |
M | lib/frontend/prose-mirror-editor/src/plugins/toolbar/helper/MonoToolbarActionActivator.ts | +8 | −0 | Go to diff View file |
M | lib/frontend/prose-mirror-editor/src/plugins/toolbar/helper/toolbar-bus.ts | +21 | −0 | Go to diff View file |
M | lib/frontend/prose-mirror-editor/src/plugins/toolbar/index.ts | +0 | −2 | Go to diff View file |
M | lib/frontend/prose-mirror-editor/src/plugins/toolbar/menu.ts | +0 | −22 | Go to diff View file |
M | lib/frontend/prose-mirror-editor/src/plugins/toolbar/mono-toolbar.ts | +10 | −0 | Go to diff View file |
M | lib/frontend/prose-mirror-editor/src/plugins/toolbar/quote/index.ts | +1 | −1 | Go to diff View file |
D | lib/frontend/prose-mirror-editor/src/plugins/toolbar/quote/quote-menu-item.ts | +0 | −36 | Go to diff View file |
M | plugins/artidoc/scripts/artidoc/src/components/toolbar/EditorToolbar.vue | +10 | −1 | Go to diff View file |