UI updates

This commit is contained in:
2026-06-15 11:01:26 -04:00
parent 6a5d4b3c1d
commit 0151d4ad02
3 changed files with 32 additions and 13 deletions
+2 -2
View File
@@ -39,7 +39,7 @@
(noise-chat-list-test--make-row "conv-1" "Sarah" 3
"are you taking the girls?"
"Sarah" (float-time)))))
(should (string-match "" row))
(should (string-match " 3" row))
(should (string-match "Sarah" row))
(should (string-match "are you taking" row))))
@@ -49,4 +49,4 @@
(noise-chat-list-test--make-row "conv-2" "Mark Okafor" 0
"merged" "me" (float-time)))))
(should (string-match "Mark Okafor" row))
(should-not (string-match "" row))))
(should (string-match "^ " row))))