summaryrefslogtreecommitdiff
path: root/packages/frontend/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* enhance(backend): migrate bull to bullmq (#10910)syuilo2023-05-291-8/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * wip * Update QueueService.ts * wip * refactor * :v: * fix * Update QueueStatsService.ts * refactor * Update ApNoteService.ts * Update mock-resolver.ts * refactor * Update mock-resolver.ts
* fix(frontend): Zen ↵tamaina2023-05-281-2/+42
| | | | | | | | | UIで、デッキ設定で直接/以外を表示したときデッキに戻るボタンを表示 (#10909) * fix(frontend): デッキ設定で直接/以外を表示したときのZen UIでデッキに戻るボタン * fix style * ?zenが指定されていた場合はボタンを表示しない
* :art:syuilo2023-05-271-4/+4
|
* refactorsyuilo2023-05-272-106/+13
|
* refactorsyuilo2023-05-276-204/+6
|
* refactorsyuilo2023-05-279-268/+191
|
* enhance: ↵Chocolate Pie2023-05-261-2/+37
| | | | | | | | | | | | | | | | | | | | | ハッシュタグのノート一覧ページから、そのハッシュタグで投稿するボタンを追加、お知らせの画像URLを空にできない問題を修正 (#10878) * fix: お知らせの画像URLを空にできない問題を修正 (misskey-dev/misskey#10657) * ハッシュタグのノート一覧ページからノートできるように(misskey-dev/misskey#10854) * fix: 色々直した * location.reloadを使わないように * CHANGELOGを編集 * tweak * Update tag.vue --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* feat: ↵NoriDev2023-05-262-7/+37
| | | | | | | | | | | | | アカウント初期設定ウィザードに戻るボタンと、後で進むボタンを追加 (#10893) * enhance(frontend): アカウント初期設定ウィザードに戻るボタンを追加 * enhance(frontend): アカウント初期設定ウィザードにあとでボタンを追加 * tweak --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* shareページに"Misskeyへ"ボタンを設置tamaina2023-05-261-8/+9
| | | | Resolve #10898
* Revert "fix(client): /shareをsubBootPathsから外す"tamaina2023-05-261-1/+1
| | | | This reverts commit 406e5d297ba3c2d45734de538c2cad078182190d.
* fix(client): /shareをsubBootPathsから外すtamaina2023-05-261-1/+1
| | | | Resolve #10898
* refactorsyuilo2023-05-261-61/+61
|
* :art:syuilo2023-05-261-3/+3
|
* :art:syuilo2023-05-261-5/+5
|
* :art:syuilo2023-05-265-9/+41
|
* :art:syuilo2023-05-261-0/+13
|
* enhance(frontend): ↵syuilo2023-05-251-8/+0
| | | | | | | フォロー/フォロー解除したときに自動でTLをリロードするのをやめるように - 不便に感じる場合が多いように思う - 将来的にTLがpush型になったら無意味になる
* refactorsyuilo2023-05-249-154/+113
|
* refactorsyuilo2023-05-241-13/+14
|
* refactorsyuilo2023-05-241-35/+20
|
* refactor(#7598): add i18n dynamic typings (#10882)Acid Chicken (硫酸鶏)2023-05-241-1/+2
| | | | | * refactor: add i18n dynamic typings * chore: tweak
* refactorsyuilo2023-05-243-74/+59
|
* enhance(frontend): improve signup complete ui (#10876)Caipira2023-05-242-21/+69
| | | | | | | | | | | | | * enhance(frontend): improve signup complete ui * relocation * tweak * Update _boot_.ts --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* :art:syuilo2023-05-202-23/+21
|
* enhance(frontend): Deck ↵syuilo2023-05-201-1/+1
| | | | | | UIを使用している場合、`/`以外にアクセスした際にZen UIで表示するように Resolve #10871
* refactorsyuilo2023-05-2012-48/+21
|
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developsyuilo2023-05-206-29/+99
|\
| * feat: impl IdlingRenderScheduler (#10547)Acid Chicken (硫酸鶏)2023-05-206-29/+99
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-202-69/+46
|/
* refactorsyuilo2023-05-1985-365/+338
|
* refactorsyuilo2023-05-192-26/+21
|
* fix:ロールタイムライン無効に関する修正 (#10843)nenohi2023-05-191-1/+1
| | | | | | | | | | | * 修正 * note visibility change * public投稿のみ * update changelog * RN非表示機能がうごかないところだった
* refactorsyuilo2023-05-192-6/+6
|
* refactorsyuilo2023-05-193-83/+71
|
* refactorsyuilo2023-05-1974-439/+310
|
* 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
| |
* | :art:syuilo2023-05-192-25/+24
|/
* feat: 公開リスト (#10842)Chocolate Pie2023-05-197-39/+263
| | | | | | | | | | | | | | | | | | | | | | | * feat: まず公開できるように (misskey-dev/misskey#10447) * feat: 公開したリストのページを作成 (misskey-dev/misskey#10447) * feat: いいねできるように * feat: インポートに対応 * wip * wip * CHANGELOGを編集 * add note * refactor --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* perf: MkImgWithBlurhashとMkMediaImageを最適化 (#10782)tamaina2023-05-1910-86/+351
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * #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-193-10/+14
| | | | センシティブなカスタム絵文字のリアクションを受け入れない設定を追加
* enhance(frontend): ↵syuilo2023-05-191-5/+12
| | | | リアクションの取り消し/変更時に確認ダイアログを出すように
* tweaksyuilo2023-05-191-1/+1
|
* tweak of 7ce569424syuilo2023-05-183-47/+59
|
* feat: ↵syuilo2023-05-183-60/+186
| | | | カスタム絵文字ごとにそれをリアクションとして使えるロールを設定できるように
* fix(frontend/MkUrlPreview): summalyがエラーになった際の挙動を修正tamaina2023-05-171-7/+23
|
* ci: stop MkGalleryPostPreview snapshotAcid Chicken (硫酸鶏)2023-05-171-0/+4
|
* refactor(frontend): MFMコンポーネントのリファクタ & ↵syuilo2023-05-175-174/+143
| | | | パフォーマンスを改善