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
we need to upgrade to bootstrap 5.3, should that be a seporate PR or can include it here?
We don't ship with bootstrap icon, should we? or should the theme toggler be a text dropdown in the nav bar?
3.For the drop down menu to work - we need to include the bundled version of bootstrap that includes popper.js
heres a screenshot where i'm using bootstrap icons and the bundled version
Description
Bootstrap 5.3 now supports a dark mode out of the box
https://getbootstrap.com/docs/5.3/customize/color-modes/#dark-mode
in the docs they provide example js that can be used to toggle btw light and dark mode: https://getbootstrap.com/docs/5.3/customize/color-modes/#javascript
I propose adding this to the template
steps that need to be taking:
data-bs-theme="light"
to base templatetheme-toggler.js
tostatic/js/
with this js codeI would argue that we should just add this but one could argue it should be added as a feature flag, what are your thoughts?
The text was updated successfully, but these errors were encountered: