diff options
| author | tamaina <tamaina@hotmail.co.jp> | 2022-07-31 21:55:20 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-07-31 21:55:20 +0900 |
| commit | 14c2f9e47ee4dc9f18e00cb5a06cc45feb06861e (patch) | |
| tree | 2ddd8e5def4b01591d6280a4c9c4605d545853c4 /CHANGELOG.md | |
| parent | use es2021 for node (diff) | |
| download | misskey-14c2f9e47ee4dc9f18e00cb5a06cc45feb06861e.tar.gz misskey-14c2f9e47ee4dc9f18e00cb5a06cc45feb06861e.tar.bz2 misskey-14c2f9e47ee4dc9f18e00cb5a06cc45feb06861e.zip | |
feature: Client Preferences Registry (#8511)
* Fix settings page
* nanka iroiro
* clean up
* clean up
* feature: Client Preferences Registry on the account
* add changelog
* インデックスに戻ってもタイトルが残ってしまうのを修正
* fix createdAt -> updatedAt
* remove console.log
* 適用→このデバイスに適用
* add wallpaper
* ローカルのjsonファイルを保存・読み込みできるように
* clean up
* use apiWithDialog
* Update packages/client/src/pages/settings/preferences-registry.vue
Co-authored-by: Andreas Nedbal <github-bf215181b5140522137b3d4f6b73544a@desu.email>
* Update packages/client/src/pages/settings/preferences-registry.vue
Co-authored-by: Andreas Nedbal <github-bf215181b5140522137b3d4f6b73544a@desu.email>
* Update packages/client/src/pages/settings/preferences-registry.vue
Co-authored-by: Andreas Nedbal <github-bf215181b5140522137b3d4f6b73544a@desu.email>
* fix lint
* :v:
* change router
* nanka iroiro
* tweak
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
Co-authored-by: Andreas Nedbal <github-bf215181b5140522137b3d4f6b73544a@desu.email>
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 57a4b29205..225e2fbae6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ ## 12.x.x (unreleased) ### Improvements +- Client: Preferences Registry ### Bugfixes - |