mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-20 00:18:45 +01:00
Ability to click megaphone in narrow sidebar to expand sidebar
This commit is contained in:
@@ -19,12 +19,12 @@ import type {
|
||||
} from '../state/ducks/calling.preload.js';
|
||||
import { ConfirmationDialog } from './ConfirmationDialog.dom.js';
|
||||
import type { UnreadStats } from '../util/countUnreadStats.std.js';
|
||||
import type { WidthBreakpoint } from './_util.std.js';
|
||||
import type { CallLinkType } from '../types/CallLink.std.js';
|
||||
import type { CallStateType } from '../state/selectors/calling.std.js';
|
||||
import type { StartCallData } from './ConfirmLeaveCallModal.dom.js';
|
||||
import { I18n } from './I18n.dom.js';
|
||||
import { AxoDropdownMenu } from '../axo/AxoDropdownMenu.dom.js';
|
||||
import type { SmartPropsType as SmartToastManagerPropsType } from '../state/smart/ToastManager.preload.js';
|
||||
|
||||
enum CallsTabSidebarView {
|
||||
CallsListView,
|
||||
@@ -70,9 +70,7 @@ type CallsTabProps = Readonly<{
|
||||
conversationId: string,
|
||||
callHistoryGroup: CallHistoryGroup | null
|
||||
) => React.JSX.Element;
|
||||
renderToastManager: (_: {
|
||||
containerWidthBreakpoint: WidthBreakpoint;
|
||||
}) => React.JSX.Element;
|
||||
renderToastManager: (_: SmartToastManagerPropsType) => React.JSX.Element;
|
||||
regionCode: string | undefined;
|
||||
savePreferredLeftPaneWidth: (preferredLeftPaneWidth: number) => void;
|
||||
startCallLinkLobbyByRoomId: (options: { roomId: string }) => void;
|
||||
|
||||
Reference in New Issue
Block a user