summaryrefslogtreecommitdiff
path: root/packages/frontend/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix(frontend/aiscript): ↵かっこかり2025-11-271-19/+75
| | | | | | | | | | | | | 各種関数の引数で明示的に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
* 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: 注釈は書かない
* 🎨syuilo2025-11-252-132/+142
|
* fix(frontend): ↵syuilo2025-11-251-4/+17
| | | | ナビゲーションバーを下に表示しているときに、項目数が多いと表示が崩れる問題を修正
* fix(frontend): ↵かっこかり2025-11-251-2/+2
| | | | | | | | | | | | | MkRadiosのslotでv-ifを使用すると空白のoptionが生成される問題を修正 (#16832) * fix: MkRadiosのslotでv-ifを使用すると空白のoptionが生成される問題を修正 (MisskeyIO#1105) * Update Changelog * Update CHANGELOG.md --------- Co-authored-by: あわわわとーにゅ <17376330+u1-liquid@users.noreply.github.com>
* refactor(frontend/aiscript): ↵かっこかり2025-11-252-10/+13
| | | | | | | AiScriptバージョン取得・判定ロジックを統一 (#16845) * refactor(frontend): AiScriptバージョン取得・判定ロジックを統一 * fix
* fix(frontend): ↵かっこかり2025-11-242-1/+10
| | | | | | | | | | | PlayのAiScriptバージョン判定が正しく動作しない問題を修正 (#16843) * fix: aiscript 1.0.0 以外が全部レガシー扱いになる問題を修正 (MisskeyIO#1129) * Update Changelog --------- Co-authored-by: あわわわとーにゅ <17376330+u1-liquid@users.noreply.github.com>
* enhance(frontend): preferenceのタブ間同期にBroadcast ↵かっこかり2025-11-243-26/+57
| | | | | | | | | Channelを使用するように (#16819) * enhance(frontend): preferenceのタブ間同期にBroadcast Channelを使用するように * fix * refactor: EventEmitterをextendする形に変更
* fix(frontend): ↵かっこかり2025-11-242-3/+7
| | | | | | | | | | | 一部のシチュエーションで投稿フォームのツアーが表示されない問題を修正 (#16837) * fix(frontend): 一部のシチュエーションで投稿フォームのツアーが表示されない問題を修正 * Update Changelog --------- Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* fix(frontend): ↵かっこかり2025-11-241-0/+1
| | | | | | | リセットボタンでCWがリセットされない問題を修正 (#16820) * fix(frontend): リセットボタンでCWがリセットされない問題を修正 * update changelog
* fix(frontend): pageheaderの型を修正 (#16803)かっこかり2025-11-202-5/+4
|
* fix: ↵果物リン2025-11-201-1/+1
| | | | | | | | | | | ヘッダーメニューのチャンネルからチャンネルを新規作成の遷移先修正 (#16816) * fix: ヘッダーメニューのチャンネルからチャンネルを新規作成の遷移先修正 * add changelog --------- Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* fix(frontend): ページのコンテンツがはみ出る問題を修正 ↵かっこかり2025-11-201-0/+1
| | | | | | | (#16817) * fix(frontend): ページのコンテンツがはみ出る問題を修正 * Update Changelog
* enhance(frontend): ↵kami82025-11-191-4/+24
| | | | | | | | | | | | | | | リアクションの受け入れ設定にキャプションを追加 (#16807) * enhance(frontend): リアクションの受け入れ設定にキャプションを追加 * Update Changelog * CHANGELOG.mdを修正 * CHANGELOG.mdのコンフリクトを解消し、再度変更内容を記載 * 条件分岐をswitch文に変更 * chore: trigger CI re-run
* refactorsyuilo2025-11-181-19/+19
|
* fix(frontend): ↵おさむのひと2025-11-152-8/+4
| | | | | | | | | カスタム絵文字(β)画面で変更行が正しくハイライトされない問題を修正 (#16785) * fix(frontend): カスタム絵文字(β)画面で変更行が正しくハイライトされない問題を修正 * rollback * 詳細度->!important
* fix(frontend): 投稿フォームのアバター画像が縮むのを修正 ↵おさむのひと2025-11-151-0/+1
| | | | | | | | | (#16790) * fix(frontend): 投稿フォームのアバター画像が縮むのを修正 * fix CHANGELOG.md * fix
* chore(frontend): add tip for preference restoresyuilo2025-11-131-0/+1
|
* enhance(frontend): ↵かっこかり2025-11-104-10/+31
| | | | | | | | | アンテナ・リストの設定画面・タイムラインの動線を改善 (#16739) * enhance(frontend): アンテナ・リストの設定画面からタイムラインへの動線を追加 * Update Changelog * fix
* refactor(frontend): フロントエンドの型エラー解消 (#16779)かっこかり2025-11-101-1/+4
|
* refactor8frontend9: anyを除去 (#16778)かっこかり2025-11-1016-110/+42
|
* chore(frontend): ↵syuilo2025-11-101-0/+12
| | | | アニメーション画像設定をパフォーマンスセクションにも追加
* fix typesyuilo2025-11-091-1/+1
|
* fix typesyuilo2025-11-092-2/+4
|
* 🎨syuilo2025-11-092-17/+30
|
* fix(frontend): postform tourをスキップできるように (#16767)かっこかり2025-11-091-1/+3
| | | | | * fix(frontend): postform tourをスキップできるように * use closable option
* refactor(frontend): specify global objectsyuilo2025-11-072-3/+3
|
* Fix postMessage type error in Web Worker files by adding triple-slash ↵Copilot2025-11-072-0/+6
| | | | | | | | | | | | | | directives (#16761) * Initial plan * Add triple-slash directives to worker files to fix postMessage type error 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 typesyuilo2025-11-072-6/+6
|
* fix typesyuilo2025-11-072-5/+31
|
* fix typesyuilo2025-11-071-2/+32
|
* fix typesyuilo2025-11-073-4/+4
|
* fix typesyuilo2025-11-071-1/+1
|
* fix(frontend): ↵果物リン2025-11-073-24/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 一部のページでもっと見るが自動で行われないバグの修正 (#16754) * 一部のページでもっと見るが自動で行われないバグの修正 * fix(frontend): MkPagination で UI アニメーションオフ時に自動ロードが動作しない問題を修正 Transition コンポーネントの mode="out-in" が、アニメーション無効時でも 適用されており、IntersectionObserver の検出に干渉していた問題を修正。 アニメーション有効時のみ mode="out-in" を適用するように変更。 Co-authored-by: 果物リン <fruitriin@users.noreply.github.com> * enhance: ユーザーの設定値にかかわらず無限スクロールをオフにできるオプションを追加 * Update Changelog * MkNotesTimeline.vueにforceDisableInfiniteScrollを追加、 note.vueの前方向の読み込みでこれを有効 * fix lint * refactor --------- Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com> Co-authored-by: 果物リン <fruitriin@users.noreply.github.com> Co-authored-by: kakkokari-gtyih <67428053+kakkokari-gtyih@users.noreply.github.com>
* enhance(frontend): 投稿フォームのヒントを追加 (#16712)syuilo2025-11-074-3/+264
| | | | | | | | | | | | | | | * wip * wip * Update MkSpot.vue * Update MkPostForm.vue * wip * wip * Update CHANGELOG.md
* feat: チャンネルミュートの実装 (#14105)おさむのひと2025-11-071-8/+74
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add channel_muting table and entities * add channel_muting services * タイムライン取得処理への組み込み * misskey-jsの型とインターフェース生成 * Channelスキーマにミュート情報を追加 * フロントエンドの実装 * 条件が逆だったのを修正 * 期限切れミュートを掃除する機能を実装 * TLの抽出条件調節 * 名前の変更と変更不要の差分をロールバック * 修正漏れ * isChannelRelatedの条件に誤りがあった * [wip] テスト追加 * テストの追加と検出した不備の修正 * fix test * fix CHANGELOG.md * 通常はFTTにしておく * 実装忘れ対応 * fix merge * fix merge * add channel tl test * fix CHANGELOG.md * remove unused import * fix lint * fix test * fix favorite -> favorited * exclude -> include * fix CHANGELOG.md * fix CHANGELOG.md * maintenance * fix CHANGELOG.md * fix * fix ci * regenerate * fix * Revert "fix" This reverts commit 699d50c6ec798777d8e9667cb5d45a26b06bfc93. * fixed --------- Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* feat(frontend): EXIFフレーム機能 (#16725)syuilo2025-11-0659-1177/+2587
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * wip * Update ImageEffector.ts * Update image-label-renderer.ts * Update image-label-renderer.ts * wip * Update image-label-renderer.ts * wip * wip * wip * wip * wip * wip * wip * Update use-uploader.ts * Update watermark.ts * wip * wu * wip * Update image-frame-renderer.ts * wip * wip * Update image-frame-renderer.ts * Create ImageCompositor.ts * Update ImageCompositor.ts * wip * wip * Update ImageEffector.ts * wip * Update use-uploader.ts * wip * wip * wip * wip * Update fxs.ts * wip * wip * wip * Update CHANGELOG.md * wip * wip * Update MkImageEffectorDialog.vue * Update MkImageEffectorDialog.vue * Update MkImageFrameEditorDialog.vue * Update use-uploader.ts * improve error handling * Update use-uploader.ts * 🎨 * wip * wip * lazy load * lazy load * wip * wip * wip
* fix(frontend): improve startViewTransition handlingsyuilo2025-11-061-7/+16
|
* enhance(frontend): Extend links to profile pages (#16417)Souma2025-11-063-15/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * feat(frontend): Add a link to profile to banner and avatar Increase the area of links to click easily. * chore(frontend): Change the link of notes count Move to the notes tab for better userbility. * feat(frontend): Add links to notes, followers and following For easy transition to the shown information. * docs(changelog): Add a description about this change Users can notice what's changed by this PR. * style(frontend): Fix the linter error Remove the duplicated space. * refactor(frontend): Don't surround the banners with links It may conflict with the follow buttons. * docs(changelog): Move the changes to the latest version This feature is not merged and will be released in the latest version. Signed-off-by: Souma <101255979+5ouma@users.noreply.github.com> --------- Signed-off-by: Souma <101255979+5ouma@users.noreply.github.com> Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* fix(frontend): 存在しない翻訳キーを追加 (#16757)かっこかり2025-11-061-5/+3
|
* enhance(frontend): ↵かっこかり2025-11-062-10/+21
| | | | | | | ブラウザの通知権限をより確実に取得できるように (#16758) * enhance(frontend): ブラウザの通知権限をより確実に取得できるように * Update Changelog
* enhance(frontend): チャンネル周りのUIの整理 (#16743)かっこかり2025-11-063-11/+9
| | | | | | | | | * enhance(frontend): チャンネル周りのUIの整理 * fix: 共通要素間の一貫性を保つ * Update Changelog * fix: チャンネル新規作成を管理タブに移動・上部ボタン削除
* fix(frontend): PageHeaderのタイトルがはみ出る問題を修正 (#16744)かっこかり2025-11-061-25/+12
| | | | | | | * fix(frontend): PageHeaderのタイトルがはみ出る問題を修正 * Update Changelog * fix: remove duplicated scoped class to avoid confusion