Vueui based modular computers (#5249)

Fixes up VueUi not tested functions and badly designed data push flow.
Port main screen in VueUI
Port configuration
Port device management
This commit is contained in:
Karolis
2019-10-02 21:51:20 +03:00
committed by Erki
parent 4c1e686e27
commit e480d924de
27 changed files with 458 additions and 263 deletions
@@ -174,7 +174,6 @@
/datum/computer_file/program/proc/get_header_data()
if(computer)
return computer.get_header_data()
return list()
// This is performed on program startup. May be overriden to add extra logic. Remember to include ..() call. Return 1 on success, 0 on failure.
// When implementing new program based device, use this to run the program.