status-desktop/ui
emizzle ac7deb3af0 feat: Un/install free sticker packs in sticker market
Sticker pack details retreived from contract:
 - pack data decoded from contract response
 - data contains contentHash which, once decoded, contains an IPFS identifier
 - futher pack data in EDN format is downloaded from IPFS
 - the EDN info is decoded in to a StickerPack

List of available packs from contract are obtained separately from list of installed contracts (stored as a setting in Status-go).

Sticker market contains dynamic list of sticker packs. The sticker button shown for each pack has all states defined (in the design) for all UI states (ie bought, free, installed, pending, etc)

Add modal popup showing sticker pack details and list of stickers to be un/installed. Contains a "larger" version of the sticker pack button with many differnt UI states defined.

Uninstallation of a sticker pack removes those sticker pack's stickers from the recent sticker list and persists the list

Simplify the view model by including stickers, instead of setting an "activeStickerPackId" property. This allowed for display of sticker pack stickers to be displayed in the modal popup separately from the sticker packs shown in the market.
2020-07-15 15:53:48 -04:00
..
app feat: Un/install free sticker packs in sticker market 2020-07-15 15:53:48 -04:00
fonts fix: use normal Inter for normal text and StatusInter for addresses 2020-07-02 10:51:57 -04:00
i18n chore: add missing file in the sources of pro and add translations 2020-07-10 15:39:56 -04:00
imports feat: Un/install free sticker packs in sticker market 2020-07-15 15:53:48 -04:00
onboarding feat: add dark theme colors and new properties for it 2020-07-14 12:37:17 -04:00
shared feat: Un/install free sticker packs in sticker market 2020-07-15 15:53:48 -04:00
sounds fix audio qml tags 2020-07-10 15:27:26 -04:00
generate-rcc.sh feat: bundle resources 2020-07-03 09:59:00 -04:00
main.qml add notifications support 2020-07-14 14:23:40 -04:00
nim-status-client.pro feat: Un/install free sticker packs in sticker market 2020-07-15 15:53:48 -04:00