Open Sternbach-Software opened 2 years ago
It would also be nice to see the count of how many are only in left, right, both and equal, both and different.
The table is not correct HTML: it is missing table headers, using incorrect heading tags, and missing thead and tbody. It also uses several deprecated tags, such as scope="row".
Because I have a lot of trees I am diffing, I compare them on my phone when I have a spare minute, so I'm primarily looking at the pages from a mobile browser (Chrome Android). How hard would it be to make the final output mobile friendly/responsive? That it uses bootstrap probably makes it easier (e.g.
<table class="table-responsive">
), though I'm not an experienced front-end dev.