This commit is contained in:
2019-07-24 17:14:49 +00:00
parent 9cb8228510
commit cf4cbe912b

View File

@@ -89,6 +89,8 @@ DONE: WIDGET Customize menu item
//DONE: Move all of my libs and code into the Window object under window.$gz(.local, .api etc)
TODO: check server status on attempt to login for first time or whatever, it should give a prominent warning if the server is unavailable due to closed for maint or whatever rather than just timing out.
TODO: (may be done already) modify the inventory-widget-edit form initialization shit so that the stuff needed after form loads still happens but the before is moved to route before enter and that it's all called
with two separate methods: One standard one for init form before it is loaded and one for init form stuff for after it's loaded. BeforeLoadInit, AfterLoadInit or something