makaip / mathematix

A nodeblock-based math webapp.
https://makaip.github.io/mathematix/
GNU General Public License v3.0
4 stars 0 forks source link

HUGE refactor to /editor directory #37

Closed AlexanderJCS closed 7 months ago

AlexanderJCS commented 7 months ago

Huge refactors to all files /editor. Mostly /editor/events.js, but uiclasses.js also received some pretty large refactors.

Most unused variables in /editor/main.js were removed and some aspects of /editor/actions.js were refactored.

There's still a lot more to do in regards of refactoring, but in its current state, /editor/events.js can be worked with, whereas before it couldn't be touched without something breaking. Don't get me wrong - it's still /editor/events.js, but it's just less spaghetti.

fixes #21