summaryrefslogtreecommitdiff
path: root/packages/frontend/src/components (follow)
Commit message (Collapse)AuthorAgeFilesLines
* perf(frontend): WebGL contextの数を減らすsyuilo2023-06-061-2/+1
| | | | #10960
* Condensedlines reflow once (#10944)Yuriha2023-06-051-1/+8
| | | | | | | | | | | | | | | | | | | | * perf: Update MkCondensedLine styles after reading all dimensions * perf: reduce reflow in MkCondensedLine * lint * Update packages/frontend/src/components/global/MkCondensedLine.vue Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com> * Update packages/frontend/src/components/global/MkCondensedLine.vue Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com> --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
* fix(frontend): MkUserPopupが省略されないのを修正tamaina2023-06-051-1/+8
| | | | Fix #10870
* fix:vue-plyr廃止追加対応(Audio要素のコンテキストメニュ ↵mappi2023-06-021-0/+2
| | | | | | | | | をブラウザデフォルトに) (#10940) * wip * add comment * fix quotes
* :art:syuilo2023-06-021-3/+4
|
* fix stylesyuilo2023-06-021-1/+1
| | | | Fix #10870
* test: ignore `MkImgWithBlurhash` to avoid unstable snapshotsAcid Chicken (硫酸鶏)2023-06-011-1/+1
|
* test: fix vitestAcid Chicken (硫酸鶏)2023-06-011-0/+5
|
* perf(#10923): CSS Modules のクラス名をインライン化する (#10930)Acid Chicken (硫酸鶏)2023-06-0132-119/+153
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * perf(#10923): unwind css module class name * perf(#10923): support multiple components * refactor: clean up * refactor(#10923): avoid `useCssModule()` * fix(#10923): allow direct literal class name * fix(#10923): avoid computed class name * fix(#10923): allow literal keys * fix(#10923): typo * fix(#10923): invalid class names * chore: test * revert: test This reverts commit 5c7ef366eceebe8ba260efa4d5d675f6c1775c45. * fix(#10923): hidden tale * perf(#10923): also unwind scoped css contained components * perf(#10923): `normalizeClass` AOT compilation --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* enhance(frontend): ↵syuilo2023-06-012-7/+38
| | | | | | 追加の絵文字用辞書をダウンロードできるように Resolve #10921
* fix: テーマにプロパティ 'fgOnWhite' ↵SASAGAWA Kiyoshi2023-06-011-2/+1
| | | | | | | を追加してフォローボタンのスタイルを調整 (#10931) * fix: add theme property 'fgOnWhite' and fix styles of follow button. * fix: add theme property 'fgOnWhite' and fix styles of follow button.
* :art:syuilo2023-06-011-0/+1
|
* fix(frontend): disconnect ResizeObservertamaina2023-05-313-20/+40
|
* tweak uisyuilo2023-05-311-4/+5
|
* fix: ↵mappi2023-05-311-1/+2
| | | | | | | | | | | Firefoxにおける絵文字ピッカーのTabキーフォーカス問題の修正 (#10926) * fix 10744 * fix 10744 * Update CHANGELOG.md * add comment
* enhance(client): MFMのx2, scale, ↵kabo24682023-05-311-2/+5
| | | | | | | | | | | positionが含まれていたらノートをたたむようにした (#10165) * enhance(client): MFMのx2, scale, positionが含まれていたらノートをたたむようにした * Update CHANGELOG.md --------- Co-authored-by: tamaina <tamaina@hotmail.co.jp>
* perf(frontend): ↵syuilo2023-05-312-4/+4
| | | | | | サーバーにカスタム絵文字の種類が多い場合のパフォーマンスの改善 Resolve #10925
* fix(frontend/MkNoteDetailed): fix css moduletamaina2023-05-301-1/+1
|
* fix(frontend): ↵syuilo2023-05-302-2/+12
| | | | | | Pagesのコンテンツが表示されない・作成や編集ができない問題を修正 Fix #10908
* :art:syuilo2023-05-302-27/+15
|
* refactorsyuilo2023-05-301-3/+3
|
* vue-plyrやめるなどsyuilo2023-05-302-118/+88
| | | | | - 問題点が多い - バンドルサイズ削減
* perf(frontend): emojilistのサイズ削減syuilo2023-05-302-30/+2
|
* refactorsyuilo2023-05-302-24/+24
|
* refactorsyuilo2023-05-292-140/+122
|
* refactorsyuilo2023-05-291-144/+114
|
* refactorsyuilo2023-05-291-344/+272
|
* lintsyuilo2023-05-291-1/+1
|
* refactorsyuilo2023-05-272-106/+13
|
* refactorsyuilo2023-05-273-194/+2
|
* refactorsyuilo2023-05-276-192/+157
|
* feat: ↵NoriDev2023-05-262-7/+37
| | | | | | | | | | | | | アカウント初期設定ウィザードに戻るボタンと、後で進むボタンを追加 (#10893) * enhance(frontend): アカウント初期設定ウィザードに戻るボタンを追加 * enhance(frontend): アカウント初期設定ウィザードにあとでボタンを追加 * tweak --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* enhance(frontend): ↵syuilo2023-05-251-8/+0
| | | | | | | フォロー/フォロー解除したときに自動でTLをリロードするのをやめるように - 不便に感じる場合が多いように思う - 将来的にTLがpush型になったら無意味になる
* refactorsyuilo2023-05-242-34/+28
|
* refactorsyuilo2023-05-241-35/+20
|
* refactorsyuilo2023-05-241-55/+48
|
* feat: impl IdlingRenderScheduler (#10547)Acid Chicken (硫酸鶏)2023-05-205-29/+61
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * feat: impl IdleRender * test: pin time on Chromatic * test: pin time on Chromatic * fix: typo * style: rename * style: rename * chore: back to setTimeout * style: linebreak * refactor: remove unused budget option * refactor: use raw unix time * fix: conflict error * fix: floor * fix: subtract * Revert "fix: subtract" This reverts commit 2ef4afaafc69d2fb8329b04c1b124dfa97b7e863. * Revert "fix: floor" This reverts commit bef8ecdf45c6afc52138921d16e2caca78cfd38d. * Revert "refactor: use raw unix time" This reverts commit 5199e13cb2829f3036101f95445cca3cb9c83703.
* refactorsyuilo2023-05-191-1/+1
|
* refactor(frontend): use css modulesyuilo2023-05-191-65/+49
|
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developsyuilo2023-05-191-1/+1
|\
| * fix:Firefoxでサインアップする時、メールアドレスがユー ↵まっぴー2023-05-191-1/+1
| | | | | | | | | | | | | | | | | | ー名として認識される#10523 (#10869) * fix:Firefoxでサインアップする時、メールアドレスがユーザー名として認識される * Update CHANGELOG.md edit CHANGELOG.md
* | refactorsyuilo2023-05-1980-351/+340
|/
* add notesyuilo2023-05-191-0/+2
|
* perf: MkImgWithBlurhashとMkMediaImageを最適化 (#10782)tamaina2023-05-195-84/+248
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * #10781 * fix tsconfig * fetch image?? * Revert "fetch image??" This reverts commit 0925c28d5a4f328264c39d5591dc736795541683. * wip * Revert "wip" This reverts commit be97c6cb88318bcea441edeeecb69b6d6ed0dd8f. * loading="eager" * loading="eager" 2 * error * wip * wip * wip * wip * clean up * fix * 生成するworkerを1つにする? * clean up * use buraha * wip * smaller width, height * update buraha * clean up * fix * Update MkMediaImage.vue * Update MkImgWithBlurhash.vue * Revert "fix(frontend): センシティブ設定された画像を開くとき一瞬レイアウトが崩れる問題を修正" This reverts commit 41e9aa6f9b03107518224e2ebde8889c64408204. * Update MkMediaList.vue * Update MkMediaList.vue * Update MkMediaList.vue * Update CHANGELOG.md * wait for decode * fix * ? * (test) remove container-type: inline-size; * Revert "(test) remove container-type: inline-size;" This reverts commit 9448e64228428175a3d624c04df1bfad0f59cb69. * container-name * Revert "container-name" This reverts commit 94385d32213a00a06a59fbd2296d6ef1b5f91785. * width: 100%; * improve performance * refactor * wip * WIP * wip * Revert "wip" This reverts commit 36e3b75cab8114e423544b79a8e2df353880f43b. * Revert "WIP" This reverts commit 05b729ef9189aea052ba411ac10f30a46cc668c8. * Revert "wip" This reverts commit 0801e7936116c58154d7cecfea955dd15fa61a77. * #10860 * wip * no worker * Revert "no worker" This reverts commit a9c49e4fb49976958a7594393343d52be0e082d7. * :v: * workerNumber固定は不要 --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* feat: ↵syuilo2023-05-191-2/+4
| | | | センシティブなカスタム絵文字のリアクションを受け入れない設定を追加
* enhance(frontend): ↵syuilo2023-05-191-5/+12
| | | | リアクションの取り消し/変更時に確認ダイアログを出すように
* tweak of 7ce569424syuilo2023-05-181-3/+8
|
* feat: ↵syuilo2023-05-181-4/+9
| | | | カスタム絵文字ごとにそれをリアクションとして使えるロールを設定できるように
* fix(frontend/MkUrlPreview): summalyがエラーになった際の挙動を修正tamaina2023-05-171-7/+23
|
* ci: stop MkGalleryPostPreview snapshotAcid Chicken (硫酸鶏)2023-05-171-0/+4
|