handreyrc commented on PR #2164: URL: https://github.com/apache/incubator-kie-tools/pull/2164#issuecomment-2010544341
Hey @tiagobento and @caponetto, I addressed the issue with the dark theme being applied to the keyboad shortcuts modal in all editors. Now only the SWF editor will listen to theme changes. Basically I added the property " supportedThemes: EditorTheme[]" to the KogitoEditorEnvelopeContextType so its available everywhere. If the editor supports multiple themes just list the themes in the respective factory for that editor otherwise do nothing. It also alows to make theme subscription only if multiple themes are supported. Please, could you take a look? Thanks. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
