Trash logo ik but I'm too lazy to make a better one
Since the introduction of Moodle 4.0, the UI for moodle is not as good as it used to be. There are
- Unnecessary card images which take up a lot of space
- Everything is way too big
- Inconsistent UI (especially with spacing)
- Sidebar which cannot be hidden
This theme aims to fix all of these issues and make moodle look better. It gives you many options to customize how you want moodle to look like. It also enables auto login!
With Sidebar | Without |
---|---|
With Rightblock | Without |
---|---|
Just remove the useless links at the nav, keeping only the Dashboard
and Courses
and Course History
links.
Remove the edit mode button at the top right corner.
Automatically login to moodle when you visit the site. No more clicking on the login using Raven button!
This will remove all the useless links in the right block of the dashboard, so you will se the panopto links first, preventing you from having to scroll down to see them.
Install the dependencies
pnpm install
Run the dev server
pnpm dev
Open the src
directory in Chrome extensions and load the unpacked extension.
To build the extension, run
pnpm build
You can then load the extension from the dist
directory.
MIT