mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-04 19:56:45 +02:00
remove disabled on retry room status bar (#33113)
This commit is contained in:
parent
e30adf4eb3
commit
17efc81f0b
@ -270,7 +270,6 @@ export function RoomStatusBarView({ vm }: Readonly<RoomStatusBarViewProps>): JSX
|
||||
size="sm"
|
||||
kind="secondary"
|
||||
Icon={DeleteIcon}
|
||||
disabled={snapshot.isResending}
|
||||
className={styles.secondaryAction}
|
||||
onClick={deleteAllClick}
|
||||
>
|
||||
@ -282,7 +281,6 @@ export function RoomStatusBarView({ vm }: Readonly<RoomStatusBarViewProps>): JSX
|
||||
size="sm"
|
||||
kind="primary"
|
||||
Icon={RestartIcon}
|
||||
disabled={snapshot.isResending}
|
||||
onClick={resendClick}
|
||||
className={styles.primaryAction}
|
||||
>
|
||||
|
||||
@ -281,7 +281,6 @@ exports[`RoomStatusBarView > renders unsent messages 1`] = `
|
||||
class="actions"
|
||||
>
|
||||
<button
|
||||
aria-disabled="false"
|
||||
class="_button_13vu4_8 secondaryAction _has-icon_13vu4_60"
|
||||
data-kind="secondary"
|
||||
data-size="sm"
|
||||
@ -303,7 +302,6 @@ exports[`RoomStatusBarView > renders unsent messages 1`] = `
|
||||
Delete all
|
||||
</button>
|
||||
<button
|
||||
aria-disabled="false"
|
||||
class="_button_13vu4_8 primaryAction _has-icon_13vu4_60"
|
||||
data-kind="primary"
|
||||
data-size="sm"
|
||||
@ -376,7 +374,6 @@ exports[`RoomStatusBarView > renders unsent messages and deletes all 1`] = `
|
||||
class="actions"
|
||||
>
|
||||
<button
|
||||
aria-disabled="false"
|
||||
class="_button_13vu4_8 secondaryAction _has-icon_13vu4_60"
|
||||
data-kind="secondary"
|
||||
data-size="sm"
|
||||
@ -398,7 +395,6 @@ exports[`RoomStatusBarView > renders unsent messages and deletes all 1`] = `
|
||||
Delete all
|
||||
</button>
|
||||
<button
|
||||
aria-disabled="false"
|
||||
class="_button_13vu4_8 primaryAction _has-icon_13vu4_60"
|
||||
data-kind="primary"
|
||||
data-size="sm"
|
||||
@ -471,7 +467,6 @@ exports[`RoomStatusBarView > renders unsent messages and resends all 1`] = `
|
||||
class="actions"
|
||||
>
|
||||
<button
|
||||
aria-disabled="false"
|
||||
class="_button_13vu4_8 secondaryAction _has-icon_13vu4_60"
|
||||
data-kind="secondary"
|
||||
data-size="sm"
|
||||
@ -493,7 +488,6 @@ exports[`RoomStatusBarView > renders unsent messages and resends all 1`] = `
|
||||
Delete all
|
||||
</button>
|
||||
<button
|
||||
aria-disabled="false"
|
||||
class="_button_13vu4_8 primaryAction _has-icon_13vu4_60"
|
||||
data-kind="primary"
|
||||
data-size="sm"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user