mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-11-23 12:14:06 -05:00
Bug/general fixes (#450)
* Fix asset link * remove unused var * fix no meal-plan returned * cleanup redundant code * Fix dates off in UI * quick set dark/light mode * user image fixes Co-authored-by: hay-kot <hay-kot@pm.me>
This commit is contained in:
@@ -17,7 +17,7 @@ function inDarkMode(payload) {
|
||||
|
||||
const state = {
|
||||
activeTheme: {},
|
||||
darkMode: "light",
|
||||
darkMode: "light", // light, dark, system
|
||||
isDark: false,
|
||||
isLoggedIn: false,
|
||||
token: "",
|
||||
|
||||
Reference in New Issue
Block a user