Commit graph

2569 commits

Author SHA1 Message Date
Omar Hatem
9934460004
Merge pull request #796 from cake-tech/fix-popup-width-constraints
Fix Popup width constraint and add focus orders
2023-02-23 18:06:27 +02:00
Godwin Asuquo
bba0ce2ec6 Remove autofocus 2023-02-23 18:03:44 +02:00
Godwin Asuquo
28c599e68a Merge branch 'dashboard-desktop-view' of https://github.com/cake-tech/cake_wallet into align-create-restore-screens 2023-02-23 17:51:26 +02:00
Godwin Asuquo
d5e9982e91 override navbar with desktopnavbar 2023-02-23 16:03:20 +02:00
Omar Hatem
7a504abc01
Merge pull request #787 from cake-tech/macos-fix-settings-create-wallet
Fix wallet create in settings
2023-02-22 19:31:37 +02:00
Omar Hatem
9616974d33
Merge pull request #790 from cake-tech/add-create-restore-dropdown
Add create and restore wallet options to dropdown menu
2023-02-22 19:05:20 +02:00
Godwin Asuquo
24dc9bea27 remove space 2023-02-22 18:47:00 +02:00
Godwin Asuquo
6dc4eafff4 Fix dropdown change state bug
Hide scanner for desktop
2023-02-22 18:44:49 +02:00
Godwin Asuquo
c41b6b7f89 Fix alignment in create and restore wallet screens 2023-02-22 16:17:26 +02:00
OmarHatem
db1fdac2b5 Add connection timed out error to ignored exceptions [skip ci] 2023-02-22 04:15:18 +02:00
Godwin Asuquo
07f6f43e0b refactor dropdown items 2023-02-21 22:05:02 +02:00
Godwin Asuquo
88e245e480 Fix issues from code review 2023-02-21 12:22:32 +02:00
OmarHatem
c05d70b118 Fix variable name 2023-02-21 01:52:47 +02:00
OmarHatem
38b7a2ff45 Add device info dependency to pubspec_base.yaml 2023-02-21 01:28:30 +02:00
OmarHatem
d589e72ae8 update file picker version 2023-02-21 00:03:57 +02:00
Godwin Asuquo
44b1eec81d Fix Popup width constraint and add focus orders 2023-02-20 23:24:19 +02:00
OmarHatem
37ea2d341f Add Exception handler to report loading wallet issues 2023-02-20 22:25:54 +02:00
OmarHatem
7b35604ff5 Add app version and device info to error report 2023-02-20 22:17:41 +02:00
Omar Hatem
17aa72e460
Merge pull request #792 from cake-tech/add-keyboard-control
Add keyboard control for desktop
2023-02-20 14:48:22 +02:00
Godwin Asuquo
cf125d1e06 Fix issue from code review 2023-02-18 14:23:48 +02:00
OmarHatem
c920b62aa0 Add onFieldSubmitted to allow "enter" button interaction 2023-02-18 00:13:51 +02:00
Godwin Asuquo
59a79242af Fix input field 2023-02-17 19:06:41 +02:00
Godwin Asuquo
52468e1331 Fix desktop background color and address book view issues 2023-02-17 18:19:26 +02:00
Godwin Asuquo
4bc81242fc Add create and restore wallet options to dropdown menu 2023-02-17 16:41:49 +02:00
Godwin Asuquo
75d52794f4 Merge branch 'dashboard-desktop-view' of https://github.com/cake-tech/cake_wallet into macos-fix-settings-create-wallet 2023-02-16 18:27:19 +02:00
Godwin Asuquo
e0970fa182 fix pageview controller reset index 2023-02-16 18:05:10 +02:00
Omar Hatem
ac099075b7
Merge pull request #788 from cake-tech/fix-incorrect-amount-parsing
Fix incorrect amount parsing
2023-02-16 18:00:21 +02:00
Omar Hatem
1b89228893
Merge pull request #745 from cake-tech/CW-301-desktop-side-bar-ui
Add desktop sidebar
2023-02-16 17:57:43 +02:00
Omar Hatem
4027ea04eb
Merge pull request #775 from cake-tech/CW-311-remove-drawer-from-mac-os
Replace drawer icon for mac os
2023-02-16 17:54:54 +02:00
Omar Hatem
0015f41a0d
Merge pull request #785 from cake-tech/desktop-ui-for-exchange-send
Desktop UI for exchange send
2023-02-16 17:52:24 +02:00
OmarHatem
55bf964a27 - Use close icon on main screens
- Minor UI fixes
2023-02-16 17:51:52 +02:00
OmarHatem
5296a2118a Remove duplicated constrains 2023-02-15 23:50:15 +02:00
OmarHatem
5abbc8f4dd Fix incorrect amount parsing due to bytes approximation 2023-02-15 23:16:21 +02:00
Godwin Asuquo
2496a6574a remove unnecessary code 2023-02-15 22:14:07 +02:00
Godwin Asuquo
f0c4952809 remove unnecessary code 2023-02-15 22:13:24 +02:00
Godwin Asuquo
3dcf5b05a5 Fix wallet create in settings 2023-02-15 22:11:34 +02:00
OmarHatem
8de9c80fe1 Rename misleading variable
Change initial mac window size
2023-02-15 20:55:06 +02:00
OmarHatem
54dab5883f Check for context first before showing popup 2023-02-15 17:50:48 +02:00
OmarHatem
f8d70e7ce6 Fix UI issues, paddings and alignments 2023-02-15 16:07:46 +02:00
OmarHatem
b1947426fb Merge branch 'CW-311-remove-drawer-from-mac-os' of https://github.com/cake-tech/cake_wallet into desktop-ui-for-exchange-send
 Conflicts:
	lib/src/screens/dashboard/desktop_dashboard_page.dart
	lib/src/screens/dashboard/desktop_widgets/desktop_sidebar_wrapper.dart
2023-02-15 03:09:38 +02:00
OmarHatem
843db65603 Add width constraints to desktop dashboard 2023-02-15 01:28:10 +02:00
Omar Hatem
5a77aa2017
Merge pull request #786 from cake-tech/CW-312-mac-os-settings-icon-to-be-a-toggle
MacOS settings icon to be a toggle
2023-02-15 01:20:05 +02:00
Godwin Asuquo
6caeae2817 Add padding to support page 2023-02-14 21:55:13 +02:00
Godwin Asuquo
ea09bba0fb Make side menu items toggle back to dashboard 2023-02-14 21:53:17 +02:00
OmarHatem
02fe3c008f Constrain primary Buttons width 2023-02-14 18:05:44 +02:00
OmarHatem
fb5efc0429 Fix Desktop dashboard actions background color 2023-02-14 18:01:24 +02:00
OmarHatem
8f76232937 - Change design/paddings for Send page on desktop view
- Make AddTemplateButton instead of having it duplicated in send/exchange
2023-02-14 17:21:09 +02:00
Omar Hatem
13ee217502
Merge pull request #770 from cake-tech/CW-285-Show-number-of-confirmations-in-transactions-screen-for-Monero-and-Haven-if-10
add number of confirmations to transactions
2023-02-14 16:02:39 +02:00
Omar Hatem
4a94bc02e1
Merge pull request #773 from cake-tech/CW-316-Get-address-from-user's-pinned-Tweets
add address lookup for pinned tweet
2023-02-14 15:18:20 +02:00
Omar Hatem
f77a9592b2
Add nullability check on description [skip ci] 2023-02-14 15:17:28 +02:00