added PingBuddies Bar to detect connected Chatters in real time

This commit is contained in:
NigeParis 2025-11-28 14:03:00 +01:00
parent d54b4c7d5f
commit ddead83583
4 changed files with 75 additions and 57 deletions

View file

@ -107,6 +107,33 @@
text-gray-800
}
.ping-box {
@apply
w-[150px]
ml-2 border-1
border-gray-500
bg-white
rounded-2xl
p-2
shadow-md
flex flex-col
gap-1
h-[350px];
}
.ping-title {
@apply
text-sm
font-semibold
text-blue-800;
}
div-buddies-list {
@apply
text-black
whitespace-pre-wrap;
}
p {
@apply