enhance(client): Sync widgets (#8512)

* feature: sync widgets among devices

* fix

* nanka iroiro
* classic.widgets.vueの機能をuniversal.widgets.vueに統合
* 左右のウィジェット編集状態を同期するように
* 左右やカラム間でウィジェットを行き来できるように
* MkWidgetsをCSS Module化

* set min-height: 100px;

* fix deck widget

* Update packages/client/src/ui/deck/widgets-column.vue

Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>

* merge

* Update classic.vue

* Delete classic.widgets.vue

Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
This commit is contained in:
tamaina
2022-12-27 14:55:11 +09:00
committed by GitHub
parent 6c4fa1bc8b
commit e3f2845cf8
8 changed files with 125 additions and 155 deletions

View File

@@ -122,7 +122,7 @@ export const defaultStore = markRaw(new Storage('base', {
}[],
},
widgets: {
where: 'deviceAccount',
where: 'account',
default: [] as {
name: string;
id: string;