mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-21 12:06:35 +08:00
feat(core): impl invitation link (#11181)
feat(core): add invitee to getInviteInfoQuery feat(core): enable invitation link refactor(core): replace AcceptInviteService to InvitationService
This commit is contained in:
@@ -15,11 +15,27 @@ export const inviteModalContent = style({
|
||||
export const inviteModalButtonContainer = style({
|
||||
display: 'flex',
|
||||
justifyContent: 'flex-end',
|
||||
// marginTop: 10,
|
||||
});
|
||||
|
||||
export const inviteName = style({
|
||||
color: cssVarV2('text/primary'),
|
||||
fontWeight: '600',
|
||||
});
|
||||
|
||||
export const avatarWrapper = style({
|
||||
verticalAlign: 'sub',
|
||||
display: 'inline-block',
|
||||
});
|
||||
|
||||
export const userInfoWrapper = style({
|
||||
display: 'flex',
|
||||
alignItems: 'center',
|
||||
gap: '12px',
|
||||
marginTop: '28px',
|
||||
});
|
||||
|
||||
export const lineHeight = style({
|
||||
lineHeight: '1.5',
|
||||
});
|
||||
|
||||
export const content = style({
|
||||
@@ -30,7 +46,7 @@ export const content = style({
|
||||
});
|
||||
|
||||
export const userWrapper = style({
|
||||
display: 'flex',
|
||||
display: 'inline-flex',
|
||||
alignItems: 'center',
|
||||
gap: '4px',
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user