Allow for searching of player names or address etc.
WIP: main.js.new
TODO:
- Make everything searchable including inner table but do not toggle in inner table
- Use the new URL parameter
single=<server address> and work with xhr requests so applying any styles is not needed anymore, just replace the rows
- Apply correct :nth table row styles after every update
addEventListener('colorschemechange') can be used to detect dark/light theme changes, it is also fired when the website is first opened
- on colorschemechange: Query and save the backgroundColor and use that to apply it in the filter function
Allow for searching of player names or address etc.
WIP:
main.js.newTODO:
single=<server address>and work with xhr requests so applying any styles is not needed anymore, just replace the rowsaddEventListener('colorschemechange')can be used to detect dark/light theme changes, it is also fired when the website is first opened