Add swipe to like and dislike

This commit is contained in:
2025-01-15 15:08:09 +01:00
parent 6a38b6df53
commit 73a9f70467
4 changed files with 122 additions and 28 deletions

View File

@@ -7,9 +7,9 @@
enum Liked
{
tbd,
yes,
no,
tbd
no
};
struct Unit