BookStackApp / BookStack

A platform to create documentation/wiki content built with PHP & Laravel
https://www.bookstackapp.com/
MIT License
15.43k stars 1.94k forks source link

My Favourites in header #5230

Closed cavar closed 1 month ago

cavar commented 1 month ago

Describe the feature you'd like

Now My Favourites link is inside My profile dropdown. It would be nice if there is option under profile, or in Settings for admin, to add/move My Favourites in header next to Shelves and Books.

Describe the benefits this would bring to existing BookStack users

My Favourites would be on more visible place, and it would mean faster navigation.

Can the goal of this request already be achieved via other means?

No as I know, only if i change source code of app in header.blade.php.

Have you searched for an existing open/closed issue?

How long have you been using BookStack?

1 to 5 years

Additional context

No response

ssddanbrown commented 1 month ago

Hi @cavar, Just an FYI, if you enable UI shortcuts in the "My Account" area you can use a shortcut to jump to favourites.

No as I know, only if i change source code of app in header.blade.php.

If you're happy to hack, you can do this via the visual theme system, overriding this view file which exists to allow custom additions to the header bar.

cavar commented 1 month ago

Great, this is more then enough. Thanks 👍