fix bookmarks
This commit is contained in:
parent
20e781c71d
commit
848d48e404
1 changed files with 2 additions and 1 deletions
|
|
@ -74,7 +74,6 @@ const NavPanel = {
|
||||||
new Set(store.prefsStorage.collections.pinnedNavItems),
|
new Set(store.prefsStorage.collections.pinnedNavItems),
|
||||||
}),
|
}),
|
||||||
...mapPiniaState(useInstanceStore, {
|
...mapPiniaState(useInstanceStore, {
|
||||||
bookmarks: getBookmarkFolderEntries,
|
|
||||||
pleromaChatMessagesAvailable: (store) =>
|
pleromaChatMessagesAvailable: (store) =>
|
||||||
store.featureSet.pleromaChatMessagesAvailable,
|
store.featureSet.pleromaChatMessagesAvailable,
|
||||||
bubbleTimeline: (store) => store.featureSet.localBubble,
|
bubbleTimeline: (store) => store.featureSet.localBubble,
|
||||||
|
|
@ -103,6 +102,8 @@ const NavPanel = {
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
console.log([...this.pinnedItems])
|
||||||
|
console.log([...this.bookmarks])
|
||||||
return filterNavigation(
|
return filterNavigation(
|
||||||
[
|
[
|
||||||
...Object.entries({ ...TIMELINES })
|
...Object.entries({ ...TIMELINES })
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue