diff --git a/developer_manual/design/atomiccomponents.rst b/developer_manual/design/atomiccomponents.rst index 6c6583b07..653280fb6 100644 --- a/developer_manual/design/atomiccomponents.rst +++ b/developer_manual/design/atomiccomponents.rst @@ -259,6 +259,19 @@ User bubbles When referring to a user inline in your app, a user bubble element can be used. In Talk and Comments, user bubbles are used in the content when someone mentions a user. In Mail, it is used in the header for the recipients of the message. +.. _Counter bubbles: + +Counter bubbles +------------ + +`Counter bubble Vue component `_. +`Penpot counter bubbles `_ + +.. image:: ../images/talk-counter-bubble.png + :alt: Talk counter bubble + +In Talk, it is used for showing which chats are unread and if you or your group is mentioned. + .. _Empty content: Empty content diff --git a/developer_manual/images/talk-counter-bubble.png b/developer_manual/images/talk-counter-bubble.png new file mode 100644 index 000000000..5ae654a73 Binary files /dev/null and b/developer_manual/images/talk-counter-bubble.png differ