Add support for a 'hover' menu.

This commit is contained in:
Dermot Duffy
2021-09-08 20:58:01 -07:00
parent 632fdb0079
commit 0e8e0d38c5
7 changed files with 45 additions and 10 deletions
+4
View File
@@ -34,6 +34,10 @@ export const FRIGATE_MENU_MODES = [
'overlay-left',
'overlay-bottom',
'overlay-right',
'hover-top',
'hover-left',
'hover-bottom',
'hover-right',
'above',
'below',
] as const;