✅ Dark Mode

There were/are no more software releases until 2022 now.

But certain features are already in there and just need turning on from the :monzo: servers, so it’s possible to activate feature(s) without a new software version - they’re called ‘feature flags’ and the ones I’m watching are:

boolean name="dark_mode_support_enabled" value="false" />
boolean name="themes_enabled" value="false" />
boolean name="really_dark_theme_enabled" value="false" />

When Monzo switches the flag on, when the app next pings the servers, the updated feature flag is sent to the device and the app will act accordingly.

12 Likes