status-desktop/ui/app/AppLayouts/Communities/helpers
Lukáš Tinkl 375de59cfa chore(SharedAddressesPermissionsPanel): optimize the speed
- don't use the expensive `ExpressionFoo` in SFPM, just use
`AnyOf/AllOf` combinations where possible
- in HoldingsSelectionModel, don't call the `getTokenByKey` twice to
construct the `text`, once is enough
- lastly, rewrite the JS helper `PermissionsHelpers.getTokenByKey` to
C++; this method gets called recursively way too often from many places

In the longterm, we should provide a specific C++ transformation model
for SharedAddressesPermissionsPanel to follow the UI requirements more
closely; that way we'd be able to fix the issues here for good

Fixes #14276
2024-04-04 16:59:26 +02:00
..
AirdropFeesSubscriber.qml fix(Update fees periodically): Implementing periodic fee update for airdrops, minting, self destruct and burning transactions 2023-09-08 23:25:04 +03:00
BurnTokenFeesSubscriber.qml fix(Update fees periodically): Implementing periodic fee update for airdrops, minting, self destruct and burning transactions 2023-09-08 23:25:04 +03:00
DeployFeesSubscriber.qml feat(@desktop/communities): Adjust owner and master tokens deployment flow to new API 2023-10-04 12:08:50 +02:00
PermissionsHelpers.qml chore(SharedAddressesPermissionsPanel): optimize the speed 2024-04-04 16:59:26 +02:00
SelfDestructFeesSubscriber.qml fix(Update fees periodically): Implementing periodic fee update for airdrops, minting, self destruct and burning transactions 2023-09-08 23:25:04 +03:00
SetSignerFeesSubscriber.qml feat(@desktop/communtiies): Set signer flow 2023-11-08 14:35:51 +01:00
SingleFeeSubscriber.qml feat(Community/FinaliseOwnership): Added finalise flow in the app 2023-10-03 13:53:42 +02:00
TokenObject.qml fix(@desktop/communities): Add toasts to send owner token process 2023-12-12 16:06:04 +01:00
TransactionFeesBroker.qml feat(@desktop/communtiies): Set signer flow 2023-11-08 14:35:51 +01:00
qmldir feat(FinaliseOwnershipPopup): Moved to Popups 2023-11-08 14:35:51 +01:00