feature: added basic card manipulation mechanics and websockets

This commit is contained in:
Muhammad Sabeeh 2025-06-27 11:21:27 -04:00
parent ec631f3c2a
commit 8119b46592
2 changed files with 2 additions and 1 deletions

View file

@ -679,6 +679,7 @@ const cardStyle = (card: Card, index: number): CSSProperties => ({
border: 1px solid #ccc;
border-radius: 8px;
padding: 10px;
z-index: 100;
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
</style>

View file

@ -1 +1 @@
Version: "1.0.0"
Version: "1.0.1"