Skip to content

Commit

Permalink
Merge pull request #5780 from gooddata/SHA_master
Browse files Browse the repository at this point in the history
feat: external recipients in dashboards support
  • Loading branch information
hackerstanislav authored Jan 10, 2025
2 parents 0bf4b83 + 2ecb04e commit 2ff6cb7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ export class RecipientsSelectRenderer extends React.PureComponent<
</span>
{this.renderRecipientValue(recipient)}
{recipient.type === "externalUser" ? (
<div style={{ background: "white", marginTop: "5px" }}>
<div className="gd-recipient-option-label-external-warning">
<Message type="warning">
<FormattedMessage id="dialogs.schedule.email.user.warning.external" />
</Message>
Expand Down
10 changes: 10 additions & 0 deletions libs/sdk-ui-dashboard/styles/scss/scheduled_mail_recipients.scss
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,16 @@ $input-height: 28px;
margin-left: 10px;
color: kit-variables.$gd-color-disabled;
}

.gd-recipient-option-label-external-warning {
margin: 5px -8px -6px -8px;
background: kit-variables.$default-gd-color-white;

.gd-message {
font-size: 13px;
padding: 4px 8px 4px 8px;
}
}
}

.gd-recipient-existed {
Expand Down

0 comments on commit 2ff6cb7

Please sign in to comment.