summaryrefslogtreecommitdiff
path: root/packages/frontend/src/components/MkFukidashi.vue (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix(frontend): ↵syuilo2025-05-291-1/+13
| | | | | | チャットに動画ファイルを送付すると、動画の表示が崩れてしまい視聴出来ない問題を修正 Fix #15854
* fix(frontend): チャットのデザイン調整 (#15708)かっこかり2025-03-311-1/+7
| | | | | | | | | | | | | | | * fix(frontend): チャットのデザイン調整 * remove unused locales * 🎨 * Update XMessage.vue * Update XMessage.vue --------- Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* Feat: Chat (#15686)syuilo2025-03-241-1/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * wip * wip * wip * wip * wip * Update types.ts * Create 1742203321812-chat.js * wip * wip * Update room.vue * Update home.vue * Update home.vue * Update ja-JP.yml * Update index.d.ts * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * Update CHANGELOG.md * wip * Update home.vue * clean up * Update misskey-js.api.md * wip * wip * wip * wip * wip * wip * wip * wip * wip * lint fixes * lint * Update UserEntityService.ts * search * wip * 🎨 * wip * Update home.ownedRooms.vue * wip * Update CHANGELOG.md * Update style.scss * wip * improve performance * improve performance * Update timeline.test.ts
* refactor(frontend): prefix css variables (UI) (#14739)かっこかり2024-10-101-1/+1
| | | | | | | | | | | * refactor(frontend): prefix css variables * `MI_UI` -> `MI` * fix * `stickyBottom` * stickyTop
* refactor(frontend): prefix css variables (#14725)syuilo2024-10-091-2/+2
| | | | | | | * wip * Update index.d.ts * remove unnecessary codes
* #14675 レビューの修正 (#14705)かっこかり2024-10-051-3/+3
|
* enhance(frontend): フォロワーへのメッセージ欄を改良 (#14656)かっこかり2024-09-301-0/+100
* enhance(frontend): フォロワーへのメッセージ欄を改良 * Update Changelog