Event for theme #5322
Unanswered
BoiteBeet
asked this question in
Ideas & Feature Requests
Event for theme
#5322
Replies: 1 comment
-
Landed here because I needed the same thing. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Add events in the theme switch so we can listen for them anywhere.
Nova.$emit('theme-changed', 'dark')
Right now I need to do an observer on the document.documentElement for the class 'dark' to be able to do it and it's really not the most performent.
It's particularily useful when developing components that needs some reloading for theme (i.e. some rich text fields like tinymce)
Beta Was this translation helpful? Give feedback.
All reactions