]> BookStack Code Mirror - bookstack/commit
Added experimental breadcrumb traversal
authorDan Brown <redacted>
Sun, 24 Feb 2019 15:57:35 +0000 (15:57 +0000)
committerDan Brown <redacted>
Sun, 24 Feb 2019 15:57:35 +0000 (15:57 +0000)
commit035a0d8efb1769d2816c1ebedb3f7cf12db1637e
treee11d52c4972d6c49ba32dacf1333443aee039df5
parente70423c73fe88e0d89dbf803fb74c9cbdd159dd2
Added experimental breadcrumb traversal
17 files changed:
app/Entities/Book.php
app/Entities/Repos/EntityRepo.php
app/Http/Controllers/SearchController.php
resources/assets/icons/books.svg [new file with mode: 0644]
resources/assets/js/components/breadcrumb-listing.js [new file with mode: 0644]
resources/assets/js/components/dropdown.js
resources/assets/js/components/index.js
resources/assets/sass/_header.scss
resources/assets/sass/_text.scss
resources/views/books/index.blade.php
resources/views/books/show.blade.php
resources/views/common/header.blade.php
resources/views/partials/breadcrumb-listing.blade.php [new file with mode: 0644]
resources/views/partials/breadcrumbs.blade.php
resources/views/partials/entity-list-basic.blade.php [new file with mode: 0644]
resources/views/tri-layout.blade.php
routes/web.php