feature: added create,join,spectate buttons and create game dialog

This commit is contained in:
Muhammad Sabeeh 2025-06-18 17:17:47 -04:00
parent 4b0dff4102
commit 91448e21b1
10 changed files with 265 additions and 112 deletions

View file

@ -1,14 +1,5 @@
import type { QTableProps } from 'quasar';
interface Games {
age: string;
description: string;
creator: string;
type: string;
restrictions: string;
players: string;
spectators: string | number;
}
import type { Games } from 'src/models/models';
const restrictions = ['🔒 password', 'reg. users only', 'buddies only'];