]> BookStack Code Mirror - bookstack/commit
Lexical: Started on table actions
authorDan Brown <redacted>
Fri, 2 Aug 2024 14:28:54 +0000 (15:28 +0100)
committerDan Brown <redacted>
Fri, 2 Aug 2024 14:28:54 +0000 (15:28 +0100)
commita27a325af77e31a184cdb33dc05cb658de697e0b
treeaede499ca63e8290a41ffd5adff3edd55bbfd3bb
parent6b06d490c54fb8e2950236655fc3168e922982a6
Lexical: Started on table actions

Started building table cell form/actions
resources/js/wysiwyg/index.ts
resources/js/wysiwyg/nodes/custom-table.ts
resources/js/wysiwyg/todo.md
resources/js/wysiwyg/ui/defaults/buttons/tables.ts
resources/js/wysiwyg/ui/defaults/forms/controls.ts [new file with mode: 0644]
resources/js/wysiwyg/ui/defaults/forms/objects.ts [moved from resources/js/wysiwyg/ui/defaults/form-definitions.ts with 87% similarity]
resources/js/wysiwyg/ui/defaults/forms/tables.ts [new file with mode: 0644]
resources/js/wysiwyg/ui/defaults/modals.ts [new file with mode: 0644]
resources/js/wysiwyg/ui/framework/helpers/table-selection-handler.ts [new file with mode: 0644]
resources/js/wysiwyg/ui/index.ts
resources/js/wysiwyg/ui/toolbars.ts