summaryrefslogtreecommitdiff
path: root/packages/frontend (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
* refactor(backend): use node16 for moduleResolution (#10938)syuilo2023-06-253-9/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | * refactor(backend): use node16 for moduleResolution * update deps * Update tsconfig.json * :v: * revive KEYWORD * restore strict-event-emitter-types dependency * restore ms dependency * cancel redundant import reorder * fix * Delete ms.ts * remove rndstr --------- Co-authored-by: Kagami Sascha Rosylight <saschanaz@outlook.com>
* chore(frontend): use @vitest/coverage-v8Kagami Sascha Rosylight2023-06-241-1/+1
|
* 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
|\