feat(desktop): message history

This commit is contained in:
Adam 2025-12-13 06:51:24 -06:00
commit a6e297baad
No known key found for this signature in database
GPG key ID: 9CB48779AF150E75
4 changed files with 165 additions and 5 deletions

View file

@ -5,7 +5,7 @@
@keyframes pulse-opacity {
0%,
100% {
opacity: 0;
opacity: 0.4;
}
50% {
opacity: 1;
@ -18,7 +18,7 @@
opacity: 0;
}
50% {
opacity: 0.3;
opacity: 0.2;
}
}