Alex Jbanca
7e1e827148
feat(WC): Enable Wallet Connect feature by default
...
+ Update the dialog where the user choses the connection to enable or disable the connection option based on flags
+ Separating the walletConnect flag and browserConnect flag usage so that either one can be disabled without affecting the other feature
+ Update qml test
2024-11-20 18:10:29 +02:00
Lukáš Tinkl
2e249f9941
fix[WalletConnect] Incorrect authentication method icon on sign modal
...
- `loginType` was not propagated correctly, also due to a wrong
RootStore
- plus an evil typo: `account.migragedToKeycard` :)
Fixes #16089
2024-09-29 11:01:35 +02:00
Seitseman
2275fe4f1f
fix(Stored): Make stores typed
...
Adding types instead of var for stores used in qml components
Closes : #14801
2024-08-27 10:52:18 +02:00
Lukáš Tinkl
a7e74f3e00
chore(Global): Remove FeatureFlags access via Global singleton
...
- rationale: do not save global state in a singleton, gather and
propagate the values via FeatureFlagsStore
Fixes #14697
2024-08-12 20:00:31 +02:00
Cuteivist
fae86bcb8d
feat(@wallet): Show community activity ( #13627 )
2024-02-22 15:41:19 +01:00
Ivan Belyakov
49adcd9b59
fix(wallet): fix qml warnings and errors in Wallet
2024-02-01 09:39:00 +01:00
Lukáš Tinkl
f80f4abb0b
fix(wallet): unbreak scrolling of the wallet views
...
Fixes #13157
2024-01-10 12:02:22 +01:00
Sale Djenic
3ac13a7678
chore(savedaddresses): preparing saved address for reuse in wallet settings section
...
Part 1 of #13088
2024-01-04 17:45:57 +01:00