~zanneth/Octahedron

CreateDebtRequestDialog: Fix issue with divide button getting into bad state

Surprisingly difficult to tell the difference between a user invoked
button click/entry change and programmatic change. Block the clicked
signal while we're resetting the divide button state to avoid re-entrancy
with the clicked signal.

v2: Change Optional unwrap to more idiomatic Rust way.
Adds a divide by two button to CreateDebtRequestDialog

Adds a divide by two button next to the "amount" field, and implements
some special behavior for when the button resets or when the field changes.
edd0011d — Charles Magahern 1 year, 8 months ago
Move state restoration logic for the debt requests model inside the block that creates it
9276c16e — Charles Magahern 1 year, 8 months ago
Fix compiler warnings
d62e3bb7 — Charles Magahern 1 year, 8 months ago
More state restoration work
78246cd6 — Charles Magahern 1 year, 8 months ago
Remember window settings
d22a0e72 — Charles Magahern 1 year, 8 months ago
Fix copy behavior in details view
1ac6e423 — Charles Magahern 1 year, 8 months ago
Fix error message that occasionally appears when loading the blockchain from nothing.
902727d4 — Charles Magahern 1 year, 8 months ago
Update iOS signing details
cli: Adds `nonce` and `show` commands
cffb333c — Charles Magahern 1 year, 11 months ago
More robust tracking of nonce values
201f7a4c — Charles Magahern 1 year, 11 months ago
Fix bug where switching wallets doesn't correctly update UI
13331163 — Charles Magahern 1 year, 11 months ago
Fix crash when error dialogs appear
5f7d65cb — Charles Magahern 2 years ago
Fix cryptic build error
cli: Adds the ability to create debt requests. Also documents contract controller.
Adds multiple window (scene) support
DebtRequestDetailViewController: Fixes bug where footer buttons are laid out incorrectly
Implements the ability to reject debt requests
GTK: Implements rejected state display

TODO: Should add a reject button/reject functionality as well
Next