summaryrefslogtreecommitdiff
path: root/packages/client (follow)
Commit message (Collapse)AuthorAgeFilesLines
* :art:syuilo2022-02-031-0/+8
|
* fix(client): fix compare-versions importsyuilo2022-02-031-1/+1
|
* fix(client): ツールチップの表示位置が正しくない問題を修正syuilo2022-02-022-2/+2
|
* tweaksyuilo2022-02-021-4/+3
|
* fix: Fix Sideview (#8235)tamaina2022-02-013-207/+176
| | | | | | | | | | | | | | | * Fix #7890 * a- * 3度目の正直 * fix * :v: * update CHANGELOG Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* fix: ensure that specified users does not get duplicates (#8233)nullobsi2022-02-011-5/+14
| | | | | | | | | * ensure that specified users does not get duplicates * Update packages/client/src/components/post-form.vue Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* fix eslint rulesyuilo2022-01-311-1/+1
|
* add eslint rulesyuilo2022-01-311-0/+1
|
* enhance(client): Chartjsのツールチップを自前にsyuilo2022-01-319-29/+138
|
* feat(client): ↵syuilo2022-01-311-0/+11
| | | | | | 連合インスタンスページからインスタンス情報再取得を行えるように Resolve #8231
* fix federation widgetsyuilo2022-01-311-1/+1
|
* fix federation widged (#8221)Johann1502022-01-301-4/+4
| | | | The variables accidentally shadowed the variables that contain the ref's to be rendered into the template.
* enhance: メニュー関連をComposition API化、switchアイテム追加 ↵tamaina2022-01-309-235/+197
| | | | | | | | | | | | | | | | | | | | (#8215) * メニューをComposition API化、switchアイテム追加 クライアントサイド画像圧縮の準備 * メニュー型定義を分離 (TypeScriptの型支援が効かないので) * disabled * make keepOriginal to follow setting value * fix * fix * Fix * clean up
* update misskey-jssyuilo2022-01-302-5/+5
|
* refactor(client): use setup sugarsyuilo2022-01-291-70/+53
|
* fix(client): ↵syuilo2022-01-291-4/+4
| | | | | | 投稿フォームのハッシュタグ保持フィールドが動作しない問題を修正 Fix #8212
* round relative time (#8199)Johann1502022-01-281-5/+5
|
* fix(client): DMページでメンションが含まれる問題を修正syuilo2022-01-281-2/+2
| | | | Fix #8211
* refactor(client): use composition apisyuilo2022-01-281-76/+55
|
* fix(client): ↵syuilo2022-01-282-3/+3
| | | | リアクション設定で絵文字ピッカーが開かないのを修正
* fixsyuilo2022-01-281-1/+1
|
* refactorsyuilo2022-01-285-8/+10
|
* refactor(client): use setup sugarsyuilo2022-01-281-201/+171
|
* refactor(client): better semanticssyuilo2022-01-2832-50/+50
|
* refactor(client): i18n.locale -> i18n.tssyuilo2022-01-2874-424/+424
|
* chore(client): improve chart renderingsyuilo2022-01-281-0/+22
|
* fix(client): トレンドウィジェットが動作しないのを修正syuilo2022-01-281-2/+2
|
* fix(client): 「クリップ」ページが開かない問題を修正syuilo2022-01-281-1/+1
|
* fix(client): ↵syuilo2022-01-281-21/+7
| | | | | | 投稿のNSFW画像を表示したあとにリアクションが更新されると画像が非表示になる問題を修正 Fix #8208
* refactor(client): use composition apisyuilo2022-01-281-86/+68
|
* refactor(client): use composition apisyuilo2022-01-281-41/+21
|
* fix(client): チャットが見れないsyuilo2022-01-272-3/+4
| | | | Fix #8203
* chore: fix instant form handlingsyuilo2022-01-273-3/+4
|
* update vuesyuilo2022-01-272-70/+70
|
* enhance: ↵tamaina2022-01-272-14/+66
| | | | | | | MediaListでは、サーバーで許可された形式しか表示しないように (#8113) * wip * fix
* Fix pop-out bug (#8170)Kainoa Kanter2022-01-261-2/+2
|
* :art:syuilo2022-01-261-1/+1
|
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developsyuilo2022-01-262-134/+95
|\
| * enhance: Improve poll-editor UI + composition port (#8186)Derek2022-01-262-134/+95
| | | | | | | | | | | | | | | | | | | | | | | | | | * Poll editor UI changes Use a horizontal layout when possible, wrap to vertical when constrained * Port poll-editor to composition API * Fix poll-editor `get` time calcs * fix Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* | refactorsyuilo2022-01-262-1/+2
|/
* :art:syuilo2022-01-261-555/+321
|
* disable animations on more transitions (#8112)Johann1502022-01-2523-31/+31
|
* fix: change keypress to keydown (#8192)Hyunseung Jeon2022-01-251-2/+2
|
* fix: アップロードエラー時の処理を修正 (#8182)MeiMei2022-01-241-1/+1
| | | | | * アップロードのエラー応答で詰むのを修正 * CHANGELOG
* fix(client): ↵syuilo2022-01-215-4/+10
| | | | タイムラインのkeep-aliveが効かなくなっているのを修正
* chore(client): add #misskey buttonsyuilo2022-01-211-1/+11
|
* wip: refactor(client): migrate components to composition apisyuilo2022-01-211-58/+48
|
* chore(client): add tooltipsyuilo2022-01-211-15/+15
|
* 投稿したらアカウントを元に戻すようにsyuilo2022-01-211-0/+1
|
* feat(client): make possible to switch account instantly in post formsyuilo2022-01-217-40/+118
|