かっこかり
3df81931ec
fix(frontend): ナビゲーションバーの設定で削除した項目をその場で再追加できない問題を修正 ( #16652 )
...
* fix(frontend): ナビゲーションバーの設定で削除した項目をその場で再追加できない問題を修正
* Update Changelog
2025-10-15 12:14:03 +09:00
かっこかり
f8c6273acc
fix(frontend): scroll-driven animation非対応環境でバナー画像が上下中央に表示されない問題を修正 ( #16632 )
...
* fix(frontend): scroll-driven animation非対応環境でバナー画像が上下中央に表示されない問題を修正
* Update Changelog
2025-10-10 09:33:35 +09:00
かっこかり
edf7beff23
fix(frontend/aiscript): Mk:toastを同期関数に変更 ( #16480 )
2025-10-09 11:30:34 +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
おさむのひと
37526de323
fix: aliasesの区切り文字が一致していないのを修正 ( #16622 )
...
* fix: aliasesの区切り文字が一致していないのを修正
* fix CHANGELOG.md
---------
Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
2025-10-09 09:29:09 +09:00
かっこかり
21ed2e3002
fix(frontend): バナー画像のサイズがおかしい問題を修正 ( #16627 )
...
* fix(frontend): バナー画像のサイズがおかしい問題を修正
* Update Changelog
2025-10-09 09:28:27 +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
0b642cf446
chore(frontend): add caption for maxFileSize
2025-10-07 09:47:26 +09:00
syuilo
ae10cad9a7
perf(frontend): improve about#emojis performancce
2025-10-06 10:21:46 +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
かっこかり
7fcbf57a9d
fix(frontend): 存在しない翻訳を修正 ( #16604 )
2025-10-06 10:06:20 +09:00
かっこかり
d03cf4d7f9
fix(frontend): 通知の設定画面で予約投稿関連の翻訳が当たっていない問題の修正 ( #16603 )
...
* fix(frontend): 予約投稿通知の設定画面に不足している翻訳を追加
* fix(misskey-js): 廃止された通知が定義に残っているのを修正
* fix(frontend): 予約投稿の完了/失敗通知はオンオフのみ
2025-10-06 08:55:22 +09:00
かっこかり
a8fcdb79ab
fix(frontend): 画面左のナビゲーションバーでウィジェットアイコンにtooltipがつかない問題を修正 ( #16602 )
2025-10-05 18:53:57 +09:00
かっこかり
eae9af73c2
enhance(frontend): MkTabs, MkPageHeader.tabsにてタブハイライトのCSS Anchor Positioningに対応 ( #16595 )
...
* fix(frontend): modalの中でtabsを使用する際にハイライトが変な位置に出る問題を修正
* fix lint
* Revert "fix(frontend): modalの中でtabsを使用する際にハイライトが変な位置に出る問題を修正"
This reverts commit 3b0ec46990 .
* fix
* fix
* enhance(frontend): MkTabsのタブハイライト切り替えをCSS anchor positioningに対応させる
* enhance(frontend): MkPageHeader.tabsのタブハイライト切り替えをCSS anchor positioningに対応させる
* 🎨
2025-10-05 18:53:28 +09:00
かっこかり
c0dc156df7
enhance(frontend): プロフィールバナー画像の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>
2025-10-05 16:49:33 +09:00
かっこかり
720c6519cd
refactor(frontend): MkTabの指定をpropsから行うように ( #16596 )
...
* refactor(frontend): MkTabの指定をpropsから行うように
* Update explore.featured.vue
2025-10-05 15:48:11 +09:00
かっこかり
46b0e8115a
enhance(frontend): 実験的機能としてTranslator APIを用いた翻訳を実装 ( #16600 )
...
* enhance(frontend): 実験的機能としてTranslator APIを用いた翻訳を実装
* remove unused imports
* remove unnecessary console.log
* fix 表記揺れ
* fix lint
2025-10-05 15:43:13 +09:00
syuilo
fc02e0d34d
chore(frontend): make enableFolderPageView false by default
...
see #16553
2025-10-04 08:54:49 +09:00
syuilo
cb1a90ddad
chore(frontend): improve usability
2025-10-04 08:53:19 +09:00
syuilo
225154d76d
enhance(frontend): improve zoomLines image effect
2025-09-27 18:46:26 +09:00
syuilo
c5f9c0ce5c
enhance(frontend): add pixelate mask effect
2025-09-26 18:27:53 +09:00
かっこかり
e0d210e15b
fix(frontend): アクティビティウィジェットのグラフモードが動作しない問題を修正 ( #16579 )
...
* fix(frontend): アクティビティウィジェットのグラフモードが動作しない問題を修正
* 🎨
* Update Changelog
* fix
2025-09-26 15:36:50 +09:00
syuilo
0b7634b126
enhance(frontend): テーマをドラッグ&ドロップできるように
2025-09-26 15:36:25 +09:00
syuilo
d1446d195a
feat: scheduled post ( #16577 )
...
* 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
2025-09-26 15:29:52 +09:00
syuilo
0f8c068e84
feat(frontend): Video compression ( #16574 )
...
* wip
* Update CHANGELOG.md
* wip
* wip
* wip
* wip
* Update use-uploader.ts
* Update use-uploader.ts
2025-09-24 09:01:06 +09:00
syuilo
966127c63e
enhance(frontend): 絵文字ピッカーのサイズをより大きくできるように
2025-09-22 19:43:31 +09:00
果物リン
54800971eb
プロフィールの「ユーザーのノートを検索」でローカルのユーザーを検索できないのを修正 ( #16570 )
...
* プロフィールの「ユーザーのノートを検索」でローカルのユーザーを検索できないのを修正
* fix lint
2025-09-22 19:21:01 +09:00
syuilo
13d5c6d2b2
refactor MkAnimBg
2025-09-22 19:00:47 +09:00
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
かっこかり
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
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
かっこかり
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
syuilo
cfd4d7c57b
refactor
2025-08-28 13:20:11 +09:00
syuilo
ff6f115976
refactor
2025-08-28 11:30:03 +09:00
syuilo
3e24419981
refactor
2025-08-28 11:15:17 +09:00
syuilo
2e4c4dd555
refactor
2025-08-28 08:59:13 +09:00
syuilo
5fef2332f4
refactor
2025-08-27 17:00:58 +09:00
syuilo
575379a683
refactor
2025-08-27 16:48:32 +09:00
syuilo
bf82b49633
refactor
2025-08-27 16:27:16 +09:00
syuilo
87d09f255d
refactor
2025-08-27 15:59:39 +09:00
syuilo
98e07c3bd1
perf(frontend): use WeakMap
2025-08-27 12:41:24 +09:00
syuilo
c5bb881438
refactor
2025-08-27 12:40:11 +09:00
syuilo
ee96f77ef2
refactor
2025-08-27 12:09:19 +09:00
syuilo
3e9118af3d
fix(frontend): lookupページでリモートURLを指定した際に正しく動作しない問題を修正
2025-08-27 10:15:11 +09:00
syuilo
25df56dfd0
refactor
2025-08-27 10:14:17 +09:00
syuilo
2e0a34300a
refactor
2025-08-27 09:46:31 +09:00
syuilo
5e3d8fc9b8
refactor
2025-08-26 20:17:25 +09:00
syuilo
b186c67767
refactor
2025-08-26 20:04:59 +09:00
syuilo
ac7c60d102
refactor and fix
2025-08-26 19:06:15 +09:00
syuilo
b9dbd58a1c
refactor
2025-08-26 18:54:54 +09:00
syuilo
69bbac013a
refactor
2025-08-26 17:31:36 +09:00
syuilo
203296b9cb
chore(frontend): tweak MkServerSetupWizard
2025-08-26 15:02:12 +09:00
syuilo
689d70ffae
refactor
2025-08-26 14:38:42 +09:00
syuilo
d5475d1ff6
refactor
2025-08-26 14:22:53 +09:00
syuilo
05cc8047fa
refactor
2025-08-26 13:58:57 +09:00
syuilo
d6a1046361
refactor
2025-08-26 13:34:41 +09:00
syuilo
eb9915baf8
refactor and fix
2025-08-26 10:56:09 +09:00
syuilo
dbb6c71c5c
refactor
2025-08-26 09:39:23 +09:00
syuilo
9e5c8d94bf
refactor
2025-08-26 09:08:00 +09:00
syuilo
120af977a9
refactoe
2025-08-26 08:57:36 +09:00
syuilo
506c8a259b
refactor
2025-08-26 08:50:34 +09:00
tamaina
7e7dc03796
fix(frontend): ap/showでローカルユーザーを解決した際@username@nullに飛ばされる問題を修正 ( #16460 )
2025-08-26 07:43:59 +09:00
syuilo
a874def344
remove unused file
2025-08-25 20:32:07 +09:00
syuilo
44ac51f64f
refactor: ReloadSuggest -> ReloadSuggestion
2025-08-25 20:31:22 +09:00
syuilo
76beac41d2
refactor
2025-08-25 20:07:33 +09:00
syuilo
69cdc73f5a
refactor
2025-08-25 19:55:42 +09:00
syuilo
1c966db324
refactor
2025-08-25 17:12:11 +09:00
syuilo
692284886b
refactor
2025-08-25 17:04:49 +09:00
syuilo
0121d19645
refactor
2025-08-25 16:56:10 +09:00
syuilo
bf8636e516
refactor
2025-08-25 16:56:05 +09:00
syuilo
d336a1fb1c
refactor
2025-08-25 13:51:52 +09:00
syuilo
7c761e7017
refactor
2025-08-25 13:48:09 +09:00
syuilo
7924daf7f8
refactor
2025-08-25 13:46:22 +09:00
syuilo
2b9706a68b
refactor
2025-08-25 13:40:41 +09:00
syuilo
f2d15f9240
refactor
2025-08-25 13:36:38 +09:00
syuilo
caf6a3ab81
refactor
2025-08-25 13:34:17 +09:00
syuilo
f4baa973bf
refactor
2025-08-25 13:26:41 +09:00
syuilo
3741fa4b49
refactor
2025-08-25 13:25:05 +09:00
syuilo
27df7f643e
fix typo
...
Fix #16452
2025-08-25 10:07:42 +09:00
かっこかり
ade603ff7a
fix(frontend): ページネーションの進行方向を指定できるように ( #16433 )
...
* fix(frontend): ページネーションの進行方向を指定できるように
* Update Changelog
* fix lint
* fix: directionをMkPaginationに移動
* fix
* fix
* fix
---------
Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
2025-08-22 19:34:20 +09:00
かっこかり
7f6ba2e501
enhance: verify-emailにフロントエンドUIを実装 ( #16431 )
...
* enhance: メールのverifyをAPIに変更
* enhance(frontend): メールのVerifyページを追加
* fix
* 🎨
* 🎨
* Update Changelog
* lint
2025-08-21 16:52:30 +09:00
syuilo
bdfe709319
fix(frontend): 読み込み直後にプラグインによるノートの書き換えが行われない問題を修正
...
ブート時にプラグインがロードされるまで待機
Fix #16428
2025-08-20 15:57:20 +09:00
syuilo
3980172243
feat: 非ログイン時に表示されるトップページのスタイルを選択できるように
2025-08-19 14:15:19 +09:00
syuilo
3b4879133c
🎨
2025-08-18 18:06:32 +09:00
syuilo
7786761d76
chore(frontend): more haptic
2025-08-18 14:24:14 +09:00
Souma
ff334fe9d7
enhance(frontend): Add an option to customize Lockdown duration ( #16405 )
...
* chore(locales): Add "setManually" and "_time.month"
Add Japanese locales to auto-generate other languages.
* feat(frontend): Add text fields to set lockdown duration manually
Choose from presets or set it manually.
* refactor(frontend): Make objects contains option's values and labels
When adding a new option, it needed to write two times.
* docs(changelog): Add a description about this change
Users can notice what's changed by this PR.
* refactor(frontend): Manage state by MkSelect
The functions only initialize the values.
* refactor(frontend): Make the custom input as writable computed
Clean up the MkInput components.
* chore(locales): Switch to "custom"
A single word is better than sentence on this situation.
* refactor(frontend): Insert the custom button to presets
Users don't need to click multiple times to use prests.
2025-08-18 14:11:48 +09:00
syuilo
ba40cb750b
Update about-misskey.vue
2025-08-18 10:59:31 +09:00
syuilo
fcde6789ff
feat(frontend): introduce haptic feedback as experimental feature
...
#16410
2025-08-18 10:49:27 +09:00
syuilo
e481205342
enhance(frontend): update aiscript to 1.1.0
2025-08-18 10:18:34 +09:00
syuilo
bae92a944d
enhance(frontend): improve enableInfiniteScroll stability
...
Close #16318
2025-08-15 12:40:37 +09:00
syuilo
7d30768769
fix(frontend): Botプロテクションの設定の変更検知が正しくない問題を修正
2025-08-15 12:10:14 +09:00
syuilo
c25a922928
Merge branch 'develop' of https://github.com/misskey-dev/misskey into develop
2025-08-14 16:50:59 +09:00
syuilo
d26169ea32
Update about-misskey.vue
2025-08-14 16:50:56 +09:00
Sayamame-beans
7bb43329bb
fix(frontend): メンション補完のためのサジェストが正しく表示されない問題を修正 ( #16401 )
...
* fix(frontend): mention-syntax detection for autocomplete doesn't work properly
* docs(changelog): update changelog
2025-08-13 10:51:23 +09:00
かっこかり
b5b7914073
enhance: ユーザー検索を制限できるように ( #16380 )
...
* enhance: ユーザー検索を制限できるように
* Update Changelog
2025-08-09 14:41:11 +09:00
かっこかり
b1b335d55a
fix: チャットの利用可否ポリシーの考慮漏れを修正 ( #16259 )
...
* fix: チャットの利用可否ポリシーの考慮漏れを修正
* 🎨
2025-08-09 14:25:31 +09:00
Sayamame-beans
2931eb0aad
Fix: チャンネルのハイライトページにノートが表示されない問題を修正 ( #16364 )
...
* fix(frontend): unable to see channel's featured notes
* docs(changelog): update changelog
---------
Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
2025-08-09 14:13:37 +09:00
かっこかり
785b85ee46
enhance(frontend): 画像エフェクトのUI改善 ( #16191 )
...
* enhance(frontend): 画像エフェクトの改善
* enhance: i18n colorClampAdvanced
* fix: missing translation
* enhance: i18n blockNoise
* fix lint
* fix: narrow down fx defs types
* fix
* fix: watermark用エフェクトは別で定義し直す
* fix lint
* ImageEffectorをwatermarkに隠蔽
* watermark関連の定義を完全に分離
* refactor
* fix
* ぼかし効果 -> スムージング
* refactor: remove unnecessary `as const`
* Update Changelog
2025-08-09 14:11:19 +09:00
anatawa12
8bd84a0ec4
fix: カラムの名前が正しくリスト/チャンネルの名前にならない問題 ( #15987 )
...
* fix: カラムの名前が正しくリスト/チャンネルの名前にならない問題
* changelog Fix: カラムの名前が正しくリスト/チャンネルの名前にならない問題を修正
* reduce requests to retrieve timeline name
2025-08-09 10:43:07 +09:00
syuilo
e67ff36e57
enhance(frontend): AiScriptのcode-splittingが正しく行われるように
2025-08-08 21:50:05 +09:00
syuilo
076a83466e
🎨
2025-08-08 21:26:53 +09:00
syuilo
aaf3f343ea
Update about-misskey.vue
2025-08-08 21:20:23 +09:00
anatawa12
8598f3912e
per-locale bundle & inline locale ( #16369 )
...
* feat: split entry file by locale name
* chore: とりあえず transform hook で雑に分割
* chore: とりあえず transform 結果をいい感じに
* chore: concurrent buildで高速化
* chore: vite ではローケルのないものをビルドして後処理でどうにかするように
* chore: 後処理のためにi18n.jを単体になるように切り出す
* chore: use typescript
* chore: remove unref(i18n) in vite build process
* chore: inline variable
* fix: build error
* fix: i18n.ts.something.replaceAll() become error
* chore: ignore export specifier from error
* chore: support i18n.tsx as object
* chore: process literal for all files
* chore: split config and locale
* chore: inline locale name
* chore: remove updating locale in boot common
* chore: use top-level await to load locales
* chore: inline locale
* chore: remove loading locale from boot.js
* chore: remove loading locale from boot.js
* コメント追加
* fix test; fetchに失敗する
* import削除ログをdebugレベルに
* fix: watch pug
* chore: use hash for entry files
* chore: remove es-module-lexer from dependencies
* chore: move to frontend-builder
* chore: use inline locale in embed
* chore: refetch json on hot reload
* feat: store localization related to boot.js in backend in bootloaderLocales localstorage
* 応急処置を戻す
* fix spex
* fix `Using i18n identifier "e" directly. Skipping inlining.` warning
* refactor: use scriptsDir parameter
* chore: remove i18n from depmap
* chore: make build crash if errors
* error -> warn few conditions
* use inline object
* update localstorage keys
* remove accessing locale localstorage
* fix: failed to process i18n.tsx.aaa({x:i18n.bbb})
2025-08-08 11:26:18 +09:00
syuilo
ee9dc94063
enhance(frontend): タイムラインページのメニューから投稿フォームの表示有無を切り替えられるように
2025-08-06 14:22:21 +09:00
syuilo
998beeae59
feat(frontend): AiScriptを1.0に更新
...
Close #16277
2025-08-06 13:32:59 +09:00
syuilo
9931fff35b
🎨
2025-08-05 09:44:59 +09:00