remove disabled on retry room status bar (#33113)
This commit is contained in:
@@ -270,7 +270,6 @@ export function RoomStatusBarView({ vm }: Readonly<RoomStatusBarViewProps>): JSX
|
|||||||
size="sm"
|
size="sm"
|
||||||
kind="secondary"
|
kind="secondary"
|
||||||
Icon={DeleteIcon}
|
Icon={DeleteIcon}
|
||||||
disabled={snapshot.isResending}
|
|
||||||
className={styles.secondaryAction}
|
className={styles.secondaryAction}
|
||||||
onClick={deleteAllClick}
|
onClick={deleteAllClick}
|
||||||
>
|
>
|
||||||
@@ -282,7 +281,6 @@ export function RoomStatusBarView({ vm }: Readonly<RoomStatusBarViewProps>): JSX
|
|||||||
size="sm"
|
size="sm"
|
||||||
kind="primary"
|
kind="primary"
|
||||||
Icon={RestartIcon}
|
Icon={RestartIcon}
|
||||||
disabled={snapshot.isResending}
|
|
||||||
onClick={resendClick}
|
onClick={resendClick}
|
||||||
className={styles.primaryAction}
|
className={styles.primaryAction}
|
||||||
>
|
>
|
||||||
|
|||||||
-6
@@ -281,7 +281,6 @@ exports[`RoomStatusBarView > renders unsent messages 1`] = `
|
|||||||
class="actions"
|
class="actions"
|
||||||
>
|
>
|
||||||
<button
|
<button
|
||||||
aria-disabled="false"
|
|
||||||
class="_button_13vu4_8 secondaryAction _has-icon_13vu4_60"
|
class="_button_13vu4_8 secondaryAction _has-icon_13vu4_60"
|
||||||
data-kind="secondary"
|
data-kind="secondary"
|
||||||
data-size="sm"
|
data-size="sm"
|
||||||
@@ -303,7 +302,6 @@ exports[`RoomStatusBarView > renders unsent messages 1`] = `
|
|||||||
Delete all
|
Delete all
|
||||||
</button>
|
</button>
|
||||||
<button
|
<button
|
||||||
aria-disabled="false"
|
|
||||||
class="_button_13vu4_8 primaryAction _has-icon_13vu4_60"
|
class="_button_13vu4_8 primaryAction _has-icon_13vu4_60"
|
||||||
data-kind="primary"
|
data-kind="primary"
|
||||||
data-size="sm"
|
data-size="sm"
|
||||||
@@ -376,7 +374,6 @@ exports[`RoomStatusBarView > renders unsent messages and deletes all 1`] = `
|
|||||||
class="actions"
|
class="actions"
|
||||||
>
|
>
|
||||||
<button
|
<button
|
||||||
aria-disabled="false"
|
|
||||||
class="_button_13vu4_8 secondaryAction _has-icon_13vu4_60"
|
class="_button_13vu4_8 secondaryAction _has-icon_13vu4_60"
|
||||||
data-kind="secondary"
|
data-kind="secondary"
|
||||||
data-size="sm"
|
data-size="sm"
|
||||||
@@ -398,7 +395,6 @@ exports[`RoomStatusBarView > renders unsent messages and deletes all 1`] = `
|
|||||||
Delete all
|
Delete all
|
||||||
</button>
|
</button>
|
||||||
<button
|
<button
|
||||||
aria-disabled="false"
|
|
||||||
class="_button_13vu4_8 primaryAction _has-icon_13vu4_60"
|
class="_button_13vu4_8 primaryAction _has-icon_13vu4_60"
|
||||||
data-kind="primary"
|
data-kind="primary"
|
||||||
data-size="sm"
|
data-size="sm"
|
||||||
@@ -471,7 +467,6 @@ exports[`RoomStatusBarView > renders unsent messages and resends all 1`] = `
|
|||||||
class="actions"
|
class="actions"
|
||||||
>
|
>
|
||||||
<button
|
<button
|
||||||
aria-disabled="false"
|
|
||||||
class="_button_13vu4_8 secondaryAction _has-icon_13vu4_60"
|
class="_button_13vu4_8 secondaryAction _has-icon_13vu4_60"
|
||||||
data-kind="secondary"
|
data-kind="secondary"
|
||||||
data-size="sm"
|
data-size="sm"
|
||||||
@@ -493,7 +488,6 @@ exports[`RoomStatusBarView > renders unsent messages and resends all 1`] = `
|
|||||||
Delete all
|
Delete all
|
||||||
</button>
|
</button>
|
||||||
<button
|
<button
|
||||||
aria-disabled="false"
|
|
||||||
class="_button_13vu4_8 primaryAction _has-icon_13vu4_60"
|
class="_button_13vu4_8 primaryAction _has-icon_13vu4_60"
|
||||||
data-kind="primary"
|
data-kind="primary"
|
||||||
data-size="sm"
|
data-size="sm"
|
||||||
|
|||||||
Reference in New Issue
Block a user