ssb: Make the connections sidebar header also a link to the connections tab.
All checks were successful
Build Tilde Friends / Build-All (push) Successful in 33m18s

This commit is contained in:
Cory McWilliams 2025-04-26 18:53:08 -04:00
parent 5bdc6fa471
commit 6273f3ea53
2 changed files with 4 additions and 2 deletions

View File

@ -1,5 +1,5 @@
{ {
"type": "tildefriends-app", "type": "tildefriends-app",
"emoji": "🦀", "emoji": "🦀",
"previous": "&OZ/C4IMnH3MU1FTsImb1u25m1I8Wjic2SsEfMbJeCq8=.sha256" "previous": "&S+Ua+2iyQswtMDw9PbxP4sUjxUTGPzONK8nPFCjOMLc=.sha256"
} }

View File

@ -223,7 +223,9 @@ class TfTabNewsElement extends LitElement {
` `
)} )}
<h4 class="w3-bar-item w3-theme-d2">Connections</h4> <a class="w3-bar-item w3-theme-d2 w3-button" href="#connections">
<h4>Connections</h4>
</a>
${this.connections ${this.connections
.filter((x) => x.id && !x.destroy_reason) .filter((x) => x.id && !x.destroy_reason)
.map( .map(