aboutsummaryrefslogtreecommitdiffstats
path: root/dashboard/app/subsystems.html
Commit message (Collapse)AuthorAgeFilesLines
* dashboard/app: move templates to dirTaras Madan2024-07-051-50/+0
|
* dashboard: better column names in subsystem listAleksandr Nogikh2023-10-311-1/+1
| | | | These are not always bugs, so let's just leave "Open".
* dashboard/app: remove repetition on subsystems pageDmitry Vyukov2023-04-031-5/+4
| | | | | | | | | Currently it repeats that this is a list of subsystems 3 times: 1. "Subsystems" tab 2. "The list of subsystems" caption 3. "Subsystems list" table caption Leave only one of them.
* dashboard: suggest to show all subsystems only when neededAleksandr Nogikh2023-02-271-2/+2
| | | | | Check if any subsystems have been hidden from the list before suggesting to show the rest.
* dashboard: cosmetic changes to the subsystems listAleksandr Nogikh2023-02-221-13/+21
| | | | | | 1) Add more space between the lines above the table. 2) Rename the "no subsystems" row and move it to the bottom. 3) Display the correct count of fixed unclassified bugs.
* dashboard: filter by no subsystemsAleksandr Nogikh2023-02-221-1/+5
| | | | | Count the number of bugs without any subsystem and let users filter bugs by this criteria.
* dashboard: hide empty subsystems from listAleksandr Nogikh2023-02-221-2/+5
| | | | Add a link to show everything.
* dashboard: add a feedback buttonAleksandr Nogikh2023-02-211-1/+0
|
* dashboard: amend the subsystem list pageAleksandr Nogikh2023-02-211-7/+3
| | | | | | 1) Remove Invalid column - it doesn't tell much. 2) Remove Maintainers -- the info is available on the subsystem page. 3) Add links to the subsystem page(s).
* dashboard: sort subsystems table by Open bugsAleksandr Nogikh2023-02-171-1/+1
| | | | Fix a bug in the sort function call arguments.
* dashboard: sort the subsystems list tableAleksandr Nogikh2023-02-171-4/+4
|
* dashboard: display the subsystem listAleksandr Nogikh2023-02-171-0/+41
Take the counts from the cache, include links to the filtered bug views.