summaryrefslogtreecommitdiff
path: root/packages/frontend/src/pages/chat/XMessage.vue (follow)
Commit message (Collapse)AuthorAgeFilesLines
* split url into webUrl and localUrl (like mastodon)stableFreya Murphy11 hours1-2/+2
|
* use pnpm package alias for @transfem-org/sfm-jsHazelnoot2025-06-121-1/+1
|
* use SKUrlPreviewGroup in more placesHazelnoot2025-06-071-4/+4
|
* use SkTransitionGroup in all locations that hardcode use of TransitionGroupHazelnoot2025-05-291-7/+8
|
* don't recursively render note previewsHazelnoot2025-05-201-1/+1
|
* Merge tag '2025.4.0' into merge/2025-03-24Hazelnoot2025-04-131-5/+5
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # .github/workflows/storybook.yml # locales/index.d.ts # package.json # packages/backend/src/models/json-schema/role.ts # packages/frontend/src/components/MkPageWindow.vue # packages/frontend/src/pages/admin/roles.editor.vue # packages/frontend/src/pages/admin/roles.vue # packages/frontend/src/pages/settings/preferences.vue # packages/frontend/src/pages/settings/privacy.vue # packages/frontend/src/pages/timeline.vue # packages/frontend/src/pref-migrate.ts # packages/frontend/src/ui/_common_/common.vue # packages/frontend/src/ui/deck.vue # packages/frontend/src/ui/universal.vue # packages/misskey-js/src/autogen/types.ts
| * enhance: チャットの閲覧を無効化できるように (#15765)かっこかり2025-04-071-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * enhance: チャットの閲覧を無効化できるように * fix * fix * fix * readonlyの説明を追加 * enhance: チャットが無効な場合はチャット関連の設定も隠すように * fix * refactor: ChatServiceからApiに関するドメイン知識を排除
* | Merge branch 'misskey-develop' into merge/2025-03-24Hazelnoot2025-04-031-27/+35
|\| | | | | | | | | | | | | | | | | # Conflicts: # package.json # packages/backend/src/core/AccountMoveService.ts # packages/frontend/src/components/MkDateSeparatedList.vue # packages/misskey-js/etc/misskey-js.api.md # pnpm-lock.yaml
| * fix: チャット周りの修正 (#15741)かっこかり2025-04-031-27/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fix(misskey-js): チャットのChannel型定義を追加 * fix(backend); canChatで塞いでいない書き込み系のAPIを塞ぐ * fix(frontend): チャット周りのフロントエンド型修正 * lint fix * fix broken lockfile * fix * refactor * wip * wip * wip * clean up --------- Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* | fix import of sfm-jsHazelnoot2025-04-011-1/+1
|/
* fix(frontend): チャットのデザイン調整 (#15708)かっこかり2025-03-311-10/+23
| | | | | | | | | | | | | | | * fix(frontend): チャットのデザイン調整 * remove unused locales * 🎨 * Update XMessage.vue * Update XMessage.vue --------- Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* 🎨syuilo2025-03-291-0/+4
|
* enhance(frontend): improve chat uxsyuilo2025-03-261-3/+15
|
* enhance(frontend): refactor and improve uxsyuilo2025-03-251-3/+28
|
* 🎨syuilo2025-03-251-1/+5
|
* enhance: チャットのリアクションを削除できるようにsyuilo2025-03-251-1/+10
|
* enhance(frontend): チャットの送信者名を表示できるようにsyuilo2025-03-251-0/+5
|
* Feat: Chat (#15686)syuilo2025-03-241-0/+245
* 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