feat(desktop): message history

This commit is contained in:
Adam
2025-12-26 14:33:15 -06:00
committed by Aiden Cline
parent 7a494abea9
commit a8d7b8e946
4 changed files with 165 additions and 5 deletions
+2 -2
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;
}
}