Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make transaction inputs selectable when creating a transaction #9

Open
jrick opened this issue Jan 8, 2016 · 2 comments
Open

Make transaction inputs selectable when creating a transaction #9

jrick opened this issue Jan 8, 2016 · 2 comments

Comments

@jrick
Copy link
Member

jrick commented Jan 8, 2016

There is a placeholder checkbox for this feature, but it is not implemented yet, and the checkbox does nothing.

@jrick
Copy link
Member Author

jrick commented Feb 15, 2016

At the very least, it should display a new message under the checkbox when checked saying the feature is unimplemented.

@jrick
Copy link
Member Author

jrick commented Feb 15, 2016

A warning message is now displayed when the checkbox is ticked.

jcvernaleo pushed a commit to jcvernaleo/Paymetheus that referenced this issue Jul 22, 2016
The transaction history view is now filled with valid information
about transactions relevant to the selected account, ordered from
oldest at top down to newest at the bottom. Transactions include the
total debit/credit amount to the account, ignoring change (spending a
10 DCR input and receiving 5 DCR back as change will show the debit as
-5 DCR rather than -10).

Note that rendering large numbers of transactions will be very
slow. This is an unfortunate side effect of a complex DataTemplate
being used in a ItemsControl/ListBox/ListView, rather than using a
DataGrid. This gives us the ability to expand transaction details, but
a more efficient view will need to be implemented in a later release.

Fixes btcsuite#9.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant