diff options
author | Rigel Kent <sendmemail@rigelk.eu> | 2018-09-08 17:54:38 +0200 |
---|---|---|
committer | Rigel Kent <sendmemail@rigelk.eu> | 2018-09-11 22:02:58 +0200 |
commit | c13e2bf340644a28012ac7ee3cf1d57763342baa (patch) | |
tree | fd235acec9649bf684fce10f68a0222aa102fa37 /client/src/app/app.component.ts | |
parent | 7aba23d13fe56835b07ebb00c0b4c2a929551ec3 (diff) | |
download | PeerTube-c13e2bf340644a28012ac7ee3cf1d57763342baa.tar.gz PeerTube-c13e2bf340644a28012ac7ee3cf1d57763342baa.tar.zst PeerTube-c13e2bf340644a28012ac7ee3cf1d57763342baa.zip |
update hotkeys to include user-specific routes
also fix left-menu width
Diffstat (limited to 'client/src/app/app.component.ts')
-rw-r--r-- | client/src/app/app.component.ts | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/client/src/app/app.component.ts b/client/src/app/app.component.ts index 8354a8724..907bc583b 100644 --- a/client/src/app/app.component.ts +++ b/client/src/app/app.component.ts | |||
@@ -133,10 +133,6 @@ export class AppComponent implements OnInit { | |||
133 | this.toggleMenu() | 133 | this.toggleMenu() |
134 | return false | 134 | return false |
135 | }, undefined, 'Toggle the left menu'), | 135 | }, undefined, 'Toggle the left menu'), |
136 | new Hotkey('g s', (event: KeyboardEvent): boolean => { | ||
137 | this.router.navigate([ '/videos/subscriptions' ]) | ||
138 | return false | ||
139 | }, undefined, 'Go to the subscriptions videos page'), | ||
140 | new Hotkey('g o', (event: KeyboardEvent): boolean => { | 136 | new Hotkey('g o', (event: KeyboardEvent): boolean => { |
141 | this.router.navigate([ '/videos/overview' ]) | 137 | this.router.navigate([ '/videos/overview' ]) |
142 | return false | 138 | return false |