summaryrefslogtreecommitdiff
path: root/packages/frontend/src/preferences/manager.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* split url into webUrl and localUrl (like mastodon)Freya Murphy2 days1-14/+14
|
* refactor: make noImplicitAny true (#17083)syuilo2026-01-091-10/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * Update emojis.emoji.vue * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * Update manager.ts * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * Update analytics.ts
* enable and fix no-unused-vars and no-async-promise-executor (#17070)anatawa122026-01-081-1/+1
| | | | | | | | | * dev: set --no-bail for lint task * lint: enable no-async-promise-executor lint and fix them * lint: enable no-unused-vars with allowing _ prefix * lint: fix semi
* refactor(frontend): prefer.model, ↵かっこかり2026-01-021-27/+30
| | | | | | | | | | | | | | | store.modelではcustomRefを使用するように (#17058) * refactor(frontend): prefer.model, store.modelではcustomRefを使用するように * fix: watchの解除に失敗してもエラーで落ちないように * Update packages/frontend/src/lib/pizzax.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* fix(frontend): ↵かっこかり2025-12-161-9/+12
| | | | まれに設定変更のタブ間同期に失敗する問題を修正 (#16991)
* enhance(frontend): preferenceのタブ間同期にBroadcast ↵かっこかり2025-11-241-1/+18
| | | | | | | | | Channelを使用するように (#16819) * enhance(frontend): preferenceのタブ間同期にBroadcast Channelを使用するように * fix * refactor: EventEmitterをextendする形に変更
* refactor(frontend): os.select, ↵かっこかり2025-09-131-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* refactorsyuilo2025-08-281-0/+2
|
* refactorsyuilo2025-08-261-3/+4
|
* refactorsyuilo2025-06-281-14/+26
|
* lintsyuilo2025-06-271-1/+2
|
* refactor(frontend/pref): refactor preferences managersyuilo2025-06-261-93/+96
| | | | Refactored preferences manager to decouple account context and storage provider, improving normalization and loading of profiles. Replaced static profile creation/normalization with instance-based logic, and updated usage in preferences.ts to pass account context explicitly. This enhances maintainability and prepares for better guest account handling.
* refactorsyuilo2025-06-261-20/+25
|
* add notesyuilo2025-06-261-0/+1
|
* add notesyuilo2025-06-241-0/+1
|
* enhance(frontend): IDにUUIDを使うのをやめる (#16138)syuilo2025-06-031-2/+2
| | | | | * wip * Update flash-edit.vue
* chore(frontend): improve type defsyuilo2025-06-011-0/+8
|
* fix(frontend): ↵syuilo2025-05-311-16/+48
| | | | アカウント依存かつ初期状態である設定値をサーバー同期しようとした際に正しくコンフリクト検出されない問題を修正
* enhance(frontend): make pref sync more smartsyuilo2025-05-311-12/+38
|
* enhance(frontend): ↵syuilo2025-05-311-13/+39
| | | | 設定の同期をオンにするときに競合したときに値をマージできるように
* refactorsyuilo2025-05-071-2/+2
|
* fix(frontend): ↵かっこかり2025-03-251-4/+4
| | | | 本番環境で不必要なconsole.logを出さないように (#15702)
* enhance(frontend): improve preference manager stabilitysyuilo2025-03-201-5/+12
|
* enhance(frontend): improve pref managersyuilo2025-03-141-10/+27
|
* enhance(frontend): improve accounts managementsyuilo2025-03-131-1/+1
|
* refactor(frontend): cond -> scopesyuilo2025-03-131-31/+31
|
* refactorsyuilo2025-03-131-1/+1
|
* enhance(frontend): improve pref managersyuilo2025-03-131-2/+3
|
* enhance(frontend): suppress needless confirmation when turn on pref syncsyuilo2025-03-121-1/+2
|
* fix(frontend): fix type errorssyuilo2025-03-121-0/+450