aboutsummaryrefslogtreecommitdiff
path: root/pages
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | TxKey: fix get / check proofselsta2021-08-201-2/+2
| | | |
* | | | Merge pull request #3650luigi11112021-08-262-6/+297
|\ \ \ \ | | | | | | | | | | | | | | | 946fa53 Receive: implement payment request (rating89us)
| * | | | Receive: implement payment requestrating89us2021-08-192-6/+297
| |/ / /
* / / / History: fix transactions missing after midnightselsta2021-07-261-1/+1
|/ / /
* | | Merge pull request #3641luigi11112021-07-261-1/+1
|\ \ \ | | | | | | | | | | | | d8fb9ec Transfer: use defaultFontColor for text cursor when address field is blank (rating89us)
| * | | Transfer: use defaultFontColor for text cursor when address field is blankrating89us2021-07-251-1/+1
| | | |
* | | | Merge pull request #3640luigi11112021-07-263-2/+20
|\ \ \ \ | | | | | | | | | | | | | | | 7805430 Account, Receive, RemoteNodeList, SettingsNode: selection indicator in lists (rating89us)
| * | | | Account, Receive, RemoteNodeList, SettingsNode: selection indicator in listsrating89us2021-07-233-2/+20
| |/ / /
* / / / AddressBook: add Grab QR code inline buttonrating89us2021-07-251-1/+24
|/ / / | | | | | | | | | Co-authored-by: selsta <selsta@users.noreply.github.com>
* | | SettingsInfo: fix displaying of Graphics mode and Tails on clipboard outputrating89us2021-07-091-2/+2
| | |
* | | Merge pull request #3601luigi11112021-07-061-1/+2
|\ \ \ | | | | | | | | | | | | d8f9d2f Transfer: fix fee label alignment (selsta)
| * | | Transfer: fix fee label alignmentselsta2021-07-011-1/+2
| | | |
* | | | Merge pull request #3598luigi11112021-07-061-0/+3
|\ \ \ \ | | | | | | | | | | | | | | | dbc8c7d qr: scan valid addresses that miss an uri prefix (selsta)
| * | | | qr: scan valid addresses that miss an uri prefixselsta2021-06-291-0/+3
| |/ / /
* | | | Merge pull request #3590luigi11112021-07-061-2/+4
|\ \ \ \ | | | | | | | | | | | | | | | 2db8f77 Transfer: UI changes to description field (use LineEdit, decrease font size, new placeholder) (rating89us)
| * | | | Transfer: UI changes to description field (use LineEdit, decrease font size, ↵rating89us2021-06-261-2/+4
| |/ / / | | | | | | | | | | | | new placeholder)
* | | | Merge pull request #3582luigi11112021-07-061-3/+5
|\ \ \ \ | | | | | | | | | | | | | | | 54e183a SettingsInfo: add portable mode to wallet mode (selsta)
| * | | | SettingsInfo: add portable mode to wallet modeselsta2021-06-221-3/+5
| | | | |
* | | | | Merge pull request #3580luigi11112021-07-061-83/+195
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | 0fd0fc5 Receive: selected address details on top; QR code click to ampliate/right click to save as image; click on description to edit; display full address; use standard button for 'create new address' (rating89us)
| * | | | | Receive: selected address details on top; QR code click to ampliate/right ↵rating89us2021-06-261-83/+195
| | |/ / / | |/| | | | | | | | | | | | | click to save as image; click on description to edit; display full address; use standard button for "create new address"
* | | | | Merge pull request #3559luigi11112021-07-061-0/+3
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | 3eae630 History: collapse 'Sort & Filter' when user types (rating89us)
| * | | | | History: collapse "Sort & Filter" when user typesrating89us2021-06-121-0/+3
| | | | | |
* | | | | | Merge pull request #3491luigi11112021-07-063-7/+11
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | dbda233 pages: set correct icon fallback opacity (selsta)
| * | | | | | pages: set correct icon fallback opacityselsta2021-07-013-7/+11
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #3165luigi11112021-07-061-19/+11
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | 3907dac Account: remove 'Balance:' label; add XMR; align balances (rating89us)
| * | | | | Account: remove "Balance:" label; add XMR; align balancesrating89us2020-10-171-19/+11
| | | | | |
* | | | | | Merge pull request #3585luigi11112021-06-241-0/+4
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | b9a1fa8 History: display Payment proof dialog immediately after clicking the button (rating89us)
| * | | | | | History: display Payment proof dialog immediately after clicking the buttonrating89us2021-06-221-0/+4
| | |_|/ / / | |/| | | |
* / | | | | StandardDropdown: use ArrowCursor; remove rotation of dropdownIcon; change ↵rating89us2021-06-221-0/+1
|/ / / / / | | | | | | | | | | | | | | | background color on mouse hover; smaller text
* | | | | Merge pull request #3576luigi11112021-06-211-8/+12
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | 4e2b1ce Transfer: don't overlap inside borders; fix margins (rating89us)
| * | | | | Transfer: don't overlap inside borders; fix marginsrating89us2021-06-191-8/+12
| | | | | |
* | | | | | Merge pull request #3575luigi11112021-06-211-1/+0
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | 08dd89d Transfer: remove leftMargin of 'Address' label (rating89us)
| * | | | | | Transfer: remove leftMargin of "Address" labelrating89us2021-06-191-1/+0
| |/ / / / /
* | | | | | Merge pull request #3574luigi11112021-06-212-49/+25
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | eacc57f StandardDropdown: use ColumnLayout; use same height of LineEdit; include dropdownLabel (rating89us)
| * | | | | | StandardDropdown: use ColumnLayout; use same height of LineEdit; include ↵rating89us2021-06-202-49/+25
| |/ / / / / | | | | | | | | | | | | | | | | | | dropdownLabel
* | | | | | Merge pull request #3569luigi11112021-06-211-27/+30
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | ffd31c5 AddressBook: use LineEdit on descriptionLine; add tab/backtab; forceActiveFocus on addressLine; use Enter/Return key to save; cancel/delete buttons (rating89us)
| * | | | | | AddressBook: use LineEdit on descriptionLine; add tab/backtab; ↵rating89us2021-06-171-27/+30
| |/ / / / / | | | | | | | | | | | | | | | | | | forceActiveFocus on addressLine; use Enter/Return key to save; cancel/delete buttons
* | | | | | Merge pull request #3550luigi11112021-06-211-6/+9
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | 417eaea History: stay on the same page after editing description (rating89us)
| * | | | | History: stay on the same page after editing descriptionrating89us2021-06-101-6/+9
| | | | | |
* | | | | | Merge pull request #3564luigi11112021-06-161-7/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | dfe8146 SettingsInfo, WizardRestoreWallet1, WizardCreateDevice1: Correct restore height date when typed in wrong format (rating89us)
| * | | | | | SettingsInfo, WizardRestoreWallet1, WizardCreateDevice1: Correct restore ↵rating89us2021-06-151-7/+1
| | |_|/ / / | |/| | | | | | | | | | | | | | | | height date when typed in wrong format
* / | | | | LineEdit: use ColumnLayout instead of Item (also used in LineEditMulti)rating89us2021-06-113-14/+37
|/ / / / /
* | | | | Merge pull request #3548luigi11112021-06-101-0/+2
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | 979e0da History: add fontAwesomeFallbackIcon (rating89us)
| * | | | | History: add fontAwesomeFallbackIconrating89us2021-06-091-0/+2
| |/ / / /
* | | | | Merge pull request #3546luigi11112021-06-101-1/+13
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | 8ac1b4e AddressBook: add 'See transactions' button (rating89us)
| * | | | | AddressBook: add "See transactions" buttonrating89us2021-06-101-1/+13
| |/ / / /
* | | | | Merge pull request #3543luigi11112021-06-101-2/+14
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | c5bad8e SettingsLog: fix text color bug on theme switch; new warning and green text colors (rating89us)
| * | | | | SettingsLog: fix text color bug on theme switch; new warning and green text ↵rating89us2021-06-071-2/+14
| |/ / / / | | | | | | | | | | | | | | | colors
* | | | | Merge pull request #3542luigi11112021-06-101-1/+2
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | f6a66b6 SettingsLog: ScrollBar always visible (except Mac) (rating89us)
| * | | | | SettingsLog: ScrollBar always visible (except Mac)rating89us2021-06-071-1/+2
| |/ / / /