Vibe deck UI and hiding notes UI for now

This commit is contained in:
2026-06-18 21:07:28 -04:00
parent eefbb62eb7
commit add734b522
29 changed files with 503 additions and 180 deletions
+1 -1
View File
@@ -4,4 +4,4 @@ public class CardNote
{
public string CardName { get; set; } = "";
public string Note { get; set; } = "";
}
}