summaryrefslogtreecommitdiff
path: root/packages/frontend/src/components/MkForm.vue (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix: review fixes (#17208)かっこかり3 days1-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * fix: OAuthのContent-Typeを正しく判定するように * fix(frontend): fix outdated comments * fix: storagePersistenceのtop-level awaitを解消 * fix * fix(frontend): add comment Co-Authored-By: anatawa12 <anatawa12@icloud.com> * fix * fix: rename `users/get-following-users-by-birthday` * fix: fix types * Update MkForm.vue * refactor utility/storage.ts --------- Co-authored-by: anatawa12 <anatawa12@icloud.com> Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* refactor(frontend): MkRadiosの指定をpropsから行うように (#16597)かっこかり2026-01-141-4/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * refactor(frontend): MkRadiosの指定をpropsから行うように * spdx * fix lint * fix: mkradiosを動的slotsに対応させる * fix: remove comment [ci skip] * fix lint * fix lint * migrate * rename * fix * fix * fix types * remove unused imports * fix * wip --------- Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* fix(frontend): ↵かっこかり2026-01-131-3/+38
| | | | | | | MkFormで入力に不備がある場合は完了ボタンを押して続行できないように (#17096) * fix(frontend): MkFormで入力に不備がある場合は完了ボタンを押して続行できないように * fix lint
* fix(frontend): follow-up of #17033 (#17047)かっこかり2025-12-301-3/+3
| | | | | | | | | | | | | | | | | | | * wip * fix * ref -> reactive * tweak throttle threshold * tweak throttle threshold * rss設定にはmanualSaveを使用するように * Update MkWidgetSettingsDialog.vue --------- Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* enhance(frontend): ウィジェットの設定画面を改良 (#17033)かっこかり2025-12-281-0/+84
* enhance(frontend): ウィジェットの設定画面を改良 * Update Changelog * fix lint