norbit8 / MoodleBooster

Firefox & Chrome addon that boosts moodle's UI/UX.
MIT License
1 stars 13 forks source link

Important refactoring #111

Closed idan2468 closed 3 years ago

idan2468 commented 3 years ago

Few important changes...

  1. Messaging to storageLoader: I've changed the messaging functionality to take some structure (redux like) with action and payload
  2. Now we get the course Id for course remover through the id query parameter of the course's link (safer)
  3. Changed values of monochrome and dark mode to be boolean instead of on/off
  4. did some code splitting by extracting some scopes to functions

Now the codebase looks way better to me, for anyone that wants further explanation you can ping me.

yanirelfasy commented 3 years ago

Fixed at #112