status-desktop/ui/imports/shared/stores
Lukáš Tinkl f62acae911 fix(Settings): cant switch off sounds for notifications
Fix a bunch of problems with handling sound/notifications related options
coming from the backend:
- `volume` and `notificationSoundsEnabled` live in a different settings
object; adjust the stores for that
- unbreak loading the actual wav/mp3 files (was never working on Linux
outside of AppImage!) -> use "qrc:/", same as the NIM backend does
- fix the volume scaling (backend has [1,100], QML is [0, 1])
- simplify our Audio QML item interface; no need for an extra property
and resolving the URL twice (which results in broken scenarios mentioned
above); we know which sounds we want to load

Closes #8668
2022-12-09 11:01:18 +01:00
..
BIP39_en.qml feat(@desktop/keycard): keycard settings -> migrate keypair flow 2022-09-06 15:06:13 +02:00
ChartStoreBase.qml feat(Wallet) show balance cache for chain native token 2022-11-16 13:07:46 +01:00
CurrenciesStore.qml fix(Wallet/AssetList): Updated as per designs 2022-07-25 13:30:50 +03:00
RootStore.qml fix(Settings): cant switch off sounds for notifications 2022-12-09 11:01:18 +01:00
TokenBalanceHistoryStore.qml feat(Wallet) show balance cache for chain native token 2022-11-16 13:07:46 +01:00
TokenMarketValuesStore.qml feat(Wallet) show balance cache for chain native token 2022-11-16 13:07:46 +01:00
TransactionStore.qml fix(@desktop/wallet): Remove gas selector for slow, optimal and fast 2022-12-05 14:51:39 +01:00
english.txt feat(@desktop/wallet): Add derivation path to wallet account generation 2022-04-13 11:17:53 +02:00
qmldir feat(@desktop/wallet): Updated UI for bridge and multi routing support 2022-10-26 18:48:30 +02:00