-
Notifications
You must be signed in to change notification settings - Fork 7.6k
[Themes] Removed waiting until to app is ready to apply themes in order to get ri... #8419
Conversation
… rid of the flicker when the editor loads each time it is opened #8377
@TomMalbran I included your jsdoc suggestions in this pull request. Thanks it really helped |
* @param {File} file for the theme | ||
* @param {string} displayName is an optional parameter used as the display name for the theme | ||
*/ | ||
* @constructor |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do you want to add a simple description here? It will look better in the Docs page
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@MiguelCastillo Great. I think they look good now. |
@TomMalbran Man, I must have an actual lexical limitation! Keep getting those nits in there. Thanks for catching them. |
@MiguelCastillo Jeje, it is still hard to see them. You have to do a close review to find them |
cc @dangoor |
Ok, not all three in ThemeManager, but all three checkins touch ThemeManager and ThemeSettings |
This does indeed fix the style flash. Thanks! |
[Themes] Removed waiting until to app is ready to apply themes in order to get ri...
...d of the flicker when the editor loads each time it is opened
#8377