ApolloZhu / Dynamic-Dark-Mode

The smart, automatic Dark Mode toggle for macOS Mojave+
https://apollozhu.github.io/Dynamic-Dark-Mode/
GNU General Public License v3.0
504 stars 31 forks source link

[Refactor] Redux #79

Open ApolloZhu opened 4 years ago

ApolloZhu commented 4 years ago

Currently the determination logic is very chaotic and, really, just spaghetti code. Changing to state + apply event will make it much easier to both test the code and clear up the logic.