summaryrefslogtreecommitdiff
path: root/packages/frontend/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix(client): ↵syuilo2023-02-172-3/+7
| | | | | | MkHeader及びデッキのカラムでチャンネル一覧を選択したとき、最大5個までしか表示されない Fix #9904
* enhance(client): add quiz preset for playsyuilo2023-02-171-0/+118
|
* perf(client): ウェルカムページを最適化 (#9960)tamaina2023-02-172-77/+53
| | | | | * perf(client): ウェルカムページの最適化 * remove max
* style(frontend): fix autofixable eslint errors (#9968)Kagami Sascha Rosylight2023-02-176-9/+9
|
* refactor: remove all unused imports (#9951)Kagami Sascha Rosylight2023-02-16204-385/+167
| | | Co-authored-by: tamaina <tamaina@hotmail.co.jp>
* startAt -> startsAtsyuilo2023-02-151-6/+6
|
* 広告開始時期の設定 (#9944)nenohi2023-02-151-3/+12
| | | | | * 広告開始時期の設定 * 過去のものも表示するように
* drop group (#9942)syuilo2023-02-156-82/+4
| | | | | * drop group * Update operations.ts
* drop messaging (#9919)syuilo2023-02-159-1466/+0
| | | | | * drop messaging (from backend) * wip
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developtamaina2023-02-1414-52/+52
|\
| * fix(client): use tabler icons (#9915)taiy2023-02-1414-52/+52
| |
* | fix(client): ↵tamaina2023-02-141-1/+1
|/ | | | ユーザーページのファイル付きTLはリプライも含む
* fix(client): Make `isTimelineAvailable` a reference (#9906)Kagami Sascha Rosylight2023-02-131-1/+1
| | | | | * Make `isTimelineAvailable` a reference * Update b.vue
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developtamaina2023-02-121-8/+14
|\
| * enhance(client): リアクションが無いことを伝える (#9901)taiy2023-02-121-8/+14
| |
* | :art:tamaina2023-02-121-1/+9
|/
* fix(client): エラー時に再試行ができない問題を修正syuilo2023-02-122-2/+2
|
* refactorsyuilo2023-02-121-1/+5
|
* :art:syuilo2023-02-121-1/+1
|
* :art:syuilo2023-02-121-2/+4
|
* fix(client): call checkMissingMention immediatelysyuilo2023-02-121-1/+1
|
* enhance(client): ユーザーのホーム画面にもTLを表示syuilo2023-02-121-0/+10
|
* clean upsyuilo2023-02-121-3/+3
|
* tweaksyuilo2023-02-122-3/+32
|
* enhance(client): make possible to in-channel renote/quotesyuilo2023-02-121-2/+29
|
* :art:syuilo2023-02-122-2/+16
|
* enhance: レートリミットを0%にできるようにsyuilo2023-02-121-1/+1
|
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developsyuilo2023-02-122-2/+8
|\
| * fix: 広告のexpiresAtをLocalTZ分ずらして初期化 (#9876)KOKO2023-02-121-1/+7
| | | | | | | | | | * fix: 広告のexpiresAtをLocalTZ分ずらして初期化 * chore: 不要なインポートを削除
| * fix: pagenation (#9885)futchitwo2023-02-121-1/+1
| |
* | enhance(client): improve api error handlingsyuilo2023-02-121-2/+25
|/
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developsyuilo2023-02-122-40/+47
|\
| * :art:tamaina2023-02-111-1/+1
| |
| * :art:tamaina2023-02-112-39/+46
| |
* | enhance(client): make renote collapsing optionalsyuilo2023-02-123-2/+8
|/ | | | Resolve #9891
* fix(client): ↵tamaina2023-02-111-7/+3
| | | | ユーザーページでアクティビティを見ることができないのを修正
* refactor(client): Refactor MkPageHeader #9869 (#9878)tamaina2023-02-113-193/+232
| | | | | | | | | | * disable animation * refactor(client): MkPageHeaderのタブをMkPageHeader.tabsに分離 animationをフォローするように * update CHANGELOG.md * remove unnecessary props
* enhance(client): ↵syuilo2023-02-113-1/+63
| | | | | | 迷惑になる可能性のある投稿を行う前に警告を表示 Resolve #9862
* enhance(client): ヘッダー(MkPageHeader)関連 (#9869)tamaina2023-02-115-96/+222
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * MkPageHeader大改造 * ユーザーページのノート一覧をタブにするなど * :v: * :art: * fix * wheel * clean up * :art: * :art: * remove console.log * update CHANGELOG.md * fix * fix * fix * :v: * header avatar clickable * !hideTitle * Revert "!hideTitle" This reverts commit 19cad428c906f555b73730d602e401a1e943cdef. * fix changelog
* enhance(client): MkNoteのリアクションの表示数は16に制限 (#9841)tamaina2023-02-113-12/+76
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * enhance(client): MkNoteのリアクションの表示数は16に制限・リアクションの横の?ボタンでリアクション詳細 * info-circleにする * - Layout Shiftが起こらないように - 自分のリアクションは必ずつける * https://github.com/misskey-dev/misskey/pull/9841#issuecomment-1423786235 * remove logger * refactor * refactor Co-authored-by: acid-chicken <root@acid-chicken.com> * Revert "https://github.com/misskey-dev/misskey/pull/9841#issuecomment-1423786235" This reverts commit ec1315b1fb207e0c5b2a5f2f4a00de7379c7a29b. * wip * wip * :art: * fix * fix * fix * :art: * wip * remove extras from MkNoteDetailed * もっと! * no v-if * dashed --------- Co-authored-by: acid-chicken <root@acid-chicken.com>
* enhance(client): ↵syuilo2023-02-111-2/+3
| | | | URLが4つ以上添付されている場合折りたたむように
* enhance(client): ロールをより簡単に付与できるようにsyuilo2023-02-112-0/+27
|
* 一部のMFM構文をopt-outにsyuilo2023-02-111-1/+1
|
* 一部のMFM構文をopt-inにsyuilo2023-02-116-394/+28
| | | | あとMFMチートシートはMisskey Hubに移動
* refactor: use defaultStore instead of this.$storesyuilo2023-02-111-9/+10
|
* Update about-misskey.vuesyuilo2023-02-111-0/+1
|
* :art:syuilo2023-02-111-1/+1
|
* :art:syuilo2023-02-111-2/+1
|
* fix: newNoteReceived indicator causes Layout Shift (#9843)Acid Chicken (硫酸鶏)2023-02-113-0/+7
| | | | | | | | | | | | | * fix: newNoteReceived indicator causes Layout Shift * chore: tweak position * chore: apply to user-list-timeline * style: unitless * chore: apply to antenna-timeline * fix: redundant margin
* tweak MkNotesyuilo2023-02-111-1/+1
|