City-of-Helsinki / cnh-ui

Helsinki Climate Watch - Climate strategy monitoring UI
https://ilmastovahti.hel.fi
GNU Affero General Public License v3.0
4 stars 4 forks source link

Theme settings #56

Open terotik opened 4 years ago

terotik commented 4 years ago

Consider adding theme settings object. Currently theme is set by passing THEME_IDENTIFIER environment variable for the app.

App then loads appropriate styles and assets from directory named as THEME_IDENTIFIER. As we don't have a way of checking availability of individual asset files this technique expects every theme to have every required file available. Theme settings object would give themes more freedom to define sources for individual assets, and let them use default options for selected assets.