diff options
| author | syuilo <4439005+syuilo@users.noreply.github.com> | 2025-05-06 14:41:31 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-06 14:41:31 +0900 |
| commit | 8959bfa1c0b558888aa7da207f8166092c51a353 (patch) | |
| tree | 6724fbcd6be6831878d4dfa6bbddcffc6052b81d /packages/frontend-shared | |
| parent | chore(deps): sharpを固定 (#15957) (diff) | |
| download | misskey-8959bfa1c0b558888aa7da207f8166092c51a353.tar.gz misskey-8959bfa1c0b558888aa7da207f8166092c51a353.tar.bz2 misskey-8959bfa1c0b558888aa7da207f8166092c51a353.zip | |
refactor(frontend): 空/エラー結果表示をコンポーネント化 (#15963)
* wip
* wip
* wip
* wip
* wip
* Update MkResult.vue
* Add storybook story for MkResult (#15964)
* Update MkResult.vue
---------
Co-authored-by: taichan <40626578+tai-cha@users.noreply.github.com>
Diffstat (limited to 'packages/frontend-shared')
| -rw-r--r-- | packages/frontend-shared/js/const.ts | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/packages/frontend-shared/js/const.ts b/packages/frontend-shared/js/const.ts index 84b5afe78f..8c49b41f4d 100644 --- a/packages/frontend-shared/js/const.ts +++ b/packages/frontend-shared/js/const.ts @@ -112,10 +112,6 @@ export const ROLE_POLICIES = [ 'chatAvailability', ] as const; -export const DEFAULT_SERVER_ERROR_IMAGE_URL = 'https://xn--931a.moe/assets/error.jpg'; -export const DEFAULT_NOT_FOUND_IMAGE_URL = 'https://xn--931a.moe/assets/not-found.jpg'; -export const DEFAULT_INFO_IMAGE_URL = 'https://xn--931a.moe/assets/info.jpg'; - export const MFM_TAGS = ['tada', 'jelly', 'twitch', 'shake', 'spin', 'jump', 'bounce', 'flip', 'x2', 'x3', 'x4', 'scale', 'position', 'fg', 'bg', 'border', 'font', 'blur', 'rainbow', 'sparkle', 'rotate', 'ruby', 'unixtime']; export const MFM_PARAMS: Record<typeof MFM_TAGS[number], string[]> = { tada: ['speed=', 'delay='], |