Closed YuriyDurov closed 5 months ago
Hello @danielpalme! I have noticed ordering triangles being wrong when using your report generator and decided to fix it right away in your source code. Not exactly sure this is entirely correct as I am not sure how I could test this. I am only using the generator in my azure pipeline and have no experience in building it from source code.
Thank you! I will have a look and merge your PR within the next days.
Risk hotspots and coverage info tables' triangle icons show incorrect sorting direction.
The triangles represent a stack of items like a Tower of Hanoi toy.
An upwards-pointing triangle ▲ represents a stack with the narrowest (ie, smallest) item on top and the widest (ie, largest) item on the bottom, hence an ascending list.
A downwards-pointing triangle ▼ represents a stack with the widest (ie, largest) item on top and the narrowest (ie, smallest) item on the bottom, hence a descending list.