Coalesce icon indicating copy to clipboard operation
Coalesce copied to clipboard

Add option to show retry button on c-loader-status

Open ascott18 opened this issue 4 years ago • 0 comments

Add an addtional c-loader-status flag that presents a button for failed requests and allows the user to retry it.

Problems to be solved:

  • How is the request re-invoked? Do we capture the args of the failed call and re-call with the same args? I think we have to- hard to imagine another way.
  • What happens if a single set of status flags is displaying multiple loaders? Do we display multiple buttons, or a single button that reloads all failures? I think the latter is what we have to do.

ascott18 avatar Sep 21 '21 18:09 ascott18