New sling ui looks great. is it already integrated into the new wallet version? i have not updated the software yet.
Is the new UI integrated and functional in with the sling wallet? Do all of the previous functions work like they did in the old wallet? Or is it just skinned for now and non functional?
I am writing a new bridge class in C++ (slingwebbridge.cpp) that connects the rest of the wallet to the HTML/JavaScript so this version is not just a skin. I also had to alter several existing C++ classes that relate to the Qt UI to get this version to work. Different HTML5 skins will be possible after this version without writing C++ by re-compiling with the changed HTML and/or CSS. As long as the HTML tag ids are the same, it will still work.
Right now, most pages are non working HTML5 because I am early in the dev phase. The new HTML overview and transaction history pages are working within the Qt wallet but all of the other pages need work so I have not published a version.
I am also going to add some hard coded seed nodes to the new this version. DG Slayer gave me one IP from the BE that I can use as a seed node. I am going to try to add more. Any masternode owner want to double as a DNS seed node, please let me know? Your IP and port will be hard-coded in chainparams.cpp.
I go on vacation soon and return in 2 weeks. Thanks for all the feedback and support. When I get back, I will continue coding away. I hope to get out this version by September.