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:
2022-10-27 08:56:26 -07:00
parent 77b420ea6f
commit cab09e59b9
10 changed files with 433 additions and 24 deletions

View File

@@ -7,5 +7,6 @@ import "./sites.js";
import "./asset-types.js";
import "./assets.js";
import "./asset-assignment-history.js";
import "./workshops.js";
// console.log("Finished setting up server side models.");