feat: Create games and setup pages for later
This commit is contained in:
@@ -19,11 +19,71 @@
|
||||
</q-item-section>
|
||||
</q-item>
|
||||
|
||||
<q-item clickable v-ripple to="/user/username">
|
||||
<q-item-section>
|
||||
Set Username
|
||||
</q-item-section>
|
||||
</q-item>
|
||||
<q-expansion-item
|
||||
label="User"
|
||||
icon="folder"
|
||||
dense
|
||||
expand-separator
|
||||
switch-toggle-side
|
||||
>
|
||||
<q-list padding>
|
||||
|
||||
<q-item clickable v-ripple to="/user/username">
|
||||
<q-item-section>
|
||||
Set Username
|
||||
</q-item-section>
|
||||
</q-item>
|
||||
|
||||
<q-item clickable v-ripple to="/user/settings">
|
||||
<q-item-section>
|
||||
User Settings
|
||||
</q-item-section>
|
||||
</q-item>
|
||||
|
||||
</q-list>
|
||||
|
||||
</q-expansion-item>
|
||||
|
||||
|
||||
|
||||
<q-expansion-item
|
||||
label="Game"
|
||||
icon="folder"
|
||||
dense
|
||||
expand-separator
|
||||
switch-toggle-side
|
||||
>
|
||||
<q-list padding>
|
||||
|
||||
<q-item clickable v-ripple to="/game/select">
|
||||
<q-item-section>
|
||||
Create Select Game Type
|
||||
</q-item-section>
|
||||
</q-item>
|
||||
|
||||
<q-item clickable v-ripple to="/game/local/create">
|
||||
<q-item-section>
|
||||
Create Local Game
|
||||
</q-item-section>
|
||||
</q-item>
|
||||
|
||||
<q-item clickable v-ripple to="/game/online/create">
|
||||
<q-item-section>
|
||||
Create Online Game
|
||||
</q-item-section>
|
||||
</q-item>
|
||||
|
||||
<q-item clickable v-ripple to="/game">
|
||||
<q-item-section>
|
||||
Game
|
||||
</q-item-section>
|
||||
</q-item>
|
||||
|
||||
</q-list>
|
||||
|
||||
</q-expansion-item>
|
||||
|
||||
|
||||
|
||||
<q-expansion-item
|
||||
label="Tests"
|
||||
|
||||
Reference in New Issue
Block a user