summaryrefslogtreecommitdiff
path: root/packages/frontend/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* refactor(frontend): fix enum types in scripts/form (#11138)Ryoh8272023-07-061-1/+2
|
* 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
|
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developsyuilo2023-07-062-2/+18
|\
| * 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 画像を動画と同様に簡単に隠せるように
* | Update about-misskey.vuesyuilo2023-07-061-0/+6
|/
* feat(frontend): allow cropping images on drive (#11092)Kagami Sascha Rosylight2023-07-057-18/+55
| | | | | | | | | | | * feat(frontend): allow cropping images on drive * nanka iroiro * folder --------- Co-authored-by: tamaina <tamaina@hotmail.co.jp>
* feat(frontend): deck ↵anatawa122023-07-052-10/+32
| | | | | | | | | UIのカラムからアンテナ、リストの編集画面を開けるように (#11104) * feat: add edit antenna button onto deck column * feat: add edit list button onto deck column * docs(changelog): add deck UIのカラムのメニューからアンテナとリストの編集画面を開けるようになりました
* enhance(frontend): Better Timeline(MkPagination) Experience (#11066)tamaina2023-07-053-47/+127
| | | | | | | | | | | | | | | * 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
* chore(frontend): add commenttamaina2023-07-041-0/+2
|
* 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(backend): make some features optionablesyuilo2023-07-022-1/+15
| | | | | Resolve #11064 Resolve #11065
* perf(frontend): ↵tamaina2023-07-023-23/+39
| | | | | | | | | | | | | | | MkImgWithBlurhashでblurhash描画に使うcanvasは再利用するようにする (#10966) * blurhashを描画するためのcanvasは再利用する * Revert "perf(frontend): WebGL contextの数を減らす" This reverts commit aeb8955ca2600e801d44dcac2005fc994e665a6c. * MkAvatarは平均色だけにする * clean up * fix
* perf(backend): allow get for some endpointssyuilo2023-07-023-3/+3
|
* Fix offscreencanvas undefined (#11017)Yuriha2023-06-261-2/+2
| | | | | | | | | | | * Suppress ReferenceError on some environments (i.e. older iOS) * fix * fix * lint * adopt suggestion by acid-chicken
* enhance(frontend): improve ux of deck scrollsyuilo2023-06-242-8/+14
| | | | Resolve #11007
* Make role tag clickable on user pages (#11019)Yuriha2023-06-241-2/+4
|
* fix(client): サーバーメトリクスが90度傾いている (#11012)NoriDev2023-06-171-0/+1
|
* ユーザー統計表示機能を削除syuilo2023-06-133-152/+0
| | | | Resolve #10998
* fix image of MkError.vuesyuilo2023-06-111-2/+2
|
* :art:syuilo2023-06-111-0/+1
|
* tweak of f3a16bcd6syuilo2023-06-101-6/+0
|
* ロールのユーザーリストを非公開にできるように (#10987)nenohi2023-06-101-0/+6
| | | | | * ロールのユーザーリストを非公開にできるように * Changelog update
* enhance(frontend): サーバーのテーマ設定を別ページに分離syuilo2023-06-094-77/+142
|
* Fix: enhance: ↵atsuchan2023-06-091-3/+1
| | | | タイムラインにフォロイーの行った他人へのリプライを含めるかどうかの設定をアカウントに保存するのをやめるように (#10982)
* エラー画像URLを設定可能に (#10959)Ebise Lutica2023-06-0921-21/+75
| | | | | | | | | | | * エラー画像URLを設定可能に * Update CHANGELOG.md * 設定したエラーアイコンをprefetchするようにbase.pugを変更 * 不足していたデータを追加 * enhance(frontend): デザイン調整
* tweak of 6032c2be1syuilo2023-06-092-24/+26
|
* fix(frontend): Scrolling Issue in Safari for Top and Bottom Barssyuilo2023-06-092-0/+42
| | | | fix #10977
* tweak of 981e6f996syuilo2023-06-061-1/+1
|
* perf(frontend): WebGL contextの数を減らすsyuilo2023-06-061-2/+1
| | | | #10960
* fix(frontend): ↵syuilo2023-06-061-0/+9
| | | | | | タブがアクティブな間はstreamが切断されないように Fix #10952
* 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 typo: schema -> schemesyuilo2023-06-052-4/+4
|
* 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
|
* fix(frontend): make scrollbar-color track transparenttamaina2023-06-012-1/+4
| | | | Fix #9414
* [ci skip] update patronssyuilo2023-06-011-0/+6
|
* [ci skip] make enableCondensedLineForAcct false by defaultsyuilo2023-06-011-1/+1
| | | | for performance
* [ci skip] :art:syuilo2023-06-011-1/+1
|
* :art:syuilo2023-06-011-10/+14
|
* test: fix vitestAcid Chicken (硫酸鶏)2023-06-011-0/+5
|