aboutsummaryrefslogtreecommitdiffstats
path: root/packages/main/src/services/NativeThemeService.ts
Commit message (Collapse)AuthorAge
* refactor: Inversion of control with typed-injectLibravatar Kristóf Marussy2021-12-27
|
* refactor: Clarify main process architectureLibravatar Kristóf Marussy2021-12-26
* stores: reactive data structures to hold application state * controllers: subscribe to store changes and call store actions in response to external events from services * services: integrate with the nodejs and electron environment (should be mocked for unit testing)