game_list::View (wip)

[skip ci]
This commit is contained in:
Aleksander
2025-12-25 18:58:18 +01:00
parent dd4a795b4c
commit a17334bc80
14 changed files with 818 additions and 7 deletions

View File

@@ -3,5 +3,6 @@
<elements>
<TabTitle translation="GAMES" icon="dashboard/games.svg" />
<div id="game_list_parent" align_items="center" />
</elements>
</layout>

View File

@@ -0,0 +1,7 @@
<layout>
<include src="../t_group_box.xml" />
<elements>
<div id="list_parent" gap="8" flex_direction="row" flex_wrap="wrap" justify_content="center" />
</elements>
</layout>