-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
VSwitch Colors, QuickAction Position, Chart Redrawing
All v-switches now have a global color specified ("primary") and a new css rule that turns the "thumb" of the button "primary" to match. All individual color properties for switches have been removed. The Quick Action menu will now be located where the user clicked instead of attached to the control the user clicked. This is especially noticeable on large strings. Charts now have a "key" field that must be edited for the chart to redraw. Vue 3 will re-render components when their props change, but not if a field on their props changes. In order for Vue to notice that the Basic Metrics charts have new data, we need to specify a :key and change it.
- Loading branch information
1 parent
1e23fcc
commit 7cd1959
Showing
5 changed files
with
22 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters