Thanks for the UI updates, I did notice some things that I thought might be tweaked
Ui Tweaks
Since the values are stored in local storage - there shouldn't be a need for the window.load to call the loadSettings call; taking this out causes it to instantly load and not cause a "flicker" when it changes from default to saved colors. Then I moved ui.js to load before the other scripts.
Fixed Bot selection page not honoring theme
Aligned outer div at the top of the page to make the contents not be centered causing jumps going in between sections
Before
After
Dutch Language Support
A user on Reddit contacted me about adding Dutch, so I had him translate the nt-NL.json file and send it to me, then I did the rest. His name is Caspar Wanders Immortalizing it here so we know the source :D
Thanks for the UI updates, I did notice some things that I thought might be tweaked
Ui Tweaks
Since the values are stored in local storage - there shouldn't be a need for the window.load to call the loadSettings call; taking this out causes it to instantly load and not cause a "flicker" when it changes from default to saved colors. Then I moved ui.js to load before the other scripts.
Aligned outer div at the top of the page to make the contents not be centered causing jumps going in between sections Before After
Dutch Language Support A user on Reddit contacted me about adding Dutch, so I had him translate the nt-NL.json file and send it to me, then I did the rest. His name is Caspar Wanders Immortalizing it here so we know the source :D
Thanks.