ooh, yeah pm me with that.
I was thinking earlier, i'm gonna have to start structuring the js because i can't call functions that aren't needed on pages that don't need them like below:
(http://prntscr.com/hwnkxw)
to use react you have to do routing on the client though don't you? i wanna keep the routing in flask, basically only using javascript for dom manipulation
Threw up a youtube video of the admin theme's current state, i'm actually somewhat proud.
Looking rather clean if I was to say so myself :P
here's a look at the vanilla js behind it:
console.log is only debugging purpose, it'll be removed later on.
Committed changes (Jan, 4, 2018)
Big performance improvements. (benchmarks below)
Improved config reader (see https://github.com/griimnak/Trinity3/blob/tr4/app/config.py)
Before and after:
Improved mysql performance (~30%) (see https://github.com/griimnak/Trinity3/blob/tr4/app/__init__.py)...