Show time until on collapsed reminders

This commit is contained in:
jude
2024-03-03 20:30:39 +00:00
parent 382c2a5a1e
commit 66135ecd08
9 changed files with 54 additions and 8 deletions

View File

@ -5,6 +5,7 @@ import { Message } from "./Message";
import { Settings } from "./Settings";
import { ReminderContext } from "./ReminderContext";
import { TopBar } from "./TopBar";
import "./styles.scss";
type Props = {
reminder: Reminder;