added PingBuddies Bar to detect connected Chatters in real time

This commit is contained in:
NigeParis 2025-11-28 14:03:00 +01:00 committed by apetitco
parent 09ff8eb5a1
commit fc6b7042f2
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