Commit Graph

228 Commits

Author SHA1 Message Date
tomFlowee 31ded84ead Fix clipboard feedback being shown 2021-02-05 16:53:42 +01:00
tomFlowee bac37e5c81 Fix layout issues
This works better with bigger text
2021-02-04 19:23:15 +01:00
tomFlowee 8eb0ae3679 Add IP address and cleanup netview. 2021-02-04 19:23:15 +01:00
tomFlowee fb275bec8c Add logo for splash screen 2021-02-01 20:27:53 +01:00
tomFlowee 2b082bf2b1 Many more translations fixes
This makes both the NL and the PL languages at 100%
2021-01-31 20:59:53 +01:00
tomFlowee 35af4ff305 Various translation fixes
* Move colon out of translation
* Use the plural feature
  this allows us to provide two translations for 1 or more items.
* Misc issues and inconsistencies fixed
2021-01-29 10:27:24 +01:00
tomFlowee d41b729ff1 Remove colons 2021-01-28 23:17:26 +01:00
tomFlowee 3ff12954c2 Add the forgotten : 2021-01-28 22:56:33 +01:00
tomFlowee a93ec8d3d9 Update translations as made on CrowdIn.com 2021-01-28 22:55:16 +01:00
tomFlowee 55c31fac14 Start translations 2021-01-28 21:03:52 +01:00
tomFlowee 5957133e64 UX fix: alignment. 2021-01-27 20:04:14 +01:00
tomFlowee d090376cf0 Allow waiting for confirmation after dsproof 2021-01-20 11:38:57 +01:00
tomFlowee 1590338f9c Use feedback to show more details for the DSP state. 2021-01-20 11:34:15 +01:00
tomFlowee dcba7db824 Be consistent with other components. 2021-01-18 15:04:56 +01:00
tomFlowee 17ac991fee Make receiveTransactionPane show feedback. 2021-01-18 14:27:24 +01:00
tomFlowee 0706b04fba Fix margins 2021-01-16 17:01:42 +01:00
tomFlowee 657d9de3e6 Auto upgrade an incoming payment after a couple of seconds of settling. 2021-01-16 14:28:09 +01:00
tomFlowee 8e62c36b3b Save various more properties of the PaymentRequest 2021-01-15 17:23:08 +01:00
tomFlowee 68b5fdc228 Working on paymentRequests.
Allow detected transactions to be seen by the PaymentRequest.
Allow PaymentRequests to be deleted.
2021-01-13 17:43:10 +01:00
tomFlowee e6844fe1a7 Add payment requests overview 2021-01-07 20:10:09 +01:00
tomFlowee 5726849a91 Make remembering a payment request possible
Should a user want to move to other tasks they can store the payment
request backgrounding the processing of said incoming request.
2021-01-06 23:15:54 +01:00
tomFlowee 1262733154 Make bip21 payment request minimal functional 2021-01-06 15:26:46 +01:00
tomFlowee e1708ff656 UX: interaction improvements
Fix focus sometimes not moving on click, and set an appropriate cursor
on hover.
2021-01-06 15:07:01 +01:00
tomFlowee 20690a24ce Update email 2021-01-05 14:04:10 +01:00
tomFlowee c075a80a9b Make a valiant effort to start PaymentRequests 2021-01-05 00:25:23 +01:00
tomFlowee 4ea8ebefec Fix preview window showing 'max' properly. 2020-12-26 19:31:59 +01:00
tomFlowee 062be17ff1 Show all outputs if we created the tx 2020-12-26 16:51:54 +01:00
tomFlowee 83743c4aaa Use amount labels for account details. 2020-12-26 15:30:29 +01:00
tomFlowee 8d2840f9a9 Use expected height to indicate if wallet is behind
This helps give instant feedback before we connected to good peers.
2020-12-26 14:54:41 +01:00
tomFlowee 30a5f3a255 Make display of tx-details look better. 2020-12-25 23:02:28 +01:00
tomFlowee 2a53c005d9 Create a defaults.ini and set the useragent in there 2020-12-25 15:40:21 +01:00
tomFlowee 3b20226fce Expose details of a transaction for QML
For each transaction allow to click on it and show lots of further
details about it.

This also fixes various bugs and adds some basic helper methods in
various places.

The QML is barely functional, getting the right data exposed was the
only goal today.
2020-12-17 23:12:39 +01:00
TomZ d4df416f32 Hide fiat display for non-main chains 2020-11-17 22:11:11 +01:00
TomZ cb2b147096 Split 'balance' into 3 variables.
* confirmed
* unconfirmed
* immature
2020-11-06 22:54:39 +01:00
TomZ fb07747ad9 Make SyncIndicator more reusable
This moves the 'visible' decision to the account page.
2020-11-05 17:59:48 +01:00
TomZ 781999d99d Bugfixes 2020-11-04 18:59:24 +01:00
TomZ f63d2dafa8 Cleanup old files
These QML files were from my first quick&dirty UI, now all functionality
has been replaced with better ones.
2020-11-04 18:58:34 +01:00
TomZ 9371a085b3 Add account info dialog
Reachable from the 'dotdotdot' menu on the account page.
2020-11-04 18:33:50 +01:00
TomZ 63902d2730 Add support for testnet addresses 2020-10-30 18:06:58 +01:00
TomZ e9df4c6e06 Hide the config dots until they do something 2020-10-29 21:51:19 +01:00
TomZ 4c01f8231c minor tweak. 2020-10-24 14:52:14 +02:00
TomZ 4ab3f0c7df Make 'max' button work in a sane manner. 2020-10-24 14:50:04 +02:00
TomZ 0f1138a80f Merge branch 'master' of banana:floweepay 2020-10-24 12:50:55 +02:00
TomZ 8dcaf9e668 [UX] fix font-size 2020-10-24 12:50:18 +02:00
TomZ 005c241344 Make backend able to accept a 'max' payment
The idea is that the user can empty out a wallet using the 'max' button.
2020-10-23 22:34:34 +02:00
TomZ ca9845ae4f Handle user trying to send more than we have. 2020-10-23 20:20:42 +02:00
TomZ 96121c7081 Fixes in the UX 2020-10-23 19:45:21 +02:00
TomZ 42ea3e5bb7 UX show how far in time an account is behind 2020-10-19 17:59:04 +02:00
TomZ 42f5906137 save the priority of a wallet
Also allow setting it through a heart-icon
2020-10-19 16:38:05 +02:00
TomZ b144e4f6e8 Fix typo 2020-10-18 16:57:13 +02:00