aboutsummaryrefslogtreecommitdiff
path: root/webAO/ui.js
diff options
context:
space:
mode:
authorQube <qchinious@gmail.com>2018-07-20 20:57:37 +0700
committerQube <qchinious@gmail.com>2018-07-20 20:57:37 +0700
commit1e55e05fc9ca04437abf7823e3ab50c131529bf0 (patch)
tree469a04ac6888115bb9e7c37ede138ff8479144ff /webAO/ui.js
parentf2a436227ec386ec2497b980d738631f9f5b6a70 (diff)
Add witness testinomy, cross examination, call mod function + Fix animation sequence more reliable (using gify API to calculate animation duration) + Resign interface to gain more space.
Diffstat (limited to 'webAO/ui.js')
-rw-r--r--webAO/ui.js46
1 files changed, 11 insertions, 35 deletions
diff --git a/webAO/ui.js b/webAO/ui.js
index ca235ff..56e0dcd 100644
--- a/webAO/ui.js
+++ b/webAO/ui.js
@@ -21,14 +21,7 @@ var config = {
componentName: "template",
title: "Game",
componentState: { id: "client_wrapper" }
- },
- {
- type: "component",
- title: "Miscellaneous",
- height: 5,
- componentName: "template",
- componentState: { id: "misc" }
- },
+ }
]
},
{
@@ -56,40 +49,23 @@ var config = {
]
},
{
- type: "component",
- title: "Server chat",
+ type: "component",
+ title: "Music",
width: 30,
- componentName: "template",
- componentState: { id: "ooc" }
- }
+ componentName: "template",
+ componentState: { id: "music" }
+ }
]
},
{
type: "row",
content: [
{
- type: "component",
- title: "Music",
- componentName: "template",
- componentState: { id: "music" }
- },
- {
- type: "stack",
- content: [
- {
- type: "component",
- title: "Settings",
- componentName: "template",
- componentState: { id: "client_settings" }
- },
- {
- type: "component",
- title: "About",
- componentName: "template",
- componentState: { id: "about" }
- }
- ]
- }
+ type: "component",
+ title: "Server chat",
+ componentName: "template",
+ componentState: { id: "ooc" }
+ }
]
}
]