preliminary sidebar fixes

This commit is contained in:
metacryst
2026-03-20 17:16:05 -05:00
parent 56f7c7d3a3
commit 1c6f12c210
3 changed files with 5 additions and 9 deletions

View File

@@ -30,6 +30,8 @@ css(`
`)
class Announcements extends Shadow {
announcements;
constructor() {
super()
this.announcements = global.currentNetwork.data.announcements.sort((a, b) => new Date(b.created) - new Date(a.created));