1Hive / apiary

Aragon DAO explorer
https://apiary.1hive.org
GNU General Public License v3.0
25 stars 16 forks source link

Add dark mode #110

Closed onbjerg closed 4 years ago

onbjerg commented 4 years ago

Do we still want the pastel-blue-grayish sidebar on our light mode? @lkngtn

Right now the dark mode is activated by clicking the logo, but we should probably have a dedicated button for it.

Light mode (default)

https://i.imgur.com/ZOI2krj.png

Dark mode

https://i.imgur.com/vmU4MpF.png

Closes #85

lkngtn commented 4 years ago

Do we still want the pastel-blue-grayish sidebar on our light mode?

I think so, it seems to look much better than with the white bar imo. We may need to adjust how we handle things as we start working on adding user authentication and possibly embedding the client but for now it seems like the current sidebar works well enough.

Right now the dark mode is activated by clicking the logo, but we should probably have a dedicated button for it.

I think this is fine for now, it's like an easter egg. I expect that dark mode will be enabled in the client via the account module so we may end up being able to use the same approach once we add user authentication.

onbjerg commented 4 years ago

@lkngtn The light mode sidebar color should now match the one we used before this PR.