summaryrefslogtreecommitdiff
path: root/packages/frontend/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* refactor(frontend): os.select, ↵かっこかり2025-09-1364-765/+1171
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | MkSelectのitem指定をオブジェクトによる定義に統一し、型を狭める (#16475) * refactor(frontend): MkSelectのitem指定をオブジェクトによる定義に統一 * fix * spdx * fix * fix os.select * fix lint * add comment * fix * fix: os.select対応漏れを修正 * fix * fix * fix: MkSelectのmodelに対する型チェックを厳格化 * fix * fix * fix * Update packages/frontend/src/components/MkEmbedCodeGenDialog.vue Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com> * fix * fix types * fix * fix * Update packages/frontend/src/pages/admin/roles.editor.vue Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com> * fix: MkSelectに直接配列を指定している場合に正常に型が解決されるように --------- Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* refactor(frontend): ↵かっこかり2025-09-1349-215/+253
| | | | | | | | | | | | | | | | | フロントエンドの型エラー解消(途中まで) (#16539) * fix(frontend): FormLinkをボタンとして使用した際にエラーが出る問題を修正 * refactor(frontend): フロントエンドの型エラー解消 * remove unused ts-expect-error * migrate * remove unrelated changes * fix lint * more type fixes
* perf(frontend): 低精度な現在時刻を一か所で管理するように ↵かっこかり2025-09-124-52/+89
| | | | | | | | | | | | | | | | | | | | | (#16479) * perf(frontend): 低精度な現在時刻を一か所で管理するように * lint * fix * remove unused imports * fix * Update Changelog * [ci skip] typo * enhance: カレンダーウィジェットの日付変更は時間通りに行うように * [ci skip] fix
* fix(frontend): Safari ↵tamaina2025-09-081-0/+7
| | | | 26でモバイルUIが崩れる問題に対するhotfix (#16528)
* fix typesyuilo2025-09-081-1/+1
|
* Update MkSuspense.vuesyuilo2025-09-081-1/+0
|
* fix(frontend): ↵かっこかり2025-09-071-1/+6
| | | | | | | | | | | ctrlキーを押しながらリンクをクリックしても新しいタブで開かない問題を修正 (#16453) * fix(frontend): ctrlキーを押しながらクリックしても新しいタブで開かない問題を修正 * Update Changelog * fix: 制御キーの場合を個別ハンドリングするのではなくブラウザ既定の挙動に任せるように * fix
* chore(frontend): add force cloud backup button for debuggingsyuilo2025-09-071-0/+10
|
* enhance(frontend): ↵かっこかり2025-09-061-0/+4
| | | | | | | | | | | フロントエンドのキャッシュクリア操作でブラウザの内部キャッシュも削除するように (#16522) * enhance(frontend): フロントエンドのキャッシュクリア操作でブラウザの内部キャッシュも削除するように * 削除するキャッシュを増やす * Update Changelog * fix: 何らかのエラーがあっても無視するように
* fix(frontend): ↵syuilo2025-09-064-4/+28
| | | | | | プロファイルを復元後アカウントの切り替えができない問題を修正 Fix #16508
* enhance(frontend): ↵syuilo2025-09-061-3/+3
| | | | | | クリップ/リスト/アンテナ/ロール追加系メニュー項目において、表示件数を拡張 #16510
* Revert "refactor"syuilo2025-09-061-4/+10
| | | | This reverts commit aa85d701b913a0d1577dd4fbfa66c6589138925f.
* enhance(frontend): ↵syuilo2025-09-052-9/+10
| | | | AiScriptAppウィジェットで構文エラーを検知してもダイアログではなくウィジェット内にエラーを表示するように
* fix #16494 (#16509)なっかあ2025-09-051-1/+1
|
* fix(frontend): ↵takaion2025-09-021-2/+1
| | | | | | | | | エラー画像が横に引き伸ばされてしまう問題に対応 (#16502) * fix(frontend): エラー画像が横に引き伸ばされてしまう問題に対応 Fix misskey-dev#15982 * Update CHANGELOG.md
* fix(frontend): ↵yukineko2025-09-021-1/+1
| | | | | | | RSSティッカーウィジェットが正しく動作しない問題を修正 (#16498) * fix: RSSティッカーウィジェットが正しく機能しない問題を修正 * chore: update CHANGELOG.md
* fix: 「自動でもっと見る」の設定ができない問題 (#16500)anatawa122025-09-021-2/+0
|
* refactorsyuilo2025-09-011-4/+4
|
* refactorsyuilo2025-09-012-138/+157
|
* refactorsyuilo2025-09-017-34/+35
|
* refactorsyuilo2025-09-018-11/+11
|
* refactorsyuilo2025-09-012-168/+196
|
* refactorsyuilo2025-09-0113-32/+46
|
* refactorsyuilo2025-09-011-2/+2
|
* refactorsyuilo2025-09-016-13/+27
|
* refactorsyuilo2025-09-012-3/+4
|
* refactorsyuilo2025-09-014-5/+2
|