From b1f0747b6248bdd88430bd3a95a6e0703ff79ccf Mon Sep 17 00:00:00 2001 From: Zeja Pyle Date: Tue, 7 Jun 2022 22:40:24 -0400 Subject: [PATCH] More App New UI - Code Changes Code Changes for New UI. --- more/app-more.js | 4 +- more/more.html | 276 +++++++++++++++++++++++------------------------ 2 files changed, 135 insertions(+), 145 deletions(-) diff --git a/more/app-more.js b/more/app-more.js index 136360f..bb59f8b 100644 --- a/more/app-more.js +++ b/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/more/more.html b/more/more.html index 0be950c..17ec1e7 100644 --- a/more/more.html +++ b/more/more.html @@ -19,44 +19,18 @@ - - - -
- Add more functionalities...
- - - - - -
- - - - - -
- - - -
-
-
-
-
-
-
- + + -
-

Want to contribute and add your own app?
- Read the guide!

-