Code cleanup, update eslint from webapp, add ts-prune (#1884)
This commit is contained in:
@@ -7,11 +7,7 @@ export const CLOSE_TAB = 'close-tab';
|
||||
export const OPEN_TAB = 'open-tab';
|
||||
export const SET_ACTIVE_VIEW = 'set-active-view';
|
||||
export const UPDATE_LAST_ACTIVE = 'update-last-active';
|
||||
export const MARK_READ = 'mark-read';
|
||||
export const FOCUS_BROWSERVIEW = 'focus-browserview';
|
||||
export const ZOOM = 'zoom';
|
||||
export const UNDO = 'undo';
|
||||
export const REDO = 'redo';
|
||||
export const HISTORY = 'history';
|
||||
|
||||
export const QUIT = 'quit';
|
||||
@@ -34,8 +30,6 @@ export const LOAD_FAILED = 'load_fail';
|
||||
|
||||
export const MAXIMIZE_CHANGE = 'maximized_change';
|
||||
|
||||
export const OPEN_EXTERNAL = 'open_external';
|
||||
|
||||
export const DOUBLE_CLICK_ON_WINDOW = 'double_click';
|
||||
|
||||
export const SHOW_NEW_SERVER_MODAL = 'show_new_server_modal';
|
||||
@@ -83,7 +77,6 @@ export const TOGGLE_LOADING_SCREEN_VISIBILITY = 'toggle-loading-screen-visibilit
|
||||
|
||||
export const SELECT_NEXT_TAB = 'select-next-tab';
|
||||
export const SELECT_PREVIOUS_TAB = 'select-previous-tab';
|
||||
export const ADD_SERVER = 'add-server';
|
||||
export const FOCUS_THREE_DOT_MENU = 'focus-three-dot-menu';
|
||||
|
||||
export const LOADSCREEN_END = 'loadscreen-end';
|
||||
|
Reference in New Issue
Block a user