]> BookStack Code Mirror - bookstack/commit
Implemented functionality to make books sort function
authorDan Brown <redacted>
Fri, 7 Dec 2018 18:33:32 +0000 (18:33 +0000)
committerDan Brown <redacted>
Fri, 7 Dec 2018 18:33:53 +0000 (18:33 +0000)
commit4c574c22a80a6838f0cf0b37b9fab1242e4fdf8c
tree623a8337b5643d551c696959696395cf6078efcf
parent0b976d9f91d45a9aebe51de11183f7b31a0132e1
Implemented functionality to make books sort function

Also changed public user settings to be stored in session rather than DB.
Cleaned existing list view type logic.
16 files changed:
app/Entities/Entity.php
app/Entities/Repos/EntityRepo.php
app/Http/Controllers/BookController.php
app/Http/Controllers/Controller.php
app/Http/Controllers/UserController.php
app/Settings/SettingService.php
resources/assets/js/components/index.js
resources/assets/js/components/list-sort-control.js [new file with mode: 0644]
resources/assets/sass/_lists.scss
resources/assets/sass/styles.scss
resources/lang/en/common.php
resources/views/books/index.blade.php
resources/views/books/list.blade.php
resources/views/books/view-toggle.blade.php
resources/views/partials/sort.blade.php [new file with mode: 0644]
routes/web.php