Copilot
|
2f52c20150
|
Implement professional-grade Gaussian-approximated blur effect with 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 c739e9f55b .
* Revert "Enhance blur quality with explicit diagonal sampling and fix parameter configuration"
This reverts commit ffbc6eeba7 .
* 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>
|
2025-09-20 14:19:35 +09:00 |
tamaina
|
42b2aea533
|
feat(frontend): 自分のプロフィールページの二次元コード(QRコード)を表示し、他の人のコードを読み取りするページを追加 (#16456)
* wip (qr.show.vue)
* added to navbar
* qr.show.vue
* fix
* added to navbar
* fix size
* 🎨
* 🎨
* fix div warn
* fix
* use * 0.25
* fix??
* fix lint
* clean up
* ???
* ?
* fix
* 🎨
* 🎨
* refactor
* 🎨
* 🎨
* :ar:t
* 🎨
* iphone flip
* no lazy import
* 🎨
* 🎨
* 🎨
* ユーザー全部flipでいいや
* ✌️
* fix
* fix
* fix lint
* 🎨
* 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
* 🎨
* 🎨
* fix imports
* fix
* fix
* fix
* 🎨
* fix...
* set spacer-w
* ✌️
* 全画面でQRを読むように
* fix
* 🎨
* modify navbar.ts
* start/stop on vue activation
* display raw content read from qr
* 端末のQRをスキャンするボタンを追加
* chore
* やっぱりmfmを先に表示する
* 🎨
* 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>
|
2025-09-19 21:02:30 +09:00 |
syuilo
|
97adf6f2cc
|
🎨
|
2025-09-19 14:23:34 +09:00 |
syuilo
|
5fe08d0bbb
|
fix(frontend): iOSで、デバイスがダークモードだと初回読み込み時にエラーになる問題を修正
Fix #16562
|
2025-09-18 19:18:31 +09:00 |
syuilo
|
8c413d01e6
|
enhance(frontend): マスクエフェクト (#16556)
* 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
|
2025-09-17 18:38:56 +09:00 |
syuilo
|
b231da7c7c
|
enhance(frontend): チャットの日本語名称をダイレクトメッセージに & ベータを外す
|
2025-09-16 16:24:10 +09:00 |
かっこかり
|
e504560477
|
fix: サーバー設定によりコンテンツの閲覧が制限されている場合のメッセージを区別するように (#16527)
|
2025-09-16 11:53:20 +09:00 |
syuilo
|
6a80c23a50
|
chore(frontend): enable enableFolderPageView by default
|
2025-09-15 14:33:32 +09:00 |
syuilo
|
2621f468ff
|
enhance: 広告ごとにセンシティブフラグを設定できるように
|
2025-09-14 15:25:22 +09:00 |
かっこかり
|
d4654dd7bd
|
refactor(frontend): os.select, 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>
|
2025-09-13 21:00:33 +09:00 |
renovate[bot]
|
b7da6cad87
|
fix(deps): update dependency vite [security] (#16535)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2025-09-13 10:32:49 +09:00 |
かっこかり
|
5b4115e21a
|
refactor(frontend): フロントエンドの型エラー解消(途中まで) (#16539)
* fix(frontend): FormLinkをボタンとして使用した際にエラーが出る問題を修正
* refactor(frontend): フロントエンドの型エラー解消
* remove unused ts-expect-error
* migrate
* remove unrelated changes
* fix lint
* more type fixes
|
2025-09-13 08:33:14 +09:00 |
かっこかり
|
aebc3f781e
|
perf(frontend): 低精度な現在時刻を一か所で管理するように (#16479)
* perf(frontend): 低精度な現在時刻を一か所で管理するように
* lint
* fix
* remove unused imports
* fix
* Update Changelog
* [ci skip] typo
* enhance: カレンダーウィジェットの日付変更は時間通りに行うように
* [ci skip] fix
|
2025-09-12 17:12:50 +09:00 |
tamaina
|
a8cc51dc77
|
fix(frontend): Safari 26でモバイルUIが崩れる問題に対するhotfix (#16528)
|
2025-09-08 20:32:19 +09:00 |
renovate[bot]
|
85aea9077f
|
fix(deps): update [frontend] update dependencies (#16492)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2025-09-08 15:16:22 +09:00 |
syuilo
|
f3fffce6a9
|
fix type
|
2025-09-08 14:57:53 +09:00 |
syuilo
|
eb7db5a3aa
|
Update MkSuspense.vue
|
2025-09-08 14:56:58 +09:00 |
かっこかり
|
430310f306
|
fix(frontend): ctrlキーを押しながらリンクをクリックしても新しいタブで開かない問題を修正 (#16453)
* fix(frontend): ctrlキーを押しながらクリックしても新しいタブで開かない問題を修正
* Update Changelog
* fix: 制御キーの場合を個別ハンドリングするのではなくブラウザ既定の挙動に任せるように
* fix
|
2025-09-07 09:32:32 +09:00 |
syuilo
|
1e1eea521e
|
chore(frontend): add force cloud backup button for debugging
|
2025-09-07 09:16:25 +09:00 |
かっこかり
|
788c5660ba
|
enhance(frontend): フロントエンドのキャッシュクリア操作でブラウザの内部キャッシュも削除するように (#16522)
* enhance(frontend): フロントエンドのキャッシュクリア操作でブラウザの内部キャッシュも削除するように
* 削除するキャッシュを増やす
* Update Changelog
* fix: 何らかのエラーがあっても無視するように
|
2025-09-06 14:46:24 +09:00 |
syuilo
|
5b994b3e03
|
fix(frontend): プロファイルを復元後アカウントの切り替えができない問題を修正
Fix #16508
|
2025-09-06 12:41:27 +09:00 |
syuilo
|
7b2abb7577
|
enhance(frontend): クリップ/リスト/アンテナ/ロール追加系メニュー項目において、表示件数を拡張
#16510
|
2025-09-06 11:18:08 +09:00 |
syuilo
|
9e188ca3fa
|
Revert "refactor"
This reverts commit aa85d701b9 .
|
2025-09-06 11:09:24 +09:00 |
syuilo
|
de1b2223ff
|
enhance(frontend): AiScriptAppウィジェットで構文エラーを検知してもダイアログではなくウィジェット内にエラーを表示するように
|
2025-09-05 19:44:11 +09:00 |
なっかあ
|
9b565728e7
|
fix #16494 (#16509)
|
2025-09-05 15:26:39 +09:00 |
takaion
|
047773341d
|
fix(frontend): エラー画像が横に引き伸ばされてしまう問題に対応 (#16502)
* fix(frontend): エラー画像が横に引き伸ばされてしまう問題に対応
Fix misskey-dev#15982
* Update CHANGELOG.md
|
2025-09-02 16:40:57 +09:00 |
yukineko
|
842670e100
|
fix(frontend): RSSティッカーウィジェットが正しく動作しない問題を修正 (#16498)
* fix: RSSティッカーウィジェットが正しく機能しない問題を修正
* chore: update CHANGELOG.md
|
2025-09-02 10:29:25 +09:00 |
anatawa12
|
ffc481a994
|
fix: 「自動でもっと見る」の設定ができない問題 (#16500)
|
2025-09-02 10:11:50 +09:00 |
syuilo
|
2ccf4f94cb
|
refactor
|
2025-09-01 16:51:58 +09:00 |
syuilo
|
3566bc207f
|
refactor
|
2025-09-01 16:36:15 +09:00 |
syuilo
|
4a0e968662
|
refactor
|
2025-09-01 16:23:05 +09:00 |
syuilo
|
959e72b2b3
|
refactor
|
2025-09-01 14:02:14 +09:00 |
syuilo
|
a3d78b2f08
|
refactor
|
2025-09-01 13:41:40 +09:00 |
syuilo
|
3c998e1f48
|
refactor
|
2025-09-01 12:59:53 +09:00 |
syuilo
|
782c9f9852
|
refactor
|
2025-09-01 12:33:44 +09:00 |
syuilo
|
d27c740ab0
|
refactor
|
2025-09-01 12:31:27 +09:00 |
syuilo
|
08ecf7ca79
|
refactor
|
2025-09-01 10:19:14 +09:00 |
syuilo
|
bdec4bf87a
|
refactor
|
2025-09-01 10:16:33 +09:00 |
syuilo
|
7000095b44
|
refactor
|
2025-09-01 10:01:03 +09:00 |
syuilo
|
18e42cc83d
|
refactoe
|
2025-09-01 09:53:38 +09:00 |
syuilo
|
11204eeb43
|
refactor
|
2025-09-01 09:50:36 +09:00 |
かっこかり
|
c95092903a
|
refactor(frontend): フロントエンドの型エラー解消(途中まで) (#16477)
* refactor(frontend): フロントエンドの型エラー解消
* fix
---------
Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
|
2025-08-31 19:53:38 +09:00 |
syuilo
|
b491432daa
|
fix(frontend): タッチ操作時にマウスホバー時のユーザープレビューが開くことがある問題を修正
Fix #16464
|
2025-08-31 10:23:29 +09:00 |
syuilo
|
ebe029458e
|
enhance(frontend): アイコンのスクロール追従を無効化する際の適用範囲を強化
Resolve #16485
|
2025-08-31 10:18:48 +09:00 |
syuilo
|
aabda5a956
|
clean up
|
2025-08-30 19:15:52 +09:00 |
syuilo
|
def148d7a6
|
refactor
|
2025-08-28 20:02:28 +09:00 |
syuilo
|
aa85d701b9
|
refactor
|
2025-08-28 19:53:10 +09:00 |
syuilo
|
f0833cffe9
|
refactor
|
2025-08-28 19:47:58 +09:00 |
syuilo
|
8b347e23e3
|
refactor
|
2025-08-28 13:30:52 +09:00 |
syuilo
|
bca3602da2
|
refactor
|
2025-08-28 13:24:25 +09:00 |