Add app-menu
This commit is contained in:
@@ -60,6 +60,8 @@ export const TOGGLEMENU = '[AppCommon] ToggleMenu';
|
||||
|
||||
export const TOGGLEACCOUNTMENU = '[AppCommon] ToggleAccountMenu';
|
||||
|
||||
export const TOGGLEAPPMENU = '[AppCommon] ToggleAppMenu';
|
||||
|
||||
export const SETMENUVISIBLE = '[AppCommon] SetMenuVisible';
|
||||
|
||||
export const ONLINE = '[AppCommon] Online';
|
||||
@@ -283,6 +285,12 @@ export class ToggleAccountMenu implements Action {
|
||||
constructor() { }
|
||||
}
|
||||
|
||||
export class ToggleAppMenu implements Action {
|
||||
readonly type = TOGGLEAPPMENU;
|
||||
|
||||
constructor() { }
|
||||
}
|
||||
|
||||
export class SetMenuVisible implements Action {
|
||||
readonly type = SETMENUVISIBLE;
|
||||
|
||||
@@ -346,6 +354,7 @@ export type Actions = OpenModal
|
||||
| CloseAll
|
||||
| Online
|
||||
| Offline
|
||||
| SetPageMode;
|
||||
| SetPageMode
|
||||
| ToggleAppMenu;
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user