Merge pull request #14105 from overleaf/mj-table-generator

[visual] Initial table generator

GitOrigin-RevId: 5c1a9cad898c988d21390358872a6c2eaf1c32fc
This commit is contained in:
Mathias Jakobsen
2023-08-09 08:04:15 +00:00
committed by Copybot
parent b9444a8805
commit c332a65eb0
30 changed files with 2077 additions and 31 deletions
@@ -683,6 +683,12 @@ const ProjectController = {
cb()
})
},
tableGeneratorAssignment(cb) {
SplitTestHandler.getAssignment(req, res, 'table-generator', () => {
// We'll pick up the assignment from the res.locals assignment.
cb()
})
},
sourceEditorToolbarAssigment(cb) {
SplitTestHandler.getAssignment(
req,