Added filter dialog toggle to sidebar. Moved filter dialog to container. Using events to toggle sidebar from header.

This commit is contained in:
DebaucheryLibrarian
2021-01-03 23:32:09 +01:00
parent 7bbb2f3557
commit cb4b5ce640
5 changed files with 69 additions and 36 deletions

View File

@@ -151,9 +151,9 @@ const routes = [
name: 'actors',
},
{
path: '/networks',
path: '/channels',
component: Networks,
name: 'networks',
name: 'channels',
},
{
path: '/movies',