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:
@@ -14,7 +14,7 @@ import Users from './pages/Users'
|
||||
import Admin from './pages/Admin'
|
||||
import Home from './pages/Home'
|
||||
import {StudentPage} from './pages/Student/StudentPage'
|
||||
import {Workshops} from './pages/Student/Workshops'
|
||||
import {WorkshopList} from './pages/Student/WorkshopList'
|
||||
|
||||
const appTheme = createTheme({
|
||||
components: {
|
||||
@@ -92,7 +92,7 @@ export const App = (props) => {
|
||||
}/>
|
||||
<Route path="/student" element={
|
||||
<StudentPage>
|
||||
{user && <Workshops/>}
|
||||
{user && <WorkshopList/>}
|
||||
</StudentPage>
|
||||
}/>
|
||||
<Route path="/assignments/*" element={
|
||||
|
||||
Reference in New Issue
Block a user