]> BookStack Code Mirror - bookstack/commit
Lexical: Added button icon system
authorDan Brown <redacted>
Wed, 19 Jun 2024 19:00:29 +0000 (20:00 +0100)
committerDan Brown <redacted>
Wed, 19 Jun 2024 19:00:29 +0000 (20:00 +0100)
commit13d970c7ce0bf9b88c3553b561cef11cbba0e71a
tree204c1e8c11797231476724568702b56f7ffe4b71
parente2409a5fab3e38e1753adb51ff432b6104c7572b
Lexical: Added button icon system

With a bunch of default icons
34 files changed:
dev/build/esbuild.js
resources/icons/editor/align-center.svg [new file with mode: 0644]
resources/icons/editor/align-justify.svg [new file with mode: 0644]
resources/icons/editor/align-left.svg [new file with mode: 0644]
resources/icons/editor/align-right.svg [new file with mode: 0644]
resources/icons/editor/bold.svg [new file with mode: 0644]
resources/icons/editor/code-block.svg [new file with mode: 0644]
resources/icons/editor/code.svg [new file with mode: 0644]
resources/icons/editor/details.svg [new file with mode: 0644]
resources/icons/editor/format-clear.svg [new file with mode: 0644]
resources/icons/editor/help.svg [new file with mode: 0644]
resources/icons/editor/horizontal-rule.svg [new file with mode: 0644]
resources/icons/editor/image.svg [new file with mode: 0644]
resources/icons/editor/indent-decrease.svg [new file with mode: 0644]
resources/icons/editor/indent-increase.svg [new file with mode: 0644]
resources/icons/editor/italic.svg [new file with mode: 0644]
resources/icons/editor/link.svg [new file with mode: 0644]
resources/icons/editor/list-bullet.svg [new file with mode: 0644]
resources/icons/editor/list-check.svg [new file with mode: 0644]
resources/icons/editor/list-numbered.svg [new file with mode: 0644]
resources/icons/editor/redo.svg [new file with mode: 0644]
resources/icons/editor/source-view.svg [new file with mode: 0644]
resources/icons/editor/strikethrough.svg [new file with mode: 0644]
resources/icons/editor/subscript.svg [new file with mode: 0644]
resources/icons/editor/superscript.svg [new file with mode: 0644]
resources/icons/editor/underlined.svg [new file with mode: 0644]
resources/icons/editor/undo.svg [new file with mode: 0644]
resources/js/global.d.ts [new file with mode: 0644]
resources/js/wysiwyg/helpers.ts
resources/js/wysiwyg/ui/defaults/button-definitions.ts
resources/js/wysiwyg/ui/framework/buttons.ts
resources/js/wysiwyg/ui/toolbars.ts
resources/sass/_editor.scss
tsconfig.json