summaryrefslogtreecommitdiff
path: root/packages/frontend (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix tuypesyuilo2025-11-071-0/+1
|
* 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-0660-1177/+2588
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* enhance(frontend): 絵文字パレット設定に説明文を追加 (#16750)かっこかり2025-11-052-0/+5
| | | | | * enhance(frontend): 絵文字パレット設定に説明文を追加 * tweak message
* fix(frontend): ↵かっこかり2025-11-051-2/+4
| | | | | | | | | navbarのリアルタイムモードのオンオフ状態の表示をわかりやすく (#16748) * fix(frontend): navbarのリアルタイムモードのオンオフをわかりやすく * Update Changelog * remove unused imports
* fix(frontend): ↵かっこかり2025-11-042-2/+9
| | | | 表示するものがないときにはMkResultを使用するように (#16740)
* fix(frontend): formlinkのスタイル修正 (#16741)かっこかり2025-11-041-0/+2
|
* fix(frontend): ↵かっこかり2025-11-041-1/+3
| | | | 自分に割り当てられたロール一覧の余白を調整 (#16747)
* fix(frontend): ドライブのtipのスタイル修正 (#16742)かっこかり2025-11-041-1/+11
|
* refactor(frontend): EmojiPickerの冗長なCSSを一部簡略化 (#16717)かっこかり2025-11-021-16/+14
|
* deps: update `@types/node` to v24 [ci skip] (#16718)かっこかり2025-10-281-1/+1
| | | | | * update `@types/node` to v24 * fix
* update depssyuilo2025-10-281-1/+1
|
* fix(frontend): コンポーネントのインポート忘れ (#16715)かっこかり2025-10-271-0/+1
|
* fix(frontend): ↵かっこかり2025-10-273-8/+18
| | | | | | | | | | | confettiの実行がアニメーション設定を考慮していない問題を修正 (#16714) * fix(frontend): confettiの実行がアニメーション設定を考慮していない問題を修正 * Update Changelog --------- Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* fix tooltip textsyuilo2025-10-261-1/+1
|
* fix(frontend): ↵syuilo2025-10-261-1/+1
| | | | | | 期限が無期限のアンケートに投票できない問題を修正 Fix #16708
* Revert "Fix touch position offset in image masking on iOS devices (#16702)"syuilo2025-10-251-11/+5
| | | | This reverts commit 456504cf8281c972fded04e1496498d494891707.
* fix(frontend): ↵syuilo2025-10-252-1/+8
| | | | キャッシュをクリアするとテーマ再適用するまでレンダリングが正しく行われない問題を修正
* Fix touch position offset in image masking on iOS devices (#16702)Copilot2025-10-241-5/+11
| | | | | | | | | | | | * Initial plan * Fix iOS touch position offset in image masking feature 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>
* Update MkImageEffectorDialog.vuesyuilo2025-10-241-1/+2
| | | | related? #16703
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developsyuilo2025-10-2414-189/+215
|\
| * Fix video audio loss during compression by preserving audio stream (#16696)Copilot2025-10-231-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Initial plan * Fix video audio loss during compression by specifying AAC codec Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com> * Fix audio by avoiding transcoding - copy audio stream directly 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>
| * refactor(frontend): 既存のGLSLを単独のファイルに移行 (#16677)かっこかり2025-10-236-172/+194
| | | | | | | | | | * refactor(frontend): 既存のGLSLを単独のファイルに移行 * fix: glslファイルを参照元ファイルと同じ場所に移動
| * refactor(frontend): フロントエンドの型エラー解消 (#16694)かっこかり2025-10-237-16/+18
| |
* | Update about-misskey.vuesyuilo2025-10-241-0/+3
|/
* enhance(frontend): improve theme apply handlingsyuilo2025-10-223-4/+4
|
* fix(frontend): ↵syuilo2025-10-222-13/+4
| | | | | | ダークモードの同期が機能しない場合がある問題を修正 Fix #16688
* enhance(frontend): ↵syuilo2025-10-215-74/+62
| | | | 下書き/予約投稿一覧は投稿フォームのアカウントメニュー内に移動し、下書き保存は「...」メニュー内に移動
* fix(deps): update [frontend] update dependencies [ci skip] (#16684)renovate[bot]2025-10-211-3/+3
| | | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* fix(deps): update [frontend] update dependencies [ci skip] (#16613)renovate[bot]2025-10-201-12/+12
| | | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* fix(frontend): MkPollの集計完了後の挙動がおかしいのを修正 ↵果物リン2025-10-201-9/+11
| | | | | | | | | | | | | | | | | | | (#16646) * MkPollの集計完了後の挙動がおかしいのを修正 * fix lint * watchを削除できるように修正 * fix * Update Changelog * fix lint --------- Co-authored-by: kakkokari-gtyih <67428053+kakkokari-gtyih@users.noreply.github.com>
* enhance(frontend): glslを単独のファイルに分離 (#16665)かっこかり2025-10-2042-970/+1029
|
* update happy-domsyuilo2025-10-201-1/+1
|
* fix(frontend): ↵かっこかり2025-10-204-75/+187
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ウォーターマーク配置のエフェクトが壊れている問題を修正 (#16662) * fix(frontend): ウォーターマーク配置のエフェクトが壊れている問題を修正 * enhance: add settings for noBoundingBoxExpansion * Update Changelog * fix * perf: ウォーターマークのrepeatをWRAP属性で制御するように * fix: ウォーターマークをrepeatした際に回転や拡大縮小の中心が「位置」設定を考慮しないのを修正 * fix: ウォーターマークをrepeatした際にマージンが各ウォーターマークごとのマージンとなっていない問題を修正 * fix: リピートモード時の拡大縮小の原点が、アライメントの設定にかかわらず左上になる問題を修正 * enhance: preserveBoundingRect の翻訳文字を変更 * fix: remove description * fix * fix: 回転の向きが逆になっているのを修正 * fix: マージンは元画像の大きさに対する割合で算出するように * Update watermarkPlacement.ts --------- Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developsyuilo2025-10-2018-113/+198
|\
| * refactor(frontend): カスタムディレクティブの型付け (#16659)かっこかり2025-10-1913-94/+158
| | | | | | | | | | * refactor(frontend): カスタムディレクティブの型付け * fix
| * enhance: ↵かっこかり2025-10-161-0/+18
| | | | | | | | | | | | | | | | | | リモートユーザーのロールバッジを表示するかどうかをサーバー管理者が設定できるように (#16661) * enhance: リモートユーザーのロールバッジを表示するかどうかをサーバー管理者が設定できるように * Update Changelog * build misskey-js with types