Getting alot done with the refactoring of my code, didn't even realise i had used eval(wich is not at all safe) in a few places where I created menus.
Only strings left in the code now is hardcoded stuff that should be
safe to use as is, but I might just be refactoring those also.
Boring, I know😅 80 places left using innerhtml, down from 560 a week or two ago.💪🥳
In short, this makes the dapp more secure, and faster to load, wich is a big win.
A few places i need to go over and make sure I am cloning nodes, as half way through I learned that a node can only excist in one place.
This is mostly related to using icons, like the cro symbol.
Still learning by doing things right and wrong.