summaryrefslogtreecommitdiff
path: root/packages/frontend/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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-2039-970/+1025
|
* 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
| * fix(frontend): ↵かっこかり2025-10-161-14/+11
| | | | | | | | | | | | | | バナー画像の画面上でのクロップが以前の挙動と同一になるように (#16658) * fix(frontend): バナー画像の画面上でのクロップが以前の挙動と同一になるように * fix
| * fix(frontend): ↵かっこかり2025-10-161-1/+2
| | | | | | | | 外部アプリ設定のアプリアイコンに変な余白が入っているのを修正 (#16660)
| * fix(frontend): ↵かっこかり2025-10-162-4/+9
| | | | | | | | | | | | | | ロールポリシーによりダイレクトメッセージが無効化されている際のデッキのダイレクトメッセージカラムの挙動を改善 (#16656) * fix(frontend): ロールポリシーによりダイレクトメッセージが無効化されている際のデッキのダイレクトメッセージカラムの挙動を改善 * Update Changelog
* | add notesyuilo2025-10-201-0/+1
|/
* chore(frontend): add tipssyuilo2025-10-161-0/+1
|
* fix(frontend): ↵かっこかり2025-10-152-4/+28
| | | | | | | | | | | | | | | デッキのメインカラムのヘッダをクリックしてもページ上部/下部にスクロールしない問題を修正 (#16653) * fix(frontend): デッキのメインカラムのヘッダをクリックしても上部にスクロールしない問題を修正 * fix * Update Changelog * fix lint --------- Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* fix(frontend): ↵かっこかり2025-10-151-4/+5
| | | | | | | ナビゲーションバーの設定で削除した項目をその場で再追加できない問題を修正 (#16652) * fix(frontend): ナビゲーションバーの設定で削除した項目をその場で再追加できない問題を修正 * Update Changelog
* fix(frontend): scroll-driven ↵かっこかり2025-10-101-6/+21
| | | | | | | animation非対応環境でバナー画像が上下中央に表示されない問題を修正 (#16632) * fix(frontend): scroll-driven animation非対応環境でバナー画像が上下中央に表示されない問題を修正 * Update Changelog
* fix(frontend/aiscript): Mk:toastを同期関数に変更 (#16480)かっこかり2025-10-091-1/+1
|
* [カスタム絵文字beta]MacのCmdキー対応とCtrl/Cmd+Arrowキー対 ↵果物リン2025-10-093-295/+124
| | | | | | | | | | | | | (#16621) * [カスタム絵文字beta]MacのCmdキー対応とCtrl/Cmd+Arrowキー対応 * Update packages/frontend/src/components/grid/MkGrid.vue Co-authored-by: かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com> --------- Co-authored-by: かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com>
* fix: aliasesの区切り文字が一致していないのを修正 (#16622)おさむのひと2025-10-091-1/+1
| | | | | | | | | * fix: aliasesの区切り文字が一致していないのを修正 * fix CHANGELOG.md --------- Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* fix(frontend): バナー画像のサイズがおかしい問題を修正 ↵かっこかり2025-10-091-0/+1
| | | | | | | (#16627) * fix(frontend): バナー画像のサイズがおかしい問題を修正 * Update Changelog
* 絵文字の追加辞書をインストールすると絵文字ピッカー ↵果物リン2025-10-081-3/+3
| | | | | | | | | | | | | | | イアログでユニコード絵文字が出てこないのを修正 (#16618) * Fix: ユニコード絵文字の追加辞書をインストールするとユニコード絵文字が出てこなくなる * add change log * Update CHANGELOG.md Co-authored-by: かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com> --------- Co-authored-by: かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com>
* chore(frontend): add caption for maxFileSizesyuilo2025-10-072-0/+6
|
* perf(frontend): improve about#emojis performanccesyuilo2025-10-061-1/+1
|
* refactor(frontend): use useTemplateRefsyuilo2025-10-062-11/+11
|
* enhance(frontend): ↵かっこかり2025-10-065-23/+171
| | | | | | | | | | | | | | | | | | | | | お問い合わせページからデバイス情報を出力できるように (#16598) * enhance(frontend): デバイス情報を出力できるように * fix lint * Update Changelog * enhance: getHighEntropyValuesが使用できなかった場合のフォールバックを追加 * fix lint * fix: getHighEntropyValuesが使用できない場合は生のUAを返すように * enhance: getHighEntropyValuesが使用できる場合でも生のUAを含めるように * :v: * onHeaderClicked -> onOpened
* fix(frontend): 存在しない翻訳を修正 (#16604)かっこかり2025-10-066-10/+10
|
* fix(frontend): ↵かっこかり2025-10-061-1/+1
| | | | | | | | | 通知の設定画面で予約投稿関連の翻訳が当たっていない問題の修正 (#16603) * fix(frontend): 予約投稿通知の設定画面に不足している翻訳を追加 * fix(misskey-js): 廃止された通知が定義に残っているのを修正 * fix(frontend): 予約投稿の完了/失敗通知はオンオフのみ
* fix(frontend): ↵かっこかり2025-10-051-1/+1
| | | | 画面左のナビゲーションバーでウィジェットアイコンにtooltipがつかない問題を修正 (#16602)
* enhance(frontend): MkTabs, ↵かっこかり2025-10-052-43/+113
| | | | | | | | | | | | | | | | | | | | | MkPageHeader.tabsにてタブハイライトのCSS Anchor Positioningに対応 (#16595) * fix(frontend): modalの中でtabsを使用する際にハイライトが変な位置に出る問題を修正 * fix lint * Revert "fix(frontend): modalの中でtabsを使用する際にハイライトが変な位置に出る問題を修正" This reverts commit 3b0ec46990d9ac9ae7f22140dfed5f8b80a4190c. * fix * fix * enhance(frontend): MkTabsのタブハイライト切り替えをCSS anchor positioningに対応させる * enhance(frontend): MkPageHeader.tabsのタブハイライト切り替えをCSS anchor positioningに対応させる * :art:
* enhance(frontend): ↵かっこかり2025-10-051-31/+68
| | | | | | | | | | | | | | | | | プロフィールバナー画像のparallaxをscroll-driven animationに置き換え (#16241) * enhance(frontend): プロフィールバナー画像のparallaxをscroll-driven animationに置き換え * lint * revert unrelated changes * Update packages/frontend/src/pages/user/home.vue * remove inset shadow --------- Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* refactor(frontend): MkTabの指定をpropsから行うように (#16596)かっこかり2025-10-056-75/+110
| | | | | * refactor(frontend): MkTabの指定をpropsから行うように * Update explore.featured.vue
* enhance(frontend): 実験的機能としてTranslator ↵かっこかり2025-10-053-9/+55
| | | | | | | | | | | | | APIを用いた翻訳を実装 (#16600) * enhance(frontend): 実験的機能としてTranslator APIを用いた翻訳を実装 * remove unused imports * remove unnecessary console.log * fix 表記揺れ * fix lint
* chore(frontend): make enableFolderPageView false by defaultsyuilo2025-10-041-1/+1
| | | | see #16553
* chore(frontend): improve usabilitysyuilo2025-10-041-0/+3
|
* enhance(frontend): improve zoomLines image effectsyuilo2025-09-272-9/+112
|
* enhance(frontend): add pixelate mask effectsyuilo2025-09-263-1/+168
|
* fix(frontend): ↵かっこかり2025-09-261-1/+5
| | | | | | | | | | | アクティビティウィジェットのグラフモードが動作しない問題を修正 (#16579) * fix(frontend): アクティビティウィジェットのグラフモードが動作しない問題を修正 * :art: * Update Changelog * fix
* enhance(frontend): テーマをドラッグ&ドロップできるようにsyuilo2025-09-262-8/+65
|
* feat: scheduled post (#16577)syuilo2025-09-266-118/+323
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Update NoteDraft.ts * Update NoteDraft.ts * wip * Update CHANGELOG.md * wip * Update PostScheduledNoteProcessorService.ts * Update PostScheduledNoteProcessorService.ts * Update Notification.ts * wip * Update NoteDraftService.ts * Update NoteDraftService.ts * Update NoteDraftService.ts * wip * Create 1758677617888-scheduled-post.js * Update index.d.ts * Update stats.ts * wip * wip * wip * wip * wip * Update MkNotification.vue * wip * wip * wip * Update NoteDraftService.ts * Update NoteDraftService.ts * wip * wip * Update NoteDraftEntityService.ts * wip * Update index.d.ts * Update MkPostForm.vue * wip * wip * wip * Update NoteCreateService.ts * wip * wip * wip * Update NoteDraftEntityService.ts * Update NoteCreateService.ts * Update NoteDraftService.ts * wip * Update NoteDraftService.ts * wip * wip * Update MkPostForm.vue * wip * Update MkPostForm.vue * Update os.ts * wip * Update MkNoteDraftsDialog.vue
* feat(frontend): Video compression (#16574)syuilo2025-09-246-17/+165
| | | | | | | | | | | | | | | | | * wip * Update CHANGELOG.md * wip * wip * wip * wip * Update use-uploader.ts * Update use-uploader.ts
* enhance(frontend): ↵syuilo2025-09-222-7/+19
| | | | 絵文字ピッカーのサイズをより大きくできるように
* プロフィールの「ユーザーのノートを検索」でローカル ↵果物リン2025-09-221-4/+9
| | | | | | | ユーザーを検索できないのを修正 (#16570) * プロフィールの「ユーザーのノートを検索」でローカルのユーザーを検索できないのを修正 * fix lint
* refactor MkAnimBgsyuilo2025-09-221-59/+17
|
* Implement professional-grade Gaussian-approximated blur effect with ↵Copilot2025-09-204-26/+227
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | resolution independence and configurable quality for image effector system (#16571) * Initial plan * Implement blur effect for image effector system Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com> * Improve blur quality with configurable sample count Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com> * Revert to simpler blur implementation with configurable sample count Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com> * Fix blur size independence from sample count Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com> * Make blur radius resolution-independent Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com> * Update blur.ts * Enhance blur quality with explicit diagonal sampling and fix parameter configuration Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com> * Implement Gaussian-approximated blur with distance-based weighting for superior quality Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com> * Revert "Implement Gaussian-approximated blur with distance-based weighting for superior quality" This reverts commit c739e9f55b64e8869f52dc2641ae6e972892dc7e. * Revert "Enhance blur quality with explicit diagonal sampling and fix parameter configuration" This reverts commit ffbc6eeba70dc9a3448dcb133d56b9fb776fc636. * wip * tweak * ellipse --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* feat(frontend): ↵tamaina2025-09-1917-61/+997
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 自分のプロフィールページの二次元コード(QRコード)を表示し、他の人のコードを読み取りするページを追加 (#16456) * wip (qr.show.vue) * added to navbar * qr.show.vue * fix * added to navbar * fix size * :art: * :art: * fix div warn * fix * use * 0.25 * fix?? * fix lint * clean up * ??? * ? * fix * :art: * :art: * refactor * :art: * :art: * :ar:t * :art: * iphone flip * no lazy import * :art: * :art: * :art: * ユーザー全部flipでいいや * :v: * fix * fix * fix lint * :art: * fix type * fix: local user profile url cannot be resolved with ap/show * fix: local user url with hostname could not be resolved * chore: use common utility for checking self host * wip * :art: * :art: * fix imports * fix * fix * fix * :art: * fix... * set spacer-w * :v: * 全画面でQRを読むように * fix * :art: * modify navbar.ts * start/stop on vue activation * display raw content read from qr * 端末のQRをスキャンするボタンを追加 * chore * やっぱりmfmを先に表示する * :art: * fix 18n * QRの内容は/users/:userIdにする * add spdx * use cqh * `defineProps` is a compiler macro and no longer needs to be imported. * use MkUserName * 🎨 * 🎨 * refactor * clean up * refactor * 🎨 * Update qr.show.vue * Misskeyロゴにdrop-shadowを追加 * clean up: do not use empty css * fix os.select usage * Update qr.vue * Update qr.show.vue * Update qr.show.vue * Update get-user-menu.ts * ✌️ * Update show.ts * Update ja-JP.yml * watermark * Update CHANGELOG.md * Update qr.read.vue * Update qr.read.vue * wip * Update MkWatermarkEditorDialog.Layer.vue --------- Co-authored-by: anatawa12 <anatawa12@icloud.com> Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* 🎨syuilo2025-09-191-2/+4
|
* fix(frontend): ↵syuilo2025-09-181-12/+14
| | | | | | iOSで、デバイスがダークモードだと初回読み込み時にエラーになる問題を修正 Fix #16562
* enhance(frontend): マスクエフェクト (#16556)syuilo2025-09-173-4/+239
| | | | | | | | | | | | | | | | | | | | | * wip * wip * Update MkImageEffectorDialog.vue * Update MkImageEffectorDialog.vue * Update MkImageEffectorDialog.vue * Update MkImageEffectorDialog.vue * Update MkImageEffectorDialog.vue * Update fillSquare.ts * Update CHANGELOG.md * Update fillSquare.ts
* enhance(frontend): ↵syuilo2025-09-167-11/+11
| | | | チャットの日本語名称をダイレクトメッセージに & ベータを外す
* fix: ↵かっこかり2025-09-161-2/+2
| | | | サーバー設定によりコンテンツの閲覧が制限されている場合のメッセージを区別するように (#16527)
* chore(frontend): enable enableFolderPageView by defaultsyuilo2025-09-151-1/+1
|
* enhance: 広告ごとにセンシティブフラグを設定できるようにsyuilo2025-09-142-1/+18
|