Commit graph

223 commits

Author SHA1 Message Date
ardocrat
83b8de5ad6 build: fix import 2023-07-21 03:58:58 +03:00
ardocrat
e529c011b0 build: remove unused imports and mutability 2023-07-21 03:56:46 +03:00
ardocrat
f99109bf8e ui: add round floating button 2023-07-21 03:55:13 +03:00
ardocrat
5a9e43a666 ui: fix comments 2023-07-20 23:53:55 +03:00
ardocrat
dc6df70ab2 build: add wallet impl dependency 2023-07-20 23:02:45 +03:00
ardocrat
d2e2d5803d ui: handle esc keys event 2023-07-20 23:02:14 +03:00
ardocrat
6497d6798b ui: fix list items paddings 2023-07-17 02:04:08 +03:00
ardocrat
5cd3994163 ui: fix modal paddings 2023-07-16 22:06:08 +03:00
ardocrat
c62e1b5afe i18n: optimize status translations 2023-07-16 21:57:18 +03:00
ardocrat
2bcb69db02 ui: fix date format and list items size 2023-07-16 21:56:47 +03:00
ardocrat
45652556bb ui: fix title padding 2023-07-16 21:01:46 +03:00
ardocrat
468783a795 ui: display insets (cutouts) refactoring 2023-07-16 11:23:56 +03:00
ardocrat
d3d7ca3159 android: fix detection of display cutouts 2023-07-16 10:39:26 +03:00
ardocrat
6d3d0c76ef ui + build: fix secret modal padding, add paste button to peer, update grin dependency version 2023-07-15 22:37:34 +03:00
ardocrat
e951fbab73 ui: fix stratum section at mining screen, optimize copy/paste buttons for tokens, update translations 2023-07-15 21:13:37 +03:00
ardocrat
afdcc4dcb9 ui: fix title height 2023-07-15 18:54:17 +03:00
ardocrat
2433f1f7b9 build: fix script 2023-07-14 11:55:42 +03:00
ardocrat
a8a545b3dc build: fix path 2023-07-14 11:49:46 +03:00
ardocrat
0470d0de9b build: exclude jniLibs dir 2023-07-14 11:49:13 +03:00
ardocrat
c70c6284ff build: fix script 2023-07-14 11:48:07 +03:00
ardocrat
bc276e0f2c ui: remove unused function from title panel 2023-07-14 03:52:13 +03:00
ardocrat
c20ee3e629 ui + build: title panel refactoring, check node idle state for network title animation, optimize font sizes, run build on several devices for Android 2023-07-14 03:51:06 +03:00
ardocrat
dbe178f792 android + ui: display cutouts (insets) refactoring, optimize platform-specific app, reorganize views 2023-07-14 00:55:31 +03:00
ardocrat
f85f4c9ed7 build + android: update dependencies, update build script for v7 arch on Android, fix wgpu limits for old Android devices 2023-07-13 18:44:37 +03:00
ardocrat
19befded82 ui: change setup sections location 2023-07-13 16:23:38 +03:00
ardocrat
1b8c126e0d ui: refactoring navigation and modal state, stratum content fixes 2023-07-13 03:54:27 +03:00
ardocrat
5542698467 build: remove unused imports 2023-07-11 23:37:17 +03:00
ardocrat
15d57bc968 ui: exit confirmation at desktop 2023-07-11 23:36:48 +03:00
ardocrat
126574912e ui: fix paddings 2023-07-11 22:05:56 +03:00
ardocrat
9d97d466ff ui: fix network scroll and title paddings, fix title buttons hovering, set resolution on app start, update metrics translation. 2023-07-11 21:02:36 +03:00
ardocrat
917b4b743d ui: fix modal bg position 2023-07-11 17:53:20 +03:00
ardocrat
dc1a9e3296 build: add linux script 2023-07-11 17:53:00 +03:00
ardocrat
d1497ae711 build: optimize imports 2023-07-11 16:26:39 +03:00
ardocrat
88f92d51b3 build: fix build for desktop 2023-07-11 16:23:10 +03:00
ardocrat
bab8c49f26 config + ui: add p2p config and ui, fix input fields size, update translations 2023-07-11 03:02:44 +03:00
ardocrat
6cfc6ae0b5 ui: optimize title panel 2023-07-10 01:49:34 +03:00
ardocrat
3e03f1a014 ui: update egui, fixes for new eframe version 2023-07-07 03:50:08 +03:00
ardocrat
ebe7bee344 Merge branch 'test-stratum'
# Conflicts:
#	src/node/stratum.rs
2023-07-06 03:02:51 +03:00
ardocrat
eb898da201 stratum: start/stop refactoring, add ability to disable stratum server without node restart 2023-07-06 03:02:13 +03:00
ardocrat
afefa4a7d8 stratum: fix check for stop state 2023-07-05 23:51:10 +03:00
ardocrat
31addbc157 stratum: test new tokio 2023-07-05 23:36:33 +03:00
ardocrat
82651a9137 stratum: test new tokio 2023-07-05 23:36:15 +03:00
ardocrat
114973ecf2 ui: remove unused dandelion field 2023-07-05 16:07:23 +03:00
ardocrat
c39a5a3c8e config + ui: optimize system ips, dandelion and pool configs, checkbox color 2023-07-05 16:06:14 +03:00
ardocrat
2ac0c108e7 ui: optimize title panel 2023-07-04 01:28:27 +03:00
ardocrat
91e743fab5 config + ui: settings source files location/names refactoring, reset node settings to default values 2023-07-04 00:39:13 +03:00
ardocrat
3b2d3ab202 node + config + ui: fork stratum server to handle state on node start/stop, complete stratum configuration, complete node server config, settings ui refactoring, update i18n lib 2023-07-03 21:17:49 +03:00
ardocrat
ffbe772c27 android: remove unused app restart method 2023-07-03 18:15:16 +03:00
ardocrat
fc27b77142 config + ui: node server config ui, node restart reminder modal and message 2023-07-01 21:04:52 +03:00
ardocrat
92972fbbd9 node: fix chain type change 2023-07-01 20:25:50 +03:00