nightmode
nightmode copied to clipboard
🌙 Turn off the lights!
Added a new option for Admin's the ability to change the icon between solid and outline, in my opinion the sun outline looks like a cog. Also for consistency for...
This is more of a proof of concept because it's not really doing things the way we expect. We should update the `MEDIAEMBED_THEME` rendering parameter based on the selected theme....
## Bug Report **Current Behavior** When FoF Night Mode is enabled, it causes issues to CSS from [Flarum Wordpress Integration](https://discuss.flarum.org/d/22229-premium-wordpress-integration) embeds comments iframe. Custom CSS from that extension doesn't work...
## Feature Request Requested on discuss: https://discuss.flarum.org/d/21492-friendsofflarum-night-mode/358 By default, offer the same behaviour as currently (ie, auto, light, dark is available to all users), but optionally support restricting this via...
## Bug Report **Current Behavior** There's no accessible name for the button toggle. Here's the output code, from js/src/forum/addSettingsItems.js, lines 129 onwards: `Toggle forum theme` I see that the `.Button-label`...
**Fixes #77** **Changes proposed in this pull request:** - Added `fof-DarkMode` and `fof-LightMode` classes to the `` tag when switching themes in the `switchTheme.ts` file. - This change allows for...
Is it possible to please add a class to the tag so that we can target things only in dark or light mode? Right now there is some text that...