1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-28 17:02:04 +03:00

Added responsive functionality to tri-layout view.

This commit is contained in:
Dan Brown
2018-12-08 23:34:06 +00:00
parent 4c574c22a8
commit e1474194db
7 changed files with 166 additions and 111 deletions

View File

@ -20,6 +20,7 @@ import shelfSort from "./shelf-sort";
import homepageControl from "./homepage-control";
import headerMobileToggle from "./header-mobile-toggle";
import listSortControl from "./list-sort-control";
import triLayout from "./tri-layout";
const componentMapping = {
@ -45,6 +46,7 @@ const componentMapping = {
'homepage-control': homepageControl,
'header-mobile-toggle': headerMobileToggle,
'list-sort-control': listSortControl,
'tri-layout': triLayout,
};
window.components = {};