2021-05-10 19:20:14 +00:00
|
|
|
---
|
|
|
|
title : "Stickers"
|
|
|
|
description: ""
|
|
|
|
lead: ""
|
|
|
|
date: 2020-10-06T08:48:23+00:00
|
|
|
|
lastmod: 2020-10-06T08:48:23+00:00
|
|
|
|
draft: false
|
|
|
|
images: []
|
|
|
|
menu:
|
|
|
|
dev:
|
|
|
|
parent: "chat"
|
|
|
|
toc: true
|
|
|
|
---
|
|
|
|
|
2021-05-21 12:59:11 +00:00
|
|
|
## Toggling sticker popover
|
|
|
|
|
|
|
|
key source file: [`ui/shared/status/StatusChatInput.qml`](https://github.com/status-im/status-desktop/blob/65a0cfbcd30eb7bde4e24cdb1680b3e03d8b1992/ui/shared/status/StatusChatInput.qml#L672)
|
|
|
|
|
|
|
|
key source file: [`ui/app/AppLayouts/Chat/ChatColumn.qml`](https://github.com/status-im/status-desktop/blob/1387ba315775a21a8f783978f8a9e049f918266b/ui/app/AppLayouts/Chat/ChatColumn.qml#L352)
|
|
|
|
|
|
|
|
// TODO unclear how popup gets open
|
|
|
|
|
|
|
|
## Display stickers
|
|
|
|
|
|
|
|
key source file: [`ui/shared/status/StatusStickersPopup.qml`](https://github.com/status-im/status-desktop/blob/65a0cfbcd30eb7bde4e24cdb1680b3e03d8b1992/ui/shared/status/StatusStickersPopup.qml#L226)
|
|
|
|
|
|
|
|
key source file: [`ui/shared/status/StatusStickerPackIconWithIndicator.qml`](https://github.com/status-im/status-desktop/blob/65a0cfbcd30eb7bde4e24cdb1680b3e03d8b1992/ui/shared/status/StatusStickerPackIconWithIndicator.qml#L6)
|
|
|
|
|
|
|
|
key source file: [`src/app/chat/view.nim`](https://github.com/status-im/status-desktop/blob/65a0cfbcd30eb7bde4e24cdb1680b3e03d8b1992/src/app/chat/view.nim#L152)
|
|
|
|
|
|
|
|
key source file: [`src/app/chat/views/stickers.nim`](https://github.com/status-im/status-desktop/blob/65a0cfbcd30eb7bde4e24cdb1680b3e03d8b1992/src/app/chat/views/stickers.nim#L82)
|
|
|
|
|
|
|
|
key source file: [`src/app/chat/views/sticker_pack_list.nim`](https://github.com/status-im/status-desktop/blob/65a0cfbcd30eb7bde4e24cdb1680b3e03d8b1992/src/app/chat/views/sticker_pack_list.nim#L21)
|
|
|
|
|
|
|
|
## Getting free Stickers
|
|
|
|
|
|
|
|
## Buying a sticker pack
|
|
|
|
|
2021-05-10 19:20:14 +00:00
|
|
|
## Choosing a Sticker
|
2021-05-21 12:59:11 +00:00
|
|
|
|
2021-05-10 19:20:14 +00:00
|
|
|
### Recently used Stickers
|
2021-05-21 12:59:11 +00:00
|
|
|
|
|
|
|
key source file: [`ui/shared/status/StatusStickersPopup.qml`](https://github.com/status-im/status-desktop/blob/65a0cfbcd30eb7bde4e24cdb1680b3e03d8b1992/ui/shared/status/StatusStickersPopup.qml#L146)
|
|
|
|
|
2021-05-10 19:20:14 +00:00
|
|
|
### Sticker collections
|