mirror of
https://github.com/ysoftdevs/odc-analyzer.git
synced 2026-01-14 15:53:53 +01:00
Projects are sorted in the notifications view
This commit is contained in:
@@ -64,7 +64,7 @@
|
||||
@main("Watch projects", headExtension = headExtension){
|
||||
<ul class="projects-watching">
|
||||
@for(
|
||||
(projectGroup, projectsInGroup) <- projects.groupBy(_.bare)
|
||||
(projectGroup, projectsInGroup) <- projects.groupBy(_.bare).toIndexedSeq.sortBy(x => friendlyProjectNameString(x._1).toLowerCase)
|
||||
){
|
||||
@projectListItem(projectGroup, projectsInGroup) {
|
||||
<ul>
|
||||
|
||||
Reference in New Issue
Block a user