ci(#10336): disable animation on chromatic
This commit is contained in:
parent
d57a504cac
commit
ddb1635a46
@ -52,8 +52,9 @@ queueMicrotask(() => {
|
|||||||
import('../src/directives'),
|
import('../src/directives'),
|
||||||
import('../src/widgets'),
|
import('../src/widgets'),
|
||||||
import('../src/scripts/theme'),
|
import('../src/scripts/theme'),
|
||||||
|
import('../src/store'),
|
||||||
import('../src/os'),
|
import('../src/os'),
|
||||||
]).then(([{ default: components }, { default: directives }, { default: widgets }, { applyTheme }, os]) => {
|
]).then(([{ default: components }, { default: directives }, { default: widgets }, { applyTheme }, { defaultStore }, os]) => {
|
||||||
setup((app) => {
|
setup((app) => {
|
||||||
moduleInitialized = true;
|
moduleInitialized = true;
|
||||||
if (app[appInitialized]) {
|
if (app[appInitialized]) {
|
||||||
@ -65,6 +66,9 @@ queueMicrotask(() => {
|
|||||||
directives(app);
|
directives(app);
|
||||||
widgets(app);
|
widgets(app);
|
||||||
misskeyOS = os;
|
misskeyOS = os;
|
||||||
|
if (isChromatic()) {
|
||||||
|
defaultStore.set('animation', false);
|
||||||
|
}
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user