Switched to using Verbum (https://github.com/ozanyurtsever/verbum) which builds on Lexical to create a rich text editor; Isolated the rich text editor into a component so it can be easily swapped out; Added a higher resolution background for the student login page; Still a lot of bugs in the workshop list view.
This commit is contained in:
@@ -29,7 +29,7 @@ Meteor.methods({
|
||||
let signupSheet = [];
|
||||
|
||||
check(name, String);
|
||||
check(description, String);
|
||||
check(description, Match.Maybe(String));
|
||||
// Match a positive integer or undefined/null.
|
||||
check(signupLimit, Match.Where((x) => {
|
||||
check(x, Match.Maybe(Match.Integer));
|
||||
|
||||
Reference in New Issue
Block a user