You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Being able to browse through older entries. Currently only the last 15 are displayed.
For v0.0.10 we can use the new table library and enable sorting and pagination.
* Link to the transaction on either local mempool instance or the mempool site when clicking on the timestamp or the CJ amount
Not sure about that. How would we know if a local explorer is present? Also, linking to an external explorer is not something I think is such a good idea. Actually, I am not sure the txid is provided from the backend, so this would need changes in JM itself.
* Either in the note column or in a new one, having the new total balance displayed
I think this can be done, but only if we'd get the outputs of the history CLI command into JM's RPC API.. also needs backend changes (otherwise it is not possible - Jam is just a UI, it does not know what balance you had at a given timestamp).
But generally, showing a history would be great. Not sure if the report is the right place for this, but it'd be nice to have for Jam 💪
* Link to the transaction on either local mempool instance or the mempool site when clicking on the timestamp or the CJ amount
Not sure about that. How would we know if a local explorer is present? Also, linking to an external explorer is not something I think is such a good idea. Actually, I am not sure the txid is provided from the backend, so this would need changes in JM itself.
Maybe having it as an option in the settings ? If the txid is provided, adding a new setting in Jam that say "make transaction clickable" with the following options "no". "external explorer", "internal explorer"
Features that would be nice to have on the Earn Report:
The text was updated successfully, but these errors were encountered: