syuilo
dba44daf9c
🎨 and refactor
2025-12-18 15:40:40 +09:00
かっこかり
0d52145b2b
deps: update deps [ci skip] ( #16997 )
...
* update deps
* update chokidar to v5
* fix type error
* rollback serviceworker types to r74
* fix [ci skip]
2025-12-16 11:42:06 +09:00
かっこかり
36d404818d
fix(frontend/aiscript): nullを返すnote_view_intrruptorが動作しない問題を修正 ( #16977 )
...
* fix(frontend/aiscript): nullを返すnote_view_intrruptorが動作しない問題を修正
* Update Changelog
2025-12-13 19:08:02 +09:00
かっこかり
cb03f3f013
fix(frontend): follow-up of 16970 ( #16975 )
2025-12-13 18:22:40 +09:00
かっこかり
c109bec013
fix(frontend): ドライブファイルを日付以外で並び替える場合は月でグループ化して表示しないように ( #16978 )
...
* fix(frontend): ドライブファイルを日付以外で並び替える場合は月でグループ化して表示しないように
* Update Changelog
2025-12-13 18:17:09 +09:00
かっこかり
6fa4eb8c4f
fix(frontend): 無限スクロールできる箇所の調整 ( #16979 )
2025-12-13 18:16:15 +09:00
かっこかり
d74aded35f
fix: remove unused dependencies ( #16969 )
...
* fix(frontend): remove unused dependencies
* fix(backend): remove unused dependencies
2025-12-12 10:45:45 +09:00
かっこかり
1096ce8e4a
fix(frontend): 削除されたノートのリノートが正しく表示されない問題を修正 ( #16970 )
...
* fix(frontend): 削除されたノートのリノートが正しく表示されない問題を修正
* Update Changelog
* 🎨
* fix
2025-12-11 23:10:23 +09:00
syuilo
61f9c148f0
🎨
2025-12-06 18:46:13 +09:00
syuilo
fc1e2229e5
fix(frontend): stacking router viewで連続して戻る操作を行うと何も表示されなくなる問題を修正
2025-12-04 19:03:41 +09:00
syuilo
daf2a57b3c
Revert "fix(frontend): stacking router viewで連続して戻る操作を行うと何も表示されなくなる問題を修正"
...
This reverts commit a3c3052d0f .
2025-12-04 19:01:45 +09:00
syuilo
a3c3052d0f
fix(frontend): stacking router viewで連続して戻る操作を行うと何も表示されなくなる問題を修正
2025-12-04 15:19:15 +09:00
おさむのひと
fe01a5a28f
refactor: localesをworkspace管理下のパッケージに ( #16895 )
...
* refactor: localesをworkspace管理下のパッケージに
* fix copilot review
* move
* move
* rename
* fix ci
* revert unwanted indent changes
* fix
* fix
* fix
* fix
* 間違えてコミットしていたのを戻す
* 不要
* 追加漏れ
* ymlの場所だけ戻す
* localesの位置を戻したのでこの差分は不要
* 内容的にlocalesにある方が正しい
* i18nパッケージ用のREADME.mdを用意
* fix locale.yml
* fix locale.yml
---------
Co-authored-by: kakkokari-gtyih <67428053+kakkokari-gtyih@users.noreply.github.com>
2025-11-30 13:27:44 +09:00
かっこかり
0c5f61721a
fix(frontend): フォロー申請のキャンセル時に確認ダイアログを出すように ( #16834 )
...
* fix(frontend): フォロー申請のキャンセル時に確認ダイアログを出すように
* Update Changelog
* fix: 注釈は書かない
2025-11-26 13:07:28 +09:00
かっこかり
043b9b3d26
fix(frontend): 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>
2025-11-25 08:56:30 +09:00
かっこかり
c4f53aba3f
fix(frontend): 一部のシチュエーションで投稿フォームのツアーが表示されない問題を修正 ( #16837 )
...
* fix(frontend): 一部のシチュエーションで投稿フォームのツアーが表示されない問題を修正
* Update Changelog
---------
Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
2025-11-24 11:18:01 +09:00
かっこかり
86e4f15e95
fix(frontend): リセットボタンでCWがリセットされない問題を修正 ( #16820 )
...
* fix(frontend): リセットボタンでCWがリセットされない問題を修正
* update changelog
2025-11-24 11:13:36 +09:00
kami8
9f810d701d
enhance(frontend): リアクションの受け入れ設定にキャプションを追加 ( #16807 )
...
* enhance(frontend): リアクションの受け入れ設定にキャプションを追加
* Update Changelog
* CHANGELOG.mdを修正
* CHANGELOG.mdのコンフリクトを解消し、再度変更内容を記載
* 条件分岐をswitch文に変更
* chore: trigger CI re-run
2025-11-19 19:17:43 +09:00
syuilo
4c0f215fc5
refactor
2025-11-18 16:23:57 +09:00
おさむのひと
41e945b0ef
fix(frontend): 投稿フォームのアバター画像が縮むのを修正 ( #16790 )
...
* fix(frontend): 投稿フォームのアバター画像が縮むのを修正
* fix CHANGELOG.md
* fix
2025-11-15 11:33:37 +09:00
かっこかり
39e01b1dfe
refactor(frontend): フロントエンドの型エラー解消 ( #16779 )
2025-11-10 16:52:42 +09:00
かっこかり
fd2fe34270
refactor8frontend9: anyを除去 ( #16778 )
2025-11-10 15:33:54 +09:00
syuilo
4e38f218ec
fix type
2025-11-09 19:44:07 +09:00
syuilo
bdddd623b6
🎨
2025-11-09 19:31:41 +09:00
かっこかり
29bfc9a91a
fix(frontend): postform tourをスキップできるように ( #16767 )
...
* fix(frontend): postform tourをスキップできるように
* use closable option
2025-11-09 16:23:58 +09:00
果物リン
0a67d6f1a0
fix(frontend): 一部のページでもっと見るが自動で行われないバグの修正 ( #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>
2025-11-07 11:27:08 +09:00
syuilo
e312283ea0
enhance(frontend): 投稿フォームのヒントを追加 ( #16712 )
...
* wip
* wip
* Update MkSpot.vue
* Update MkPostForm.vue
* wip
* wip
* Update CHANGELOG.md
2025-11-07 11:03:33 +09:00
syuilo
4ba18690d7
feat(frontend): EXIFフレーム機能 ( #16725 )
...
* 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
2025-11-06 20:25:17 +09:00
Souma
119423e3ae
enhance(frontend): Extend links to profile pages ( #16417 )
...
* 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>
2025-11-06 13:42:52 +09:00
かっこかり
290fd8c7cc
enhance(frontend): ブラウザの通知権限をより確実に取得できるように ( #16758 )
...
* enhance(frontend): ブラウザの通知権限をより確実に取得できるように
* Update Changelog
2025-11-06 12:36:36 +09:00
かっこかり
0edb0133fc
enhance(frontend): チャンネル周りのUIの整理 ( #16743 )
...
* enhance(frontend): チャンネル周りのUIの整理
* fix: 共通要素間の一貫性を保つ
* Update Changelog
* fix: チャンネル新規作成を管理タブに移動・上部ボタン削除
2025-11-06 10:15:59 +09:00
かっこかり
0abe021640
fix(frontend): PageHeaderのタイトルがはみ出る問題を修正 ( #16744 )
...
* fix(frontend): PageHeaderのタイトルがはみ出る問題を修正
* Update Changelog
* fix: remove duplicated scoped class to avoid confusion
2025-11-06 09:31:55 +09:00
かっこかり
e15b8b7fa3
fix(frontend): formlinkのスタイル修正 ( #16741 )
2025-11-04 15:13:24 +09:00
かっこかり
6bce19655b
fix(frontend): ドライブのtipのスタイル修正 ( #16742 )
2025-11-04 11:58:29 +09:00
かっこかり
78ed024b0b
refactor(frontend): EmojiPickerの冗長なCSSを一部簡略化 ( #16717 )
2025-11-02 12:12:33 +09:00
syuilo
cd77404006
fix tooltip text
2025-10-26 19:29:37 +09:00
syuilo
298f8802d4
fix(frontend): 期限が無期限のアンケートに投票できない問題を修正
...
Fix #16708
2025-10-26 10:32:12 +09:00
syuilo
6e614ff061
Revert "Fix touch position offset in image masking on iOS devices ( #16702 )"
...
This reverts commit 456504cf82 .
2025-10-25 19:32:00 +09:00
Copilot
456504cf82
Fix touch position offset in image masking on iOS devices ( #16702 )
...
* 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>
2025-10-24 11:14:12 +09:00
syuilo
81cea6aed5
Update MkImageEffectorDialog.vue
...
related? #16703
2025-10-24 11:01:20 +09:00
かっこかり
2e07e50bb4
refactor(frontend): 既存のGLSLを単独のファイルに移行 ( #16677 )
...
* refactor(frontend): 既存のGLSLを単独のファイルに移行
* fix: glslファイルを参照元ファイルと同じ場所に移動
2025-10-23 11:05:21 +09:00
かっこかり
d203e1a446
refactor(frontend): フロントエンドの型エラー解消 ( #16694 )
2025-10-23 11:04:27 +09:00
syuilo
3c97c12e7f
enhance(frontend): 下書き/予約投稿一覧は投稿フォームのアカウントメニュー内に移動し、下書き保存は「...」メニュー内に移動
2025-10-21 20:03:57 +09:00
果物リン
9aea7363ce
fix(frontend): MkPollの集計完了後の挙動がおかしいのを修正 ( #16646 )
...
* MkPollの集計完了後の挙動がおかしいのを修正
* fix lint
* watchを削除できるように修正
* fix
* Update Changelog
* fix lint
---------
Co-authored-by: kakkokari-gtyih <67428053+kakkokari-gtyih@users.noreply.github.com>
2025-10-20 16:11:01 +09:00
かっこかり
8714945ec9
fix(frontend): ウォーターマーク配置のエフェクトが壊れている問題を修正 ( #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>
2025-10-20 15:05:23 +09:00
syuilo
acd35ef96c
add note
2025-10-20 14:48:14 +09:00
果物リン
41aa0c8efe
[カスタム絵文字beta]MacのCmdキー対応とCtrl/Cmd+Arrowキー対応 ( #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>
2025-10-09 09:29:47 +09:00
果物リン
d4df749f4f
絵文字の追加辞書をインストールすると絵文字ピッカーダイアログでユニコード絵文字が出てこないのを修正 ( #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>
2025-10-08 17:40:19 +09:00
syuilo
ba9924abdb
refactor(frontend): use useTemplateRef
2025-10-06 10:18:14 +09:00
かっこかり
f3e0713501
enhance(frontend): お問い合わせページからデバイス情報を出力できるように ( #16598 )
...
* enhance(frontend): デバイス情報を出力できるように
* fix lint
* Update Changelog
* enhance: getHighEntropyValuesが使用できなかった場合のフォールバックを追加
* fix lint
* fix: getHighEntropyValuesが使用できない場合は生のUAを返すように
* enhance: getHighEntropyValuesが使用できる場合でも生のUAを含めるように
* ✌️
* onHeaderClicked -> onOpened
2025-10-06 10:06:53 +09:00