summaryrefslogtreecommitdiff
path: root/packages/frontend (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix(frontend): fix build error (#17050)かっこかり2025-12-302-5/+5
|
* fix(frontend): ディレクティブの型が当たらない問題を修正 ↵かっこかり2025-12-301-1/+1
| | | | (#17049)
* enhance(frontend): ウィジェットの設定項目の多言語対応 (#17032)かっこかり2025-12-3026-18/+92
| | | | | | | | | | | | | | | | | * enhance(frontend): ウィジェットの設定項目の多言語対応 * Update Changelog * refactor: move options locale key to root for optimizing artifacts for locale inlining * fix * fix * ✌️ --------- Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* fix(frontend): follow-up of #17033 (#17047)かっこかり2025-12-306-27/+36
| | | | | | | | | | | | | | | | | | | * wip * fix * ref -> reactive * tweak throttle threshold * tweak throttle threshold * rss設定にはmanualSaveを使用するように * Update MkWidgetSettingsDialog.vue --------- Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* enhance(frontend): ウィジェットの設定画面を改良 (#17033)かっこかり2025-12-2811-457/+594
| | | | | | | * enhance(frontend): ウィジェットの設定画面を改良 * Update Changelog * fix lint
* enhance(frontend): MkDriveで自動でもっと見るを有効化 (#17037)かっこかり2025-12-282-2/+15
| | | | | * enhance(frontend): MkDriveで自動でもっと見るを有効化 * Update Changelog
* Fix(frontend): ↵kami82025-12-261-0/+7
| | | | | | | | | ドライブクリーナーから画像を削除した際、リロードしなくても画面に反映されるよう修正 (#16888) * ドライブクリーナーでファイル削除後、リロードなしで画面に反映されるように修正 * CHANGELOG.mdを修正 * CHANGELOGがおかしかったので修正
* feat: use tsgo where capable (#16984)anatawa122025-12-222-3/+1
|
* fix(frontend): ストレージが消去される事がある問題を軽減 ↵かっこかり2025-12-204-1/+47
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | (#16704) * fix(frontend): ストレージが消去される事がある問題を軽減 * add comment * add catch to continue request permissions * Update Changelog * update changelog * fix 通知権限の許可取得はボタン押下時に移動 * fix * wip * Update main-boot.ts * wip --------- Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* fix(frontend): ↵syuilo2025-12-182-12/+14
| | | | iPadOSのPWAでアプリを切り替えた際にウィジェット表示ボタンが消滅する問題を修正
* 🎨 and refactorsyuilo2025-12-182-13/+7
|
* chore: remove beta label from some featuressyuilo2025-12-183-4/+4
|
* 🎨syuilo2025-12-181-4/+4
|
* fix(frontend): ↵syuilo2025-12-181-1/+1
| | | | デッキUIでメニュー位置を下にしているとプロファイル削除ボタンが表示されないのを修正
* enhance(frontend): add deck toursyuilo2025-12-172-7/+42
|
* fix(deps): update dependency systeminformation to v5.27.14 [security] [ci ↵renovate[bot]2025-12-171-9/+9
| | | | | | | | | | | | | | | skip] (#17003) * fix(deps): update dependency systeminformation to v5.27.14 [security] * update whitelist to force update systeminformation package * bump other dependencies to fix dep error --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: kakkokari-gtyih <67428053+kakkokari-gtyih@users.noreply.github.com> Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* fix(frontend): ↵かっこかり2025-12-161-9/+12
| | | | まれに設定変更のタブ間同期に失敗する問題を修正 (#16991)
* fix(frontend): 無限スクロールできる箇所の調整 (#17000)かっこかり2025-12-161-1/+1
|
* fix(frontend): ↵syuilo2025-12-161-2/+2
| | | | | | バージョン表記のないPlayが正しく動作しない問題を修正 Fix #16996
* deps: update deps [ci skip] (#16997)かっこかり2025-12-163-36/+43
| | | | | | | | | | | * update deps * update chokidar to v5 * fix type error * rollback serviceworker types to r74 * fix [ci skip]
* fix(frontend/aiscript): ↵かっこかり2025-12-132-5/+15
| | | | | | | nullを返すnote_view_intrruptorが動作しない問題を修正 (#16977) * fix(frontend/aiscript): nullを返すnote_view_intrruptorが動作しない問題を修正 * Update Changelog
* fix(frontend): follow-up of 16970 (#16975)かっこかり2025-12-131-158/+160
|
* fix(frontend): ↵かっこかり2025-12-131-27/+52
| | | | | | | ドライブファイルを日付以外で並び替える場合は月でグループ化して表示しないように (#16978) * fix(frontend): ドライブファイルを日付以外で並び替える場合は月でグループ化して表示しないように * Update Changelog
* fix(frontend): 無限スクロールできる箇所の調整 (#16979)かっこかり2025-12-131-2/+2
|
* Fix: ↵anatawa122025-12-125-4/+5
| | | | | | | | | | | deckのタイムラインセレクタのデフォルトの値が現在のタイムラインではない問題 (#16008) * fix: os.selectの型定義の上で default が文字列である問題を修正 * fix: deckのタイムライン選択画面で今指定されているタイムラインがデフォルトで選択されない問題 * fix lint * fix: type error
* fix: remove unused dependencies (#16969)かっこかり2025-12-122-11/+5
| | | | | * fix(frontend): remove unused dependencies * fix(backend): remove unused dependencies
* fix(frontend): ↵FINEARCHS2025-12-111-1/+1
| | | | | | | | | | | オーナー不在のチャンネルをミュートできないのを修正 (#16906) * オーナー不在のチャンネルをミュートできないのを修正 * update changelog --------- Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* fix(frontend): ↵かっこかり2025-12-112-2/+28
| | | | | | | | | | | 削除されたノートのリノートが正しく表示されない問題を修正 (#16970) * fix(frontend): 削除されたノートのリノートが正しく表示されない問題を修正 * Update Changelog * :art: * fix
* enhance: use native glob (#16965)syuilo2025-12-113-37/+33
| | | | | | | | | | | | | | | * enhance: use native glob * remove tiny-glob * remove fast-glob * refactor * fix: use async glob if possible --------- Co-authored-by: kakkokari-gtyih <67428053+kakkokari-gtyih@users.noreply.github.com>
* fix(frontend): ↵かっこかり2025-12-081-0/+2
| | | | | | | ロード時の言語判定結果が保存されない問題を修正 (#16956) * fix(frontend): ロード時の言語判定結果が保存されない問題を修正 * Update Changelog
* 🎨syuilo2025-12-061-8/+10
|
* fix(deps): update [frontend] update dependencies [ci skip] (#16942)renovate[bot]2025-12-051-21/+21
| | | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* fix(frontend): stacking router ↵syuilo2025-12-041-0/+1
| | | | viewで連続して戻る操作を行うと何も表示されなくなる問題を修正
* Revert "fix(frontend): stacking router ↵syuilo2025-12-041-3/+1
| | | | | | viewで連続して戻る操作を行うと何も表示されなくなる問題を修正" This reverts commit a3c3052d0fae8223b73b4ee0abca2b6702da92a2.
* fix(frontend): stacking router ↵syuilo2025-12-041-1/+3
| | | | viewで連続して戻る操作を行うと何も表示されなくなる問題を修正
* enhance(backend): pugをやめ、JSXベースのテンプレートに変更 ↵かっこかり2025-12-012-0/+414
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (#16908) * enhance(backend): pugをやめ、JSXベースのテンプレートに変更 (to misskey-dev dev branch) (#16889) * wip * wip * wip * wip * fix lint * attempt to fix test * fix * fix * fix: oauthページの描画がおかしい問題を修正 * typo [ci skip] * fix * fix * fix * fix * fix * refactor * fix * fix * fix broken lockfile * fix: expose supported languages as global variable * remove i18n package from root as it is no longer required [ci skip] * fix * fix: add i18n package.json to Docker target-builder stage for federation tests (#16909) * Initial plan * fix: add i18n package.json to Docker target-builder stage for federation tests Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com> * fix: followup-test-federation for enh-remove-pug (#16910) * fix: followup-test-federation for enh-remove-pug * Revert "fix: add i18n package.json to Docker target-builder stage for federation tests (#16909)" This reverts commit 14313468d34f49c363eef4d0a932e9fc0d9a37fb. * fix: CSSが読み込まれない場合がある問題を修正 * fix [ci skip] * fix: propsのデフォルト値をnull合体演算子から論理和演算子に変更(空文字に対処するため) * remove @types/pug * enhance: bootloaderを埋め込むように * fix possible race condition * remove esbuild --------- Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com> Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com> Co-authored-by: おさむのひと <46447427+samunohito@users.noreply.github.com>
* fix(frontend): ↵syuilo2025-12-011-1/+3
| | | | visibilityStateがhiddenな状態でstartViewTransitionしないように
* refactor: localesをworkspace管理下のパッケージに (#16895)おさむのひと2025-11-309-21/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * refactor: localesをworkspace管理下のパッケージに * fix copilot review * move * move * rename * fix ci * revert unwanted indent changes * fix * fix * fix * fix * 間違えてコミットしていたのを戻す * 不要 * 追加漏れ * ymlの場所だけ戻す * localesの位置を戻したのでこの差分は不要 * 内容的にlocalesにある方が正しい * i18nパッケージ用のREADME.mdを用意 * fix locale.yml * fix locale.yml --------- Co-authored-by: kakkokari-gtyih <67428053+kakkokari-gtyih@users.noreply.github.com>
* fix(deps): update [frontend] update dependencies [ci skip] (#16901)renovate[bot]2025-11-301-10/+10
| | | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* fix(deps): update [frontend] update dependencies (major) [ci skip] (#16866)renovate[bot]2025-11-302-14/+17
| | | | | | | | | | | | | | | | | | * fix(deps): update [frontend] update dependencies * attempt to fix test * rollback twemoji parser to v16 [ci skip] * fix [ci skip] * rollback twemoji parser to v16 * attempt to fix test --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: kakkokari-gtyih <67428053+kakkokari-gtyih@users.noreply.github.com>
* fix(frontend/aiscript): ↵かっこかり2025-11-272-20/+76
| | | | | | | | | | | | | 各種関数の引数で明示的にnullが指定されている場合のハンドリングを修正 (#16838) * fix(frontend/aiscript): MkDialogのtitle, textでnull値を許容するように * fix * update aiscript and use new api * fix * fix
* Revert "fix(backend): `clips/my-favorites` ↵かっこかり2025-11-271-0/+2
| | | | | | | | | APIをページネーションに対応させる (#16835)" (#16874) * Revert "fix(backend): `clips/my-favorites` APIをページネーションに対応させる (#16835)" This reverts commit 70fa621e22b90b1f649eb3c1d291cec1ed57b0ac. * fix
* refactorsyuilo2025-11-271-5/+2
| | | | Fix #16872
* fix(deps): update [frontend] update dependencies [ci skip] (#16868)renovate[bot]2025-11-261-14/+14
| | | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* enhance(frontend): Change default animatedMfm based on reduced motion preferencesyuilo2025-11-261-1/+1
| | | https://github.com/misskey-dev/misskey/commit/3f539916d9570e66ed92a9de95dfd2e41c38f391#commitcomment-171408344
* enhance(frontend): ↵syuilo2025-11-261-2/+2
| | | | | | | GIF画像を再生するか・動くMFMを表示するかの設定でOSのアクセシビリティ設定を参照しないように ・OSのUIのアニメーション設定がMisskey内のGIFなどにまで連動して適用されるのは分かりにくい・期待しない動作との声が多いため ・動きのあるカスタム絵文字などのコンテンツはMisskeyの主要部分であり、それを止める設定は、本来の挙動に影響しない範囲でアニメーションを減らすアクセシビリティ設定とは趣旨が異なるため(OSでアニメーションを減らす設定を有効にしたからといってOSで動画の再生がされなくなるわけではないのと同じ)
* fix(frontend): ↵syuilo2025-11-262-6/+9
| | | | | | 初回読み込み時にエラーになることがある問題を修正 Fix #16562
* clean upsyuilo2025-11-261-3/+3
|
* enhance(frontend): ↵syuilo2025-11-261-7/+0
| | | | viewportの属性を起動後に変化させないことにより処理を簡略化+安定性向上
* fix(frontend): ↵かっこかり2025-11-262-36/+58
| | | | | | | | | フォロー申請のキャンセル時に確認ダイアログを出すように (#16834) * fix(frontend): フォロー申請のキャンセル時に確認ダイアログを出すように * Update Changelog * fix: 注釈は書かない