nafiesl / free-pmo

Project management software for freelancers or agencies, built with Laravel.
MIT License
432 stars 165 forks source link

[PROPOSAL] Dark and Light Theme #73

Open andriawan opened 3 years ago

andriawan commented 3 years ago

nowadays apps offer dark and light appearance. Is it possible if free-pmo implement it?

nafiesl commented 3 years ago

Nice idea @andriawan. For this, I haven't explored the dark theme on the Bootstrap 3 CSS framework. This project is using SB Admin 2, (which still using Bootstrap 3).

It would be very helpful if you or someone can help to do some small research which we might be discussed further.

andriawan commented 3 years ago

In my opinion, i'm thinking about flag on database or kind off setting table which store theme options (dark or light flag). Then user client save it on LocalStorage browser (if it needed). So, it will persist the theme wherever user open the apps.

nafiesl commented 3 years ago

@andriawan the theme switcher part, I think I will be straightforward. We can use a similar logic like the lang switcher button. The challenge is to research the dark theme of bootstrap 3 (or for SB Admin 2, to be specific).