add garlic to emoji falling
Some checks failed
Dockle / dockle (pull_request) Failing after 1m36s
API report (misskey.js) / report (pull_request) Successful in 2m46s
Test (backend) / unit (22.x) (pull_request) Failing after 7s
Test (backend) / e2e (22.x) (pull_request) Failing after 6s
Test (frontend) / vitest (22.x) (pull_request) Failing after 5s
Test (misskey.js) / test (22.x) (pull_request) Failing after 5s
Lint / pnpm_install (pull_request) Successful in 2m35s
Test (production install and build) / production (22.x) (pull_request) Successful in 3m39s
Test (backend) / validate-api-json (22.x) (pull_request) Successful in 4m25s
Lint / lint (backend) (pull_request) Failing after 2m30s
Lint / lint (misskey-js) (pull_request) Successful in 3m27s
Lint / lint (sw) (pull_request) Successful in 3m45s
Lint / lint (frontend) (pull_request) Failing after 8m48s
Lint / typecheck (misskey-js) (pull_request) Successful in 2m19s
Lint / typecheck (backend) (pull_request) Successful in 4m11s
Some checks failed
Dockle / dockle (pull_request) Failing after 1m36s
API report (misskey.js) / report (pull_request) Successful in 2m46s
Test (backend) / unit (22.x) (pull_request) Failing after 7s
Test (backend) / e2e (22.x) (pull_request) Failing after 6s
Test (frontend) / vitest (22.x) (pull_request) Failing after 5s
Test (misskey.js) / test (22.x) (pull_request) Failing after 5s
Lint / pnpm_install (pull_request) Successful in 2m35s
Test (production install and build) / production (22.x) (pull_request) Successful in 3m39s
Test (backend) / validate-api-json (22.x) (pull_request) Successful in 4m25s
Lint / lint (backend) (pull_request) Failing after 2m30s
Lint / lint (misskey-js) (pull_request) Successful in 3m27s
Lint / lint (sw) (pull_request) Successful in 3m45s
Lint / lint (frontend) (pull_request) Failing after 8m48s
Lint / typecheck (misskey-js) (pull_request) Successful in 2m19s
Lint / typecheck (backend) (pull_request) Successful in 4m11s
This commit is contained in:
parent
53f0cefd04
commit
51c6f6e50e
1 changed files with 1 additions and 1 deletions
|
@ -354,7 +354,7 @@ const easterEggEngine = ref<{ stop: () => void } | null>(null);
|
||||||
const containerEl = shallowRef<HTMLElement>();
|
const containerEl = shallowRef<HTMLElement>();
|
||||||
|
|
||||||
function iconLoaded() {
|
function iconLoaded() {
|
||||||
const emojis = defaultStore.state.reactions;
|
const emojis = [...defaultStore.state.reactions, '🧄'];
|
||||||
const containerWidth = containerEl.value.offsetWidth;
|
const containerWidth = containerEl.value.offsetWidth;
|
||||||
for (let i = 0; i < 32; i++) {
|
for (let i = 0; i < 32; i++) {
|
||||||
easterEggEmojis.value.push({
|
easterEggEmojis.value.push({
|
||||||
|
|
Loading…
Reference in a new issue