aboutsummaryrefslogtreecommitdiff
path: root/webAO
diff options
context:
space:
mode:
authorstoned <Tukz@gmx.de>2024-08-16 23:13:53 +0200
committerstoned <Tukz@gmx.de>2024-08-16 23:13:53 +0200
commit62c74139a51ef389867949899379efd5e4b83da2 (patch)
tree806df4ef6fe71994486a113aa7d5c0d509bf4a20 /webAO
parentc939aefb6cb8d6d000fc54658ce88b7af9829564 (diff)
add player tab to mobile view
Diffstat (limited to 'webAO')
-rw-r--r--webAO/ui.js9
1 files changed, 8 insertions, 1 deletions
diff --git a/webAO/ui.js b/webAO/ui.js
index ca7d748..043c004 100644
--- a/webAO/ui.js
+++ b/webAO/ui.js
@@ -67,7 +67,7 @@ const config = {
},
{
type: 'component',
- isClosable: false,
+ isClosable: true,
title: 'Players',
componentName: 'template',
componentState: { id: 'players' },
@@ -146,6 +146,13 @@ const configMobile = {
},
{
type: 'component',
+ isClosable: true,
+ title: 'Players',
+ componentName: 'template',
+ componentState: { id: 'players' },
+ },
+ {
+ type: 'component',
isClosable: false,
reorderEnabled: false,
title: 'OOC',