From ca72fc1d6cca500dc591ad67c7916122e414ffbf Mon Sep 17 00:00:00 2001 From: Karl Kemister-Sheppard Date: Mon, 8 Sep 2025 10:18:05 +1000 Subject: [PATCH 1/2] DOC-3209: Users without avatars now display avatar placeholders in the mentions dropdown. --- modules/ROOT/pages/8.1.0-release-notes.adoc | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/modules/ROOT/pages/8.1.0-release-notes.adoc b/modules/ROOT/pages/8.1.0-release-notes.adoc index 3e7a6181b4..0d4ef7e1a3 100644 --- a/modules/ROOT/pages/8.1.0-release-notes.adoc +++ b/modules/ROOT/pages/8.1.0-release-notes.adoc @@ -54,6 +54,21 @@ The following premium plugin updates were released alongside {productname} {rele // For information on the **** plugin, see: xref:.adoc[]. +=== Mentions + +The {productname} {release-version} release includes an accompanying release of the **Mentions** premium plugin. + +**Mentions** Premium plugin includes the following improvement. + +==== Users without avatars now display avatar placeholders in the mentions dropdown +// #TINY-12473 + +Previously, the mentions dropdown did not properly handle cases where users lacked profile avatars, resulting in a visually inconsistent and unclear user interface. This impacted usability by making it harder to distinguish between users without avatars and those with incomplete or broken profile information. + +In {release-version}, {productname} now provides a default avatar placeholder for users without avatars, ensuring a consistent and polished experience when using the mentions dropdown. + +For information on the **Mentions** plugin, see: xref:mentions.adoc[Mentions]. + [[improvements]] == Improvements From d9edbaf0c698b3e76d753eaba61aee0e3335b75f Mon Sep 17 00:00:00 2001 From: Karl Kemister-Sheppard Date: Mon, 8 Sep 2025 10:22:00 +1000 Subject: [PATCH 2/2] DOC-3209: Copy edits. --- modules/ROOT/pages/8.1.0-release-notes.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ROOT/pages/8.1.0-release-notes.adoc b/modules/ROOT/pages/8.1.0-release-notes.adoc index 0d4ef7e1a3..8b9dcf40b9 100644 --- a/modules/ROOT/pages/8.1.0-release-notes.adoc +++ b/modules/ROOT/pages/8.1.0-release-notes.adoc @@ -65,7 +65,7 @@ The {productname} {release-version} release includes an accompanying release of Previously, the mentions dropdown did not properly handle cases where users lacked profile avatars, resulting in a visually inconsistent and unclear user interface. This impacted usability by making it harder to distinguish between users without avatars and those with incomplete or broken profile information. -In {release-version}, {productname} now provides a default avatar placeholder for users without avatars, ensuring a consistent and polished experience when using the mentions dropdown. +In {productname} {release-version}, this issue has been addressed. Now, {productname} provides a default avatar placeholder for users without avatars, ensuring a consistent and polished experience when using the mentions dropdown. For information on the **Mentions** plugin, see: xref:mentions.adoc[Mentions].