More work on replayable errors
Expose a button that does that retries outgoing messages if possible. // FREEBIE
This commit is contained in:
parent
bc0c9bd133
commit
a32f3ff1f6
8 changed files with 131 additions and 55 deletions
|
@ -248,6 +248,10 @@
|
|||
{{ #conflict }}
|
||||
<button class='conflict'><span>Verify</span></button>
|
||||
{{ /conflict }}
|
||||
{{ #retry }}
|
||||
<button class='retry'><span>Retry</span></button>
|
||||
<span class='error-message'>{{message}}</span>
|
||||
{{ /retry }}
|
||||
{{ #errors }}
|
||||
<div>
|
||||
<span class='error-message'>{{message}}</span>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue