web: change tag list styling and show unread at the top

This commit is contained in:
2023-11-27 19:48:19 -08:00
parent 71af8179ec
commit 3a5ca74d71
4 changed files with 64 additions and 42 deletions

View File

@@ -19,5 +19,6 @@ query FrontPageQuery($query: String!, $after: String $before: String, $first: In
name
bgColor
fgColor
unread
}
}

View File

@@ -37,5 +37,6 @@ query ShowThreadQuery($threadId: String!) {
name
bgColor
fgColor
unread
}
}