Merge pull request #187 from simoleo89/pr/mentions-system

feat(mentions): complete @-mentions system (inbox, in-bubble highlight, notifications)
This commit is contained in:
DuckieTM
2026-06-03 11:03:39 +02:00
committed by GitHub
31 changed files with 1054 additions and 10 deletions
+9
View File
@@ -2396,3 +2396,12 @@
}
}
/* Mention highlight inside chat bubbles (cosmetic) */
.mention-highlight {
font-weight: 700;
color: #1e7295;
background-color: rgba(30, 114, 149, 0.16);
border-radius: 3px;
padding: 0 2px;
}
+7
View File
@@ -229,6 +229,13 @@
height: 32px;
}
.nitro-icon.icon-mentions {
background-image: url("@/assets/images/toolbar/icons/mentions.png");
background-size: contain;
width: 36px;
height: 32px;
}
.nitro-icon.icon-wired-tools {
background-image: url("@/assets/images/wiredtools/wired_menu.png");
background-size: contain;