domprofiler
domprofiler copied to clipboard
Make the frontend code suck less
Everything is in panel.js and the code to create the ui for the records sucks. A lot of createElement/classList/textContent/innerHTML/appendChild.
I'd be tempted to use React to rewrite the whole UI layer.
This goes with #22.