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
All checks were successful
Build Tilde Friends / Build-All (push) Successful in 33m18s
This commit is contained in:
parent
5bdc6fa471
commit
6273f3ea53
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"type": "tildefriends-app",
|
"type": "tildefriends-app",
|
||||||
"emoji": "🦀",
|
"emoji": "🦀",
|
||||||
"previous": "&OZ/C4IMnH3MU1FTsImb1u25m1I8Wjic2SsEfMbJeCq8=.sha256"
|
"previous": "&S+Ua+2iyQswtMDw9PbxP4sUjxUTGPzONK8nPFCjOMLc=.sha256"
|
||||||
}
|
}
|
||||||
|
@ -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(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user