ssb: Split recent votes into their own sidebar item as an experiment. #122

This commit is contained in:
2025-06-04 18:00:46 -04:00
parent 7882fcbe8f
commit 45231d703d
4 changed files with 36 additions and 2 deletions

View File

@ -202,6 +202,12 @@ class TfTabNewsElement extends LitElement {
style=${this.hash == '#@' ? 'font-weight: bold' : undefined}
>${this.unread_status('@')}@mentions</a
>
<a
href="#👍"
class="w3-bar-item w3-button"
style=${this.hash == '#👍' ? 'font-weight: bold' : undefined}
>${this.unread_status('👍')}👍votes</a
>
<a
href="#🔐"
class="w3-bar-item w3-button"