Resetting theme upon logout. Displaying loading page when logging in so user does not see their theme switch.
Этот коммит содержится в:
@@ -795,6 +795,10 @@ export function applyTheme(theme) {
|
||||
updateCodeTheme(theme.codeTheme);
|
||||
}
|
||||
|
||||
export function resetTheme() {
|
||||
applyTheme(Constants.THEMES.default);
|
||||
}
|
||||
|
||||
export function applyFont(fontName) {
|
||||
const body = $('body');
|
||||
|
||||
|
||||
Ссылка в новой задаче
Block a user