-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
enhance(client): Sync widgets #8512
Conversation
* classic.widgets.vueの機能をuniversal.widgets.vueに統合 * 左右のウィジェット編集状態を同期するように * 左右やカラム間でウィジェットを行き来できるように * MkWidgetsをCSS Module化
Codecov Report
@@ Coverage Diff @@
## develop #8512 +/- ##
========================================
Coverage 22.41% 22.41%
========================================
Files 704 704
Lines 66017 66017
Branches 2134 2134
========================================
Hits 14801 14801
Misses 51216 51216 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
🆙 |
} | ||
|
||
.edit { | ||
&-header { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
&hogeはCSS被害者救済法で禁止されているから、
&:global { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
&hogeはCSS被害者救済法で禁止されているから、
そんな法律知らなかった…
&:global {
みたいに&:global使えば良さそう
パフォーマンス悪くなるらしいのでネストは使いたくない
については考え中だけどもそれ以外は良さそう |
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
👍 |
新しいデバイスからログインされるとウィジェットが初期状態に戻る気がする |
pizzaxのi/registry/get-allが終わるまでの間にuniversal.vueがmountされると発生する |
#9225 が適用されていると発見できなかったのか…? |
Resolve #7724
What
クラシックUIの上部メニュー状態において、デフォルトUIやクラシックUI左側サイドメニューで追加されたウィジェットは、右側に配置されます。
Additional info (optional)
p1.a9z.devで動作中