summaryrefslogtreecommitdiff
path: root/packages/frontend/src/theme.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* refactor: make noImplicitAny true (#17083)syuilo2026-01-091-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* fix(frontend): ↵syuilo2025-12-011-1/+3
| | | | visibilityStateがhiddenな状態でstartViewTransitionしないように
* fix(frontend): ↵syuilo2025-11-261-0/+2
| | | | | | 初回読み込み時にエラーになることがある問題を修正 Fix #16562
* fix(frontend): improve startViewTransition handlingsyuilo2025-11-061-7/+16
|
* fix(frontend): ↵syuilo2025-10-251-0/+6
| | | | キャッシュをクリアするとテーマ再適用するまでレンダリングが正しく行われない問題を修正
* enhance(frontend): improve theme apply handlingsyuilo2025-10-221-1/+3
|
* fix(frontend): ↵syuilo2025-10-221-4/+3
| | | | | | ダークモードの同期が機能しない場合がある問題を修正 Fix #16688
* refactorsyuilo2025-08-261-9/+16
|
* refactorsyuilo2025-08-261-0/+1
|
* clean upsyuilo2025-07-311-9/+3
| | | | ワイルドカードセレクタはexpensive
* fix(frontend): ↵かっこかり2025-07-311-1/+2
| | | | | | | | | 適用中のテーマを保持する際にリアクティビティも保持される問題を修正 (#16304) * fix(frontend): 現在のテーマを保持する際にリアクティビティが保持される問題を修正 * Update Changelog * Update theme.ts
* fix(frontend): ↵かっこかり2025-05-251-0/+5
| | | | タブ間同期が行われるとテーマが切り替わり続ける問題を修正 (#16094)
* enhance(frontend): テーマ切り替えのアニメーションをView ↵かっこかり2025-05-211-15/+33
| | | | | | | | | Transitionに変更 (#15974) * enhance(frontend): テーマ切り替えのアニメーションをView Transitionに変更 * fix lint * fix: 切り替え時間を0.5sに
* fix(frontend): ↵syuilo2025-03-311-4/+29
| | | | インストールしたテーマがテーマ一覧にすぐ反映されない
* lint fixessyuilo2025-03-201-6/+6
|
* enhance(frontend): ↵かっこかり2025-03-101-1/+1
| | | | | | | | | | | | | | | テーマ設定で簡易プレビューを表示するように (#15643) * enhance(frontend): テーマ設定で簡易プレビューを表示するように * Update Changelog * fix lint * 🎨 --------- Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* fix(frontend): ↵syuilo2025-03-101-1/+4
| | | | テーマ切り替え時に一部の色が変わらない問題を修正
* refactor(frontend): relocate theme scriptsyuilo2025-03-091-0/+189