]> BookStack Code Mirror - bookstack/commit
Added bookshelves to breadcrumbs
authorDan Brown <redacted>
Sun, 7 Apr 2019 17:28:11 +0000 (18:28 +0100)
committerDan Brown <redacted>
Sun, 7 Apr 2019 17:28:11 +0000 (18:28 +0100)
commitb12ae6d11b18acee1107b8182e7e666be05e3337
tree0585d1b19be95da7b609222b93206b159b17c5ce
parent221a483b40d6e2860c4552812b0a9ec90dc8c008
Added bookshelves to breadcrumbs

- Updated breadcrumb dropdown switchers and back-end sibling code to handle new breadcrumbs.
- Added breadcrumb view composer and EntityContext system to mangage
tracking if in the context of a bookshelf.
app/Entities/Bookshelf.php
app/Entities/BreadcrumbsViewComposer.php [new file with mode: 0644]
app/Entities/EntityContextManager.php [new file with mode: 0644]
app/Http/Controllers/BookController.php
app/Http/Controllers/BookshelfController.php
app/Http/Controllers/SearchController.php
app/Providers/AppServiceProvider.php
resources/assets/js/components/breadcrumb-listing.js
resources/views/shelves/list-item.blade.php
tests/Entity/BookShelfTest.php