status-desktop/devuser_guide/content/dev_guide/chat/pinned_messages.md

3.3 KiB

title description lead date lastmod draft images menu toc
Pinned messages 2021-05-17T08:48:23+00:00 2021-05-17T08:48:23+00:00 false
dev
parent
chat
true

User Docs for this section

Original Pull Request

Adding a pin

key source file: src/status/libstatus/chat.nim

key source file: src/app/chat/view.nim

with the Pin button

Same button for the right click and the three dots menu

key source file: ui/app/AppLayouts/Chat/components/MessageContextMenu.qml

to open the menu with three dots: ui/app/AppLayouts/Chat/ChatColumn/MessageComponents/ChatButtons.qml

Removing a pin

key source file: src/status/libstatus/chat.nim

key source file: src/app/chat/view.nim

with the Unpin button

Same button for the right click and the three dots menu

key source file: ui/app/AppLayouts/Chat/components/MessageContextMenu.qml

to open the menu with three dots: ui/app/AppLayouts/Chat/ChatColumn/MessageComponents/ChatButtons.qml

Opening the pinned messages popup

key source file: ui/shared/status/StatusChatInfo.qml

Loading pinned messages

key source file: src/status/libstatus/chat.nim

key source file: src/app/chat/view.nim

Signal for new pins/unpins

key source file: src/status/signals/messages.nim

key source file: src/app/chat/event_handling.nim

key source file: src/app/chat/view.nim