diff options
| author | syuilo <4439005+syuilo@users.noreply.github.com> | 2025-06-07 07:47:43 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-07 07:47:43 +0900 |
| commit | 9bd5f887de6515f93c7db48d7d1370898b2d7b78 (patch) | |
| tree | a18590e7d5214958d5dc77e179747ed3bff0d5a8 /packages/frontend/src/tips.ts | |
| parent | refactor(frontend): refactor tips (diff) | |
| download | misskey-9bd5f887de6515f93c7db48d7d1370898b2d7b78.tar.gz misskey-9bd5f887de6515f93c7db48d7d1370898b2d7b78.tar.bz2 misskey-9bd5f887de6515f93c7db48d7d1370898b2d7b78.zip | |
enhance(frontend): 投稿フォームにアップローダーを埋め込み (#16173)
* wip
* Update MkPostForm.vue
* wip
* wip
* Update MkPostForm.vue
* wip
* wip
* add tip
* Update tips.ts
* Update MkPostForm.vue
Diffstat (limited to 'packages/frontend/src/tips.ts')
| -rw-r--r-- | packages/frontend/src/tips.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/frontend/src/tips.ts b/packages/frontend/src/tips.ts index a6850d0406..7218f4c19a 100644 --- a/packages/frontend/src/tips.ts +++ b/packages/frontend/src/tips.ts @@ -8,6 +8,7 @@ import { store } from '@/store.js'; export const TIPS = [ 'drive', 'uploader', + 'postFormUploader', 'clips', 'userLists', 'tl.home', |