julian
7e12ec604c
desktop menu toggle state fix
2024-07-29 11:09:13 -06:00
julian-CStack
08d3e0abb5
Merge branch 'staging' into hideex
2024-07-29 10:37:36 -06:00
julian
ce1b1f0ffb
just exit(0); on desktop because why not...
2024-07-22 17:12:59 -06:00
sneurlax
a066f77639
fix attempt to toggle enableExchange while desktop menu minimized
2024-07-05 14:46:14 -05:00
sneurlax
220cf65520
disable exchange data loading based on enableExchange pref
...
and refactor showExchange->enableExchange
2024-07-02 22:52:51 -05:00
sneurlax
2b2127aeb5
hide swap and buy buttons around the ui
...
and const keys
2024-07-02 22:41:00 -05:00
sneurlax
1e9775eded
add unique keys to each button so they aren't reused
...
flutter would reuse widgets which would cause weird behavior like removing "Support" and "About" instead of "Swap" and "Buy crypto", and/or adding additional "Support" and "About" items upon hot reload
2024-07-02 22:23:47 -05:00
sneurlax
a080e65ee5
hide exchange menu items contextually
...
WHY doesn't this work tho?
2024-07-02 19:09:07 -05:00
julian
87405bc1dd
call exit(0)
instead of SystemNavigator.pop()
if xmr or wow is enabled hack to "fix" the native lib code from causing a complete app lockup on attempting to quit gracefully
2024-06-13 12:05:59 -06:00
sneurlax
2b28e6b121
hide or show Buy features based on configuration
2024-06-05 17:48:38 -05:00
sneurlax
42b728eb08
hide or show Swap features based on configuration
2024-06-05 17:48:32 -05:00
julian
9006de0f0a
code style clean up and gen mocks
2024-05-27 18:01:41 -06:00
julian
e01b778778
dart fix --apply --code=prefer_relative_imports
2024-05-22 18:37:06 -06:00
sneurlax
e174fcc0bc
whiteLabel.dart -> app_config.dart
...
redux
2024-05-13 15:08:52 -05:00
sneurlax
b016c21140
whiteLabel.dart -> app_config.dart
...
related rafactorings
2024-05-13 14:44:19 -05:00
sneurlax
0247f21a9f
My Prefix
2024-05-13 14:29:11 -05:00
sneurlax
0175a8b894
refactor
2024-05-13 14:29:11 -05:00
sneurlax
057cd35d02
lib/whiteLabel.dart
2024-05-13 14:29:11 -05:00
julian
596f917a0f
extract desktop tor status button into its own widget and animate it when collapsing/expanding the desktop menu
2023-09-08 13:29:42 -06:00
julian
8135079046
access tor service via provider in ui code
2023-09-08 12:43:52 -06:00
sneurlax
cf27dd9252
remove tor service status getter
2023-09-08 10:30:49 -05:00
sneurlax
79c1dee7ad
hook up existing ui elements to the tor service
...
and add a status getter to the tor service
2023-09-07 18:28:55 -05:00
sneurlax
a0491b9d22
move tor_connection_status_changed_event.dart to event_bus global folder
2023-09-07 17:13:27 -05:00
sneurlax
2c77ac1b5d
fire TorConnectionStatusChangedEvents from tor service
...
and move tor_service file and unableToConnect->disconnected
2023-09-07 16:27:00 -05:00
sneurlax
a8ed46d804
TorSyncStatusEvent->TorConnectionStatusEvent
...
and rename file
2023-09-07 15:44:53 -05:00
ryleedavis
236c5bf2a8
tor settings when clicking connection on menu
2023-09-07 11:22:59 -06:00
ryleedavis
7289de0160
minor ui fixes
2023-09-06 14:26:04 -06:00
ryleedavis
6377b73deb
add tor network status to desktop home
2023-09-06 13:43:55 -06:00
detherminal
95a0309b8b
docs: add header to source code again
2023-05-27 00:21:16 +03:00
detherminal
ccf5e68fc6
Revert "docs: add copyright header to all source code"
...
This reverts commit 84ac798bb8
.
2023-05-27 00:19:24 +03:00
detherminal
84ac798bb8
docs: add copyright header to all source code
2023-05-26 19:33:04 +03:00
julian
e53e7e5055
set up installing of themes and including default themes
2023-05-09 15:58:42 -06:00
julian
702054ac61
Merge remote-tracking branch 'origin/staging' into add-ethereum
...
# Conflicts:
# assets/svg/themed/forest/ethereum.png
# assets/svg/themed/forest/ethereum.svg
# lib/pages/add_wallet_views/create_or_restore_wallet_view/create_or_restore_wallet_view.dart
# lib/pages/receive_view/addresses/edit_address_label_view.dart
# lib/pages/receive_view/addresses/receiving_addresses_view.dart
# lib/pages/wallet_view/sub_widgets/wallet_navigation_bar.dart
# lib/pages/wallet_view/wallet_view.dart
# lib/route_generator.dart
# lib/utilities/assets.dart
# lib/utilities/constants.dart
# lib/widgets/animated_widgets/rotate_icon.dart
# pubspec.lock
# pubspec.yaml
2023-03-22 08:54:25 -06:00
julian
b969987404
rename exchange to swap
2023-03-10 16:01:34 -06:00
julian-CStack
d97a994c54
desktop sizing fixes
2023-03-05 12:35:26 -06:00
julian
89778e6e63
disable BuyDataLoadingService
2023-01-14 11:22:48 -06:00
sneurlax
61c971973c
restyle coin and fiat selection widgets
...
and:
- available -> supported
- do not load simplex data on desktop menu item action
2023-01-13 13:14:56 -06:00
sneurlax
abcb473bfa
update desktop menu controller indices
2023-01-12 14:13:49 -06:00
sneurlax
dad7329a30
load buy data when clicking buy crypto item in desktop menu
2023-01-12 14:13:29 -06:00
sneurlax
30ea0cc24f
change desktop menu item text to reflect figma design
2023-01-10 15:20:41 -06:00
sneurlax
0ee2357c60
add basic buy page
2023-01-04 10:51:38 -06:00
julian
84108a3b27
use system navigator to exit
2022-12-09 15:50:17 -06:00
julian
1d764c13e9
desktop theme fixes
2022-12-01 10:14:59 -06:00
julian
3ff0e9dd81
desktop code file structure refactor
2022-12-01 08:48:23 -06:00