Change sending->sent state to match new designs
For https://github.com/vector-im/element-web/issues/16424
This commit is contained in:
parent
31df8801f1
commit
9cec382865
9 changed files with 54 additions and 24 deletions
|
@ -158,6 +158,7 @@ export default class EditHistoryMessage extends React.PureComponent {
|
|||
const isSending = (['sending', 'queued', 'encrypting'].indexOf(this.state.sendStatus) !== -1);
|
||||
const classes = classNames({
|
||||
"mx_EventTile": true,
|
||||
// Note: we keep these sending state classes for tests, not for our styles
|
||||
"mx_EventTile_sending": isSending,
|
||||
"mx_EventTile_notSent": this.state.sendStatus === 'not_sent',
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue