Compare commits
No commits in common. "b41940864337331aaa4ee0d5fd95722f081e1ccd" and "0fec78ec81c3de597549dc5a4afac842db0f98bc" have entirely different histories.
b419408643
...
0fec78ec81
1 changed files with 1 additions and 2 deletions
|
|
@ -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 })
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue