Option to make side drawer push videos to the side and be permanent, fixes #320

This commit is contained in:
Håvar Aambø Fosstveit
2020-05-09 00:03:56 +02:00
parent c5143de647
commit 1690394328
26 changed files with 174 additions and 21 deletions
+5
View File
@@ -43,6 +43,11 @@ export const toggleButtonControlBar = () =>
type : 'TOGGLE_BUTTON_CONTROL_BAR'
});
export const toggleDrawerOverlayed = () =>
({
type : 'TOGGLE_DRAWER_OVERLAYED'
});
export const toggleShowNotifications = () =>
({
type : 'TOGGLE_SHOW_NOTIFICATIONS'