Username Education
Co-authored-by: Jamie Kyle <jamie@signal.org>
This commit is contained in:
parent
c6a7637513
commit
7dc11c1928
100 changed files with 1443 additions and 1269 deletions
|
@ -158,6 +158,9 @@ export type PropsType = {
|
|||
renderCaptchaDialog: (props: { onSkip(): void }) => JSX.Element;
|
||||
renderCrashReportDialog: () => JSX.Element;
|
||||
renderExpiredBuildDialog: (_: DialogExpiredBuildPropsType) => JSX.Element;
|
||||
renderToastManager: (_: {
|
||||
containerWidthBreakpoint: WidthBreakpoint;
|
||||
}) => JSX.Element;
|
||||
} & LookupConversationWithoutServiceIdActionsType;
|
||||
|
||||
export function LeftPane({
|
||||
|
@ -200,6 +203,7 @@ export function LeftPane({
|
|||
renderUnsupportedOSDialog,
|
||||
renderRelinkDialog,
|
||||
renderUpdateDialog,
|
||||
renderToastManager,
|
||||
savePreferredLeftPaneWidth,
|
||||
searchInConversation,
|
||||
selectedConversationId,
|
||||
|
@ -597,6 +601,7 @@ export function LeftPane({
|
|||
modeSpecificProps.isAboutToSearch
|
||||
}
|
||||
savePreferredLeftPaneWidth={savePreferredLeftPaneWidth}
|
||||
renderToastManager={renderToastManager}
|
||||
actions={
|
||||
<>
|
||||
<NavSidebarActionButton
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue