Update:
Version 0.30
Fixed small bugs:
- Fixed PHP typo in cp/index.php which caused cp not to render (my bad, sorry).
- Created workaround for Vue.js Axios not working with some dashboard charts (workaround using localStorage as an intermediate storage proxy).
- Created some new "developer only" hooks in the Vue.js code.
My apologizes if you tried to access the prototype CP while I was asleep and you got a blank page. I had to sleep and my eyes were tired and I could not find the PHP bug, which turned out to be a single right curly brace
} instead of the correct right parens
),
It's amazing in PHP how a single type can break an entire application. At least with node.js and building the app locally, it has compile first, so we can catch errors easily during the dev stage on the desktop.
But anyway, it was my fault, because normally I always cut-and-paste (from
vi) into VSC to check the PHP syntax before saving or deploying, and I missed that step on a very small change and the results were I broke the new cp for a few hours. Sorry!