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:
Dan Stillman 2021-02-09 16:36:06 -05:00
parent b919143630
commit 843bcbb68a
5 changed files with 238 additions and 32 deletions

View file

@ -0,0 +1,8 @@
.sync-button-tooltip-messages {
max-width: 400px;
p {
color: gray;
margin: 8px 6px;
}
}