-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Addition of a user-selectable dark-mode option #2022
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
- Most elements done, but still need to do editors, tables and final pass. - Toggled only by quick js check at the moment, checking via css media query. Need to make into user-preference toggle. For #1234
- Updated editor, and other area, styles to look okay in dark mode. - Used tinyMCE theme generator to create dark mode theme. - Updated tinymce to latest 4x version.
Generally seems to cause issues when secure images are in use. Was added during laravel upgrade but laravel does not use this directly for its web middleware anyway.
- Also fixed some remaining areas which needed dark mode support.
@ssddanbrown, is there a way to let guest users select dark mode? |
@over-soul Should be an option on the home screen. See above the right-most "Recent Activity" card here: |
Would it be possible to also place this button to switch between dark/light mode on the books, shelf, chapters page sites, e.g. as another item in the "Actions" section below "Export"? This would make is possible to change theme on book/page sites also an not only on the main home screen. |
@whentotrade Dark mode does not really relate to the items that the existing actions are centered around so I'd prefer not to add it there. Non guest users can toggle dark mode from any page via the top-right profile menu. |
For #1234