feat(ui): add share modal and users

- fix(external users): fix app starting for external users
This commit is contained in:
Edouard Vanbelle
2026-06-02 12:25:44 +02:00
parent ec72374651
commit 9fac34f91e
15 changed files with 468 additions and 54 deletions
+16
View File
@@ -138,6 +138,22 @@
min-width: 0;
}
/* "Invite by email" synthetic suggestion (PR 11.3). The hint label sits
to the right of the pending-email vignette and stays muted so the
row reads as auxiliary — the action it commits is more consequential
than a regular contact pick. */
.smd-suggestion-item--email {
border-top: 1px solid var(--color-border);
}
.smd-suggestion-hint {
margin-left: auto;
color: var(--color-text-faint);
font-size: 12px;
font-style: italic;
flex-shrink: 0;
}
/* Role picker beside the search box */
.smd-role-select {
padding: 9px 10px;