summaryrefslogtreecommitdiff
path: root/packages/frontend/src/components (follow)
Commit message (Collapse)AuthorAgeFilesLines
* feat: ↵yupix2023-07-101-5/+10
| | | | | | | | | | | | | | | | | | | ユーザーをcontextmenuからアンテナに追加できるようになど (#11206) * feat: ユーザーをcontextmenuからアンテナに追加できるように close #11115 * MkAvatars.vue変更 * nanka iroiro * fix MkAvatars * ix * fix --------- Co-authored-by: tamaina <tamaina@hotmail.co.jp>
* fix(frontend): ↵akanevrc2023-07-101-1/+1
| | | | | | | | | | | 画面ビューワをタップした場合、マウスクリックと同様に画像ビューワを閉じるように (#11211) * fix: change tapAction of photoswipe to 'close' * doc: update CHANGELOG.md --------- Co-authored-by: tamaina <tamaina@hotmail.co.jp>
* enhance(frontend): ↵syuilo2023-07-081-3/+24
| | | | | | 引用対象を「もっと見る」で展開した場合、「閉じる」で畳めるように Resolve #11185
* fix(frontend): ↵syuilo2023-07-082-1/+10
| | | | | | 長い文章を投稿する際、プレビューが画面からはみ出る問題を修正 Fix #11186
* feat: フォルダーやファイルでもIDをコピーできるように ↵yupix2023-07-081-2/+14
| | | | | | | (#11189) * feat: フォルダーやファイルでもIDをコピーできるように close #11188 * docs: update CHANGELOG.md
* fix: フォルダーのページネーションが機能しない (#11187)yupix2023-07-081-1/+23
| | | | | | | | | * fix: フォルダーのページネーションが機能しない close #11180 * Update MkDrive.vue --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* fix(frontend): ↵syuilo2023-07-081-3/+7
| | | | | | ページ遷移でスクロール位置が保持されない問題を修正 Fix #11068
* tweak localizationsyuilo2023-07-081-1/+1
| | | | Resolve #11119
* fix: ↵Chocolate Pie2023-07-081-2/+3
| | | | | | | | | | | | | 非ログイン時にクレデンシャルが必要なページに行くとエラーが出る問題を修正 (#10973) * 非ログイン時にクレデンシャルが必要なページに行くとエラーが出る問題を修正 (misskey-dev/misskey#10922) * Update CHANGELOG.md * fix * Update CHANGELOG.md * Update CHANGELOG.md
* cleanup: trim trailing whitespace (#11136)okayurisotto2023-07-0815-22/+22
| | | | | | | | | * cleanup: trim trailing whitespace * update(`.editorconfig`) --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* chore: collapse renote of my note (#11166)anatawa122023-07-071-1/+1
| | | | | | | | | | | * chore(frontend): 自分のnoteのrenoteも省略するように Co-authored-by: madorama <madorama999@gmail.com> * docs(changelog): add 見たことのあるRenoteを省略して表示をオンのときに自分のnoteのrenoteを省略するように --------- Co-authored-by: madorama <madorama999@gmail.com>
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developsyuilo2023-07-061-2/+1
|\
| * fix(frontend): In MkPagination, init() also initializes itemstamaina2023-07-061-2/+1
| | | | | | | | ユーザーページのノートタブで小タブを変更すると前のタイムラインが残る問題を修正
* | chore(frontend): tweak photoswipe animationsyuilo2023-07-061-0/+2
|/ | | | Resolve #11117
* :art:syuilo2023-07-061-4/+4
|
* chore(backend): fix typo in MkImgWithBlurhash.vue (#11125)Ikko Eltociear Ashimine2023-07-061-2/+2
| | | occured -> occurred
* feat(frontend): 画像を動画と同様に簡単に隠せるように (#11127)anatawa122023-07-061-0/+16
| | | | | * feat: hide image easily * docs(changelog): add 画像を動画と同様に簡単に隠せるように
* feat(frontend): allow cropping images on drive (#11092)Kagami Sascha Rosylight2023-07-055-16/+42
| | | | | | | | | | | * feat(frontend): allow cropping images on drive * nanka iroiro * folder --------- Co-authored-by: tamaina <tamaina@hotmail.co.jp>
* enhance(frontend): Better Timeline(MkPagination) Experience (#11066)tamaina2023-07-051-45/+125
| | | | | | | | | | | | | | | * enhance(frontend): Better MkPagination Appearance * fix * fix * 新規投稿が空でも先頭に戻ったらunshiftItemsする * use Map * refactor, 型エラー潰し * refactor
* perf(frontend): use setInterval instead of setTimeout chain in MkTime (#10981)tamaina2023-07-041-9/+16
| | | | | | | | | | | | | | | | | * perf(frontend): use setInterval instead of setTimeout chain in MkTime * fix * props.origin * props.origin 2 * fix * add comment * setIntervalを再設定する * refactor
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developsyuilo2023-07-031-2/+2
|\
| * fix(frontend): ↵mappi2023-07-031-2/+2
| | | | | | | | | | | | | | sparkle内にリンクを入れるとクリック不能になる問題の修正 (#11075) * wip * Fix 11021
* | Update MkRetentionLineChart.vuesyuilo2023-07-031-0/+1
|/
* perf(frontend): ↵tamaina2023-07-022-20/+34
| | | | | | | | | | | | | | | MkImgWithBlurhashでblurhash描画に使うcanvasは再利用するようにする (#10966) * blurhashを描画するためのcanvasは再利用する * Revert "perf(frontend): WebGL contextの数を減らす" This reverts commit aeb8955ca2600e801d44dcac2005fc994e665a6c. * MkAvatarは平均色だけにする * clean up * fix
* fix image of MkError.vuesyuilo2023-06-111-2/+2
|
* エラー画像URLを設定可能に (#10959)Ebise Lutica2023-06-098-8/+17
| | | | | | | | | | | * エラー画像URLを設定可能に * Update CHANGELOG.md * 設定したエラーアイコンをprefetchするようにbase.pugを変更 * 不足していたデータを追加 * enhance(frontend): デザイン調整
* 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
|