electrumpos icon indicating copy to clipboard operation
electrumpos copied to clipboard

Auto-refresh new transactions with javascript

Open kangasbros opened this issue 12 years ago • 2 comments

Currently the status of transactions already updates automatically without refreshing the page. It would be nice if the list of transactions also updated in the same fashion.

kangasbros avatar Jul 19 '12 10:07 kangasbros

At first, maybe just polling implementation is OK?

A view: /api//transactions/<payment_id> will return payments made after <payment_id>, or empty if no payments made.

kangasbros avatar Jul 19 '12 11:07 kangasbros

Yeah, that's fine with me. Let me know whether/when that API exists and I'll add the JS.

justmoon avatar Jul 19 '12 11:07 justmoon