summaryrefslogtreecommitdiff
path: root/packages/frontend (follow)
Commit message (Collapse)AuthorAgeFilesLines
* chore(dev): use buraha via npmsyuilo2023-06-241-1/+1
|
* update depssyuilo2023-06-241-22/+22
|
* enhance(frontend): improve ux of deck scrollsyuilo2023-06-242-8/+14
| | | | Resolve #11007
* update misskey-js versionsyuilo2023-06-241-3/+3
|
* 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
|
* update depssyuilo2023-06-022-14/+14
|
* 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
|
* tweak of cd8274888syuilo2023-06-011-4/+19
|
* perf(#10923): CSS Modules のクラス名をインライン化する (#10930)Acid Chicken (硫酸鶏)2023-06-0152-183/+1077
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-015-7/+1848
| | | | | | 追加の絵文字用辞書をダウンロードできるように Resolve #10921
* refactorsyuilo2023-06-011-3/+3
|
* :art:syuilo2023-06-012-1/+2
|
* fix: テーマにプロパティ 'fgOnWhite' ↵SASAGAWA Kiyoshi2023-06-0122-2/+22
| | | | | | | を追加してフォローボタンのスタイルを調整 (#10931) * fix: add theme property 'fgOnWhite' and fix styles of follow button. * fix: add theme property 'fgOnWhite' and fix styles of follow button.
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developsyuilo2023-06-014-20/+41
|\
| * :art:syuilo2023-06-011-0/+1
| |
| * fix(frontend): disconnect ResizeObservertamaina2023-05-313-20/+40
| |
* | Update style.scsssyuilo2023-06-011-4/+1
| |
* | :art:syuilo2023-06-011-0/+1
|/
* tweak uisyuilo2023-05-312-13/+16
|
* fix: ↵mappi2023-05-311-1/+2
| | | | | | | | | | | Firefoxにおける絵文字ピッカーのTabキーフォーカス問題の修正 (#10926) * fix 10744 * fix 10744 * Update CHANGELOG.md * add comment
* reafactorsyuilo2023-05-311-205/+197
|
* refactorsyuilo2023-05-311-346/+346
|
* 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-313-5/+13
| | | | | | サーバーにカスタム絵文字の種類が多い場合のパフォーマンスの改善 Resolve #10925