summaryrefslogtreecommitdiff
path: root/packages/frontend/src/components (follow)
Commit message (Collapse)AuthorAgeFilesLines
* style(frontend): fix autofixable eslint errors (#9968)Kagami Sascha Rosylight2023-02-175-8/+8
|
* refactor: remove all unused imports (#9951)Kagami Sascha Rosylight2023-02-1665-91/+41
| | | Co-authored-by: tamaina <tamaina@hotmail.co.jp>
* drop group (#9942)syuilo2023-02-151-19/+1
| | | | | * drop group * Update operations.ts
* drop messaging (#9919)syuilo2023-02-151-8/+0
| | | | | * drop messaging (from backend) * wip
* fix(client): use tabler icons (#9915)taiy2023-02-141-1/+1
|
* enhance(client): リアクションが無いことを伝える (#9901)taiy2023-02-121-8/+14
|
* 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
|
* tweaksyuilo2023-02-122-3/+32
|
* enhance(client): make possible to in-channel renote/quotesyuilo2023-02-121-2/+29
|
* :art:syuilo2023-02-122-2/+16
|
* fix: pagenation (#9885)futchitwo2023-02-121-1/+1
|
* 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-121-2/+2
|/ | | | Resolve #9891
* refactor(client): Refactor MkPageHeader #9869 (#9878)tamaina2023-02-112-190/+228
| | | | | | | | | | * disable animation * refactor(client): MkPageHeaderのタブをMkPageHeader.tabsに分離 animationをフォローするように * update CHANGELOG.md * remove unnecessary props
* enhance(client): ↵syuilo2023-02-112-1/+31
| | | | | | 迷惑になる可能性のある投稿を行う前に警告を表示 Resolve #9862
* enhance(client): ヘッダー(MkPageHeader)関連 (#9869)tamaina2023-02-111-80/+195
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-111-0/+13
|
* 一部のMFM構文をopt-inにsyuilo2023-02-111-12/+19
| | | | あとMFMチートシートはMisskey Hubに移動
* refactor: use defaultStore instead of this.$storesyuilo2023-02-111-9/+10
|
* :art:syuilo2023-02-111-1/+1
|
* :art:syuilo2023-02-111-2/+1
|
* tweak MkNotesyuilo2023-02-111-1/+1
|
* enhance(client): ↵syuilo2023-02-111-1/+2
| | | | 添付ファイルが5つ以上あるときは折りたたむように
* enhance(client): ↵syuilo2023-02-113-9/+52
| | | | | | 一度見たノートのRenoteは省略して表示するように Resolve #1792
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developtamaina2023-02-101-2/+2
|\
| * fix: prevent clipping audio plyr's tooltip (#9850)Nya Candy2023-02-101-2/+2
| |
* | fix share pagetamaina2023-02-101-1/+1
|/
* chore(client): improve usabilitysyuilo2023-02-101-1/+1
|
* クロップ時の質問を分かりやすくsyuilo2023-02-101-2/+4
|
* 利用規約同意UIの調整syuilo2023-02-101-6/+6
|
* :art:syuilo2023-02-101-0/+1
|
* chore: determine dimensions of the helix of cat ears based on the size of ↵Acid Chicken (硫酸鶏)2023-02-101-11/+28
| | | | | | | | | | | | | avatars (#9836) * chore: determine dimensions of the helix of cat ears based on the size of avatars * Update MkAvatar.vue * Update packages/frontend/src/components/global/MkAvatar.vue --------- Co-authored-by: tamaina <tamaina@hotmail.co.jp>
* fix(client): webkitでMkMediaListが崩れるのを修正syuilo2023-02-091-0/+3
|
* fix: dateの初期値が正常に入らない時がある (#9827)KOKO2023-02-091-1/+1
| | | | | | | * fix: dateの初期値が正常に入らない時がある * feat: datettime-localをとれるように * chore: いらない差分を戻す
* refactor(client): use css modulessyuilo2023-02-091-73/+66
|
* :art:syuilo2023-02-091-0/+3
|
* 多分 #9815syuilo2023-02-091-1/+1
|
* :art:syuilo2023-02-091-1/+1
|
* fix(client): register_note_view_interruptor not workingsyuilo2023-02-082-2/+2
| | | | Fix #9826
* revert: 650187deafsyuilo2023-02-0818-20/+45
|
* fix broken componentsyuilo2023-02-081-3/+2
|
* perf(client): do not render custom emojis in user namessyuilo2023-02-0818-46/+22
| | | | #9778
* enhance(client): use VuePlyrsyuilo2023-02-082-16/+19
| | | | | | Close #9797 Co-Authored-By: Rox Squires <rox@roxsquires.gay>