diff --git a/apps/blog.json b/apps/blog.json index 0ac94ac7..8e5c7080 100644 --- a/apps/blog.json +++ b/apps/blog.json @@ -1,5 +1,5 @@ { "type": "tildefriends-app", "emoji": "🪵", - "previous": "&CMKodqxRSDNxt/MMpYRysfN+6ArnEWaHUiE27J6BOIA=.sha256" + "previous": "&YHBylHM7DlDDiGfuNj+g95Bf7NFxTZs/IKG14TbWnhs=.sha256" } \ No newline at end of file diff --git a/apps/wiki.json b/apps/wiki.json index bfabb2ea..f7504e7b 100644 --- a/apps/wiki.json +++ b/apps/wiki.json @@ -1,5 +1,5 @@ { "type": "tildefriends-app", "emoji": "📝", - "previous": "&mxGlepLtpWc3IOzgZAKI5gz52tGb+r20LA+aI1qZL1g=.sha256" + "previous": "&FapSqeXK/JbtaIuh3Ot6SNJ1hR7kGRqZwiML5t5GdGw=.sha256" } \ No newline at end of file diff --git a/apps/wiki/tf-wiki-app.js b/apps/wiki/tf-wiki-app.js index c339a239..8ec7a996 100644 --- a/apps/wiki/tf-wiki-app.js +++ b/apps/wiki/tf-wiki-app.js @@ -278,12 +278,24 @@ class TfCollectionsAppElement extends LitElement { - ${this.wiki_doc && this.wiki_doc.parent === this.wiki?.id ? html` - - ` : undefined} +
+
+ ${Object.values(this.wikis || {}).map(wiki => html` +
self.on_wiki_changed({detail: {value: wiki}})}>${wiki.name}
+ + `)} +
+ ${this.wiki_doc && this.wiki_doc.parent === this.wiki?.id ? html` + + ` : undefined} +
`; } }