1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-10-18 07:25:15 +02:00
bitwarden-browser/src/electron
Sorin Davidoi 58f5369adc
feat(platform-utils): Get and react to changes to the system theme (#161)
These changes will allow the WebExtension (and later the desktop application) to respect the system theme.

I've added the Electron implementation until I realized that the required API [has been implemented but not released yet](https://www.electronjs.org/docs/api/native-theme/history). Let me know if you I should remove the code.

Part of https://github.com/bitwarden/browser/issues/1256.

https://www.electronjs.org/docs/api/native-theme

Co-authored-by: Chad Scharf <3904944+cscharf@users.noreply.github.com>
2020-12-15 17:22:24 -05:00
..
services feat(platform-utils): Get and react to changes to the system theme (#161) 2020-12-15 17:22:24 -05:00
baseMenu.ts updates to support electron 6 2020-01-27 09:46:42 -05:00
biometric.darwin.main.ts try catch nodeRT module via require 2020-07-31 19:42:13 -04:00
biometric.windows.main.ts Conditional load of biometrics API on Win10+ (#169) 2020-09-17 15:36:11 -04:00
electronConstants.ts Desktop fit & finish (#212) 2020-12-04 12:21:34 -05:00
keytarStorageListener.ts keytar storage listener 2018-04-25 15:42:51 -04:00
tray.main.ts Avoid destroying the tray icon in linux (#227) 2020-12-15 15:26:51 -05:00
updater.main.ts updates to support electron 6 2020-01-27 09:46:42 -05:00
utils.ts workaround for process.windowsStore bug 2019-09-20 23:58:24 -04:00
window.main.ts Fix dock icon not working when minimized to menu bar, fix window listeners not working after closing the main window (#223) 2020-12-11 09:46:20 -05:00