From 9dd60a4478400630f334cfa6ec4657f1eb7cbb0f Mon Sep 17 00:00:00 2001 From: Alezia Kurdis <60075796+AleziaKurdis@users.noreply.github.com> Date: Tue, 7 Jun 2022 22:14:17 -0400 Subject: [PATCH] More App New UI - Code Changes Add a new UI for the More App. --- scripts/system/more/app-more.js | 4 +- scripts/system/more/more.html | 276 +++++++++++++++----------------- 2 files changed, 135 insertions(+), 145 deletions(-) diff --git a/scripts/system/more/app-more.js b/scripts/system/more/app-more.js index 136360f032..bb59f8bb34 100644 --- a/scripts/system/more/app-more.js +++ b/scripts/system/more/app-more.js @@ -25,7 +25,7 @@ "action": "", "script": "" }; - + var tablet = Tablet.getTablet("com.highfidelity.interface.tablet.system"); tablet.screenChanged.connect(onScreenChanged); var button = tablet.addButton({ @@ -48,7 +48,7 @@ isActive: appStatus }); } - + button.clicked.connect(clicked); function sendRunningScriptList() { diff --git a/scripts/system/more/more.html b/scripts/system/more/more.html index 0be950c9c9..17ec1e7401 100644 --- a/scripts/system/more/more.html +++ b/scripts/system/more/more.html @@ -19,44 +19,18 @@ - - - -
- -Want to contribute and add your own app?
- Read the guide!