status-desktop/ui/app
Lukáš Tinkl e744c847ad feat(token-permissions): display channel names in SharedAddressesPanel
Modify the PermissionUtils a bit to return an array of `[key, channelName]`
instead of just the keys and use it to display the channel names in the
permissions overview panel

(I could have used `QVariantMap` or `QJSonObject` here but those are
always sorted by `key`, so had to resort to using a plain vector/array)

Fixes #11584
2023-07-21 13:47:07 +02:00
..
AppLayouts feat(token-permissions): display channel names in SharedAddressesPanel 2023-07-21 13:47:07 +02:00
mainui feat: Export control node (except backend for primary action) 2023-07-20 12:11:17 +03:00