]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commit - client/src/app/app.component.html
Servicify menu, close menu on admin for small and medium screens
authorRigel Kent <sendmemail@rigelk.eu>
Sat, 7 Mar 2020 12:50:26 +0000 (13:50 +0100)
committerChocobozzz <chocobozzz@cpy.re>
Tue, 10 Mar 2020 15:22:52 +0000 (16:22 +0100)
commit3b20bdd6dc7402b0723e038c57f0606131e20e54
tree68b203892c15c524f57651bfda7e6d5c0e920443
parent7b81edc854902a536083298472bf92bb6726edcf
Servicify menu, close menu on admin for small and medium screens
client/src/app/app-routing.module.ts
client/src/app/app.component.html
client/src/app/app.component.ts
client/src/app/core/core.module.ts
client/src/app/core/menu/index.ts [new file with mode: 0644]
client/src/app/core/menu/menu.service.ts [new file with mode: 0644]
client/src/app/core/routing/index.ts
client/src/app/core/routing/menu-guard.service.ts [new file with mode: 0644]
client/src/app/core/theme/theme.service.ts
client/src/app/shared/misc/screen.service.ts