Show invalid-data warning in sync button tooltip for group libraries
Instead of showing warning button on toolbar Otherwise if one person in a group upgrades to a beta with new fields, everyone in the group will get a warning, even if they're already on the latest release version. In a personal library, the user can upgrade to the same version.
This commit is contained in:
parent
b919143630
commit
843bcbb68a
5 changed files with 238 additions and 32 deletions
8
scss/components/_syncButtonTooltip.scss
Normal file
8
scss/components/_syncButtonTooltip.scss
Normal file
|
@ -0,0 +1,8 @@
|
|||
.sync-button-tooltip-messages {
|
||||
max-width: 400px;
|
||||
|
||||
p {
|
||||
color: gray;
|
||||
margin: 8px 6px;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue