summaryrefslogtreecommitdiff
path: root/packages/client/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* chore(client): check textarea existssyuilo2022-02-091-2/+4
|
* feat: インスタンスのテーマカラーを設定できるようにsyuilo2022-02-091-0/+9
|
* fix(client): ↵syuilo2022-02-092-154/+121
| | | | | | コントロールパネルのユーザー、ファイルにて、インスタンスの表示範囲切り替えが機能しない問題を修正 Fix #8252
* chore: tweak chart labelssyuilo2022-02-091-5/+5
|
* fix: save followers/following visibility (#8276)Johann1502022-02-091-1/+1
|
* feat: introduce intersection calculation of chartssyuilo2022-02-091-5/+11
|
* fix(client): ↵syuilo2022-02-081-0/+1
| | | | 環境に依っては返信する際のカーソル位置が正しくない問題を修正
* feat: improve federation chartsyuilo2022-02-081-2/+11
|
* chore: better labelsyuilo2022-02-081-1/+1
|
* :art:syuilo2022-02-081-0/+8
|
* feat: ↵syuilo2022-02-081-2/+23
| | | | notes/instance/perUserNotesチャートに添付ファイル付きノートの数を追加
* :art:syuilo2022-02-081-0/+14
|
* :art:syuilo2022-02-081-1/+3
|
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developsyuilo2022-02-081-3/+15
|\
| * fix: instance ticker (#8260)Johann1502022-02-081-3/+15
| | | | | | | | | | * add type and default values * remove unnecessary string operation
* | feat(client): デバイスの種類を手動指定できるようにsyuilo2022-02-087-7/+33
| |
* | feat(client): ↵syuilo2022-02-081-6/+21
| | | | | | | | 自インスタンス情報ページでチャートを見れるように
* | enhance(client): improve tooltip position calclationsyuilo2022-02-082-17/+126
| |
* | :art:syuilo2022-02-071-0/+1
|/
* feat: Option to show replies in timeline (rebase #7685) (#8202)nullobsi2022-02-061-1/+3
| | | | | * Add an option for timeline replies. Credit to Emilis (puffaboo) * update db on request
* fix: v-sizeディレクティブの動作を修正 (#8249)tamaina2022-02-062-69/+129
| | | | | | | | | | | | | | | * Fix size directive behavior not activated * calc * wip * cache computed classes * fix Vue3では使えなくなった * 不要なIntersection Observerを削除 * comment
* imprpve active users chartsyuilo2022-02-061-8/+28
|
* improve chartsyuilo2022-02-062-53/+41
|
* enhance(client): improve chart renderingsyuilo2022-02-043-6/+29
|
* fix: ↵tamaina2022-02-041-10/+13
| | | | | タイムライン種別を切り替えると「新しいノートがあります」の表示が残留してしまうのを修正 (#8250) Fix #6831
* :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>
* 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
* 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
|