Bootstrap v4 dark mode for modals and settings window (#1650)

* Bootstrap v4 dark mode for modals and settings window

* Fix package-lock.json

* Fix package-lock.json again

* Merge'd

* Oops

* Refactor into helper
This commit is contained in:
Devin Binnie
2021-07-09 17:19:49 -04:00
committed by GitHub
parent 880af87ddf
commit ee1b393e3d
16 changed files with 198 additions and 22 deletions

View File

@@ -20,6 +20,7 @@ export const EMIT_CONFIGURATION = 'emit-configuration';
export const UPDATE_TEAMS = 'update-teams';
export const DARK_MODE_CHANGE = 'dark_mode_change';
export const GET_DARK_MODE = 'get-dark-mode';
export const USER_ACTIVITY_UPDATE = 'user-activity-update';
export const LOAD_RETRY = 'load_retry';