summaryrefslogtreecommitdiff
path: root/packages/client/src/pages/messaging (follow)
Commit message (Collapse)AuthorAgeFilesLines
* rename: client -> frontendsyuilo2022-12-274-1469/+0
|
* enhance(client): use container queries if available to improve perfsyuilo2022-12-262-1/+58
|
* :art:syuilo2022-12-201-1/+1
|
* Use tabler icons (#9354)syuilo2022-12-194-10/+10
| | | | | | | | | | | | | | | | | * wip * wip * wip * Update style.scss * wip * wip * wip * wip
* Revert "wip"syuilo2022-12-192-3/+3
| | | | This reverts commit f83bd31fd5fee0bb2209ad0e5359ffa473ffb30e.
* wipsyuilo2022-12-192-3/+3
|
* fix: ↵hayabusa2022-10-132-2/+32
| | | | | | | 一部の状態のファイルをドロップしてアップロードできない場合がある問題を修正 (投稿フォーム以外についても) (#9114) * dropEffectとeffectAllowedの関連付けを投稿フォームと同様に修正 * 文字列をDropできるようにしてしまったのを修正
* refactor(client): refactor file name and directory structuresyuilo2022-09-062-2/+2
|
* refactor(client): align filename to component namesyuilo2022-08-312-2/+2
|
* fix: broken chats (#8983)Kainoa Kanter2022-07-231-4/+2
| | | | | | | * Fix broken chats Co-authored-by: @ltlapy * :art:
* refactor(client): refactoringsyuilo2022-07-021-1/+0
|
* refactor(client): Refine routing (#8846)syuilo2022-06-202-146/+144
|
* refactor: チャットルームをComposition API化 (#8850)tamaina2022-06-203-559/+480
| | | | | | | | | | | | | | | | | | | | | * pick form * pick message * pick room * fix lint * fix scroll? * fix scroll.ts * fix directives/sticky-container * update global/sticky-container.vue * fix, :art: * test.1
* chore: fix some lints automatically (#8788)Johann1502022-06-102-3/+3
| | | | | | | | | * chore: fix some lints automatically Fixed lints that were automatically fixable with `eslint --fix`. * fix type * workaround for empty interface lint
* fix lints (#8737)Johann1502022-05-263-51/+50
| | | | | | | | | | | | | | | * fix: emits use ev instead of e * fix: errors use err instead of e * fix: replace use of data where possible * fix: events use evt instead of e * fix: use strict equals * fix: use emoji instead of e * fix: vue lints
* enhance: ↵tamaina2022-04-281-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ドライブに画像ファイルをアップロードするときオリジナル画像を破棄してwebpublicのみ保持するオプション (#8216) * wip * Update packages/client/src/os.ts Co-authored-by: tamaina <tamaina@hotmail.co.jp> * メニューをComposition API化、switchアイテム追加 クライアントサイド画像圧縮の準備 * メニュー型定義を分離 (TypeScriptの型支援が効かないので) * disabled * make keepOriginal to follow setting value * :v: * fix * fix * :v: * WEBP * aaa * :v: * webp * lazy load browser-image-resizer * rename * rename 2 * Fix * clean up * add comment * clean up * jpeg, pngにもどす * fix * fix name * webpでなくする ただしサムネやプレビューはwebpのまま (テスト) * 動画サムネイルはjpegに * エラーハンドリング * :v: * v2.2.1-misskey-beta.2 * browser-image-resizer#v2.2.1-misskey.1 * :v: * fix alert * update browser-image-resizer to v2.2.1-misskey.2 * lockfile Co-authored-by: mei23 <m@m544.net> Co-authored-by: MeiMei <30769358+mei23@users.noreply.github.com>
* refactor(client): better semanticssyuilo2022-01-283-4/+4
|
* fix(client): チャットが見れないsyuilo2022-01-272-3/+4
| | | | Fix #8203
* disable animations on more transitions (#8112)Johann1502022-01-251-1/+1
|
* fix: change keypress to keydown (#8192)Hyunseung Jeon2022-01-251-2/+2
|
* refactor(client): specify global scopesyuilo2022-01-161-3/+3
|
* enhance: pizzaxでstreamingのuser storage ↵tamaina2021-12-293-3/+6
| | | | | | | | | | | | | | | | | | | | | updateイベントを監視して更新 (#8095) * wip * wip? * ? * streamingのuser storage updateイベントを監視して更新 * 必要な時以外はストレージを更新しない * fix? * wip * fix * fix
* refactor(client): :sparkles:syuilo2021-12-101-1/+1
|
* update linrsyuilo2021-11-194-28/+28
|
* refactor(client): refactor dialog functions to improve type inferencesyuilo2021-11-183-22/+9
|
* refactoringsyuilo2021-11-124-0/+1475
Resolve #7779