You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently safe-apps cannot retrieve the information if the web interface has the dark mode enabled.
Therefore many safe apps only offer a light mode which does not look consistent with the web interface if dark mode is enabled.
How do we solve it?
We should add the information if the dark mode is enabled or not into the data the safe-apps-sdk retrieves from the web-core communicator. We could create a new data structure "settings" which for now only holds the info if the dark mode is enabled.
Then safe apps could react to that setting and change the theme accordingly.
The text was updated successfully, but these errors were encountered:
What problem does it solve?
Currently safe-apps cannot retrieve the information if the web interface has the dark mode enabled.
Therefore many safe apps only offer a light mode which does not look consistent with the web interface if dark mode is enabled.
How do we solve it?
We should add the information if the dark mode is enabled or not into the data the safe-apps-sdk retrieves from the
web-core
communicator. We could create a new data structure "settings" which for now only holds the info if the dark mode is enabled.Then safe apps could react to that setting and change the theme accordingly.
The text was updated successfully, but these errors were encountered: