mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-08 08:58:38 +01:00
Properly style call buttons across app, when already in a call
This commit is contained in:
@@ -18,6 +18,7 @@ export default {
|
||||
args: {
|
||||
i18n,
|
||||
callLink: FAKE_CALL_LINK_WITH_ADMIN_KEY,
|
||||
hasActiveCall: false,
|
||||
onClose: action('onClose'),
|
||||
onCopyCallLink: action('onCopyCallLink'),
|
||||
onOpenCallLinkAddNameModal: action('onOpenCallLinkAddNameModal'),
|
||||
@@ -30,3 +31,7 @@ export default {
|
||||
export function Basic(args: CallLinkEditModalProps): JSX.Element {
|
||||
return <CallLinkEditModal {...args} />;
|
||||
}
|
||||
|
||||
export function InAnotherCall(args: CallLinkEditModalProps): JSX.Element {
|
||||
return <CallLinkEditModal {...args} hasActiveCall />;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user