misskey/packages/frontend/src/composables
かっこかり 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
..
use-chart-tooltip.ts fix(frontend): タッチ操作時にチャートのツールチップが消えなくなる場合がある問題を修正 2025-06-04 16:10:57 +09:00
use-form.ts refactor(frontend): use* 関数の格納場所のフォルダ名を composables に変更 (#16004) 2025-05-10 07:58:26 +09:00
use-leave-guard.ts refactor(frontend): use* 関数の格納場所のフォルダ名を composables に変更 (#16004) 2025-05-10 07:58:26 +09:00
use-loading.ts refactor(frontend): use* 関数の格納場所のフォルダ名を composables に変更 (#16004) 2025-05-10 07:58:26 +09:00
use-lowres-time.ts perf(frontend): 低精度な現在時刻を一か所で管理するように (#16479) 2025-09-12 17:12:50 +09:00
use-mkselect.ts refactor(frontend): os.select, MkSelectのitem指定をオブジェクトによる定義に統一し、型を狭める (#16475) 2025-09-13 21:00:33 +09:00
use-mutation-observer.ts refactor(frontend): use* 関数の格納場所のフォルダ名を composables に変更 (#16004) 2025-05-10 07:58:26 +09:00
use-note-capture.ts fix(frontend): リアクションの一部の絵文字が重複して表示されることがある問題を修正 2025-06-01 08:10:49 +09:00
use-scroll-position-keeper.ts enhance(frontend): improve useScrollPositionKeeper 2025-06-24 20:30:32 +09:00
use-tooltip.ts refactor(frontend): use* 関数の格納場所のフォルダ名を composables に変更 (#16004) 2025-05-10 07:58:26 +09:00
use-uploader.ts enhance: ウォーターマーク機能をロールで制御可能に 2025-07-12 15:13:35 +09:00