Compare commits

..

No commits in common. "b41940864337331aaa4ee0d5fd95722f081e1ccd" and "0fec78ec81c3de597549dc5a4afac842db0f98bc" have entirely different histories.

View file

@ -74,6 +74,7 @@ const NavPanel = {
new Set(store.prefsStorage.collections.pinnedNavItems),
}),
...mapPiniaState(useInstanceStore, {
bookmarks: getBookmarkFolderEntries,
pleromaChatMessagesAvailable: (store) =>
store.featureSet.pleromaChatMessagesAvailable,
bubbleTimeline: (store) => store.featureSet.localBubble,
@ -102,8 +103,6 @@ const NavPanel = {
},
)
}
console.log([...this.pinnedItems])
console.log([...this.bookmarks])
return filterNavigation(
[
...Object.entries({ ...TIMELINES })