-- Leo's gemini proxy

-- Connecting to git.thebackupbox.net:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini

repo: janusweb
action: commit
revision:
path_from:
revision_from: 0492fb22cf525123f3b0f544716417d86cb09d1d:
path_to:
revision_to:

git.thebackupbox.net

janusweb

git://git.thebackupbox.net/janusweb

commit 0492fb22cf525123f3b0f544716417d86cb09d1d
Author: James Baicoianu <james_github@baicoianu.com>
Date:   Sun Oct 20 01:07:48 2019 -0700

    Minor inventory tweaks

diff --git a/media/assets/webui/apps/inventory/inventory.css b/media/assets/webui/apps/inventory/inventory.css

index d5492a175609808279a3ce782e36d9e8a6862b1c..

index ..0e5310d497183c3434ba5cb1f6f1e8755439bb4e 100644

--- a/media/assets/webui/apps/inventory/inventory.css
+++ b/media/assets/webui/apps/inventory/inventory.css
@@ -1,5 +1,5 @@
 ui-grid.models {
-  height: 30em;
+  height: 40vh;
   grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
   grid-template-rows: repeat(auto-fill, minmax(80px, 1fr));
 }
@@ -81,4 +81,6 @@ ui-input {
   padding: .5em;
 }
 */
-
+janus-ui-inventory>ui-tabs>ui-tab {
+  height: 40vh;
+}
diff --git a/media/assets/webui/apps/inventory/inventory.html b/media/assets/webui/apps/inventory/inventory.html

index eba37b751a877f275a9ac25ab7714dda559e9fba..

index ..be45bbc7e30b450008afb898a66846b3f86e41f7 100644

--- a/media/assets/webui/apps/inventory/inventory.html
+++ b/media/assets/webui/apps/inventory/inventory.html
@@ -25,18 +25,16 @@
       </ui-tab>
       <ui-tab label="Google Poly">
         <ui-flexpanel id="poly" vertical>
-          <ui-input placeholder="Search for Google Poly models" onaccept="let models = document.getElementById('models'); models.apiargs.keywords = this.value; delete models.apiargs.pageToken; document.getElementById('itemlist').clear(); models.load(); pagination.disabled = false;"></ui-input>
+          <ui-input noflex placeholder="Search for Google Poly models" onaccept="let models = document.getElementById('models'); models.apiargs.keywords = this.value; delete models.apiargs.pageToken; document.getElementById('itemlist').clear(); models.load(); pagination.disabled = false;"></ui-input>
           <ui-grid scrollable-y flex="1" class="models" id="itemlist" itemcomponent="janus.ui.inventory.item.poly" collection="models"></ui-grid>
           <ui-button noflex id="pagination" onclick="let models = document.getElementById('models'); if (models.rawdata.nextPageToken) { models.apiargs.pageToken = models.rawdata.nextPageToken; models.append(); } else { this.disabled = true; }">Load More</ui-button>
         </ui-flexpanel>
       </ui-tab>

       <ui-tab label="Vesta">
-        <ui-flexpanel id="vesta" vertical>
           <h3>Vesta integration coming soon!</h3>
-          When it's ready, you'll be able to access assets you've stored on your Vesta account, and bring them with you anywhere you go.
-          <a href="https://vesta.janusvr.com/">Sign up for a vesta account today</a>
-        </ui-flexpanel>
+          <p>When it's ready, you'll be able to access assets you've stored on your Vesta account, and bring them with you anywhere you go.</p>
+          <p><a href="https://vesta.janusvr.com/">Sign up for a vesta account today</a></p>
       </ui-tab>
       <ui-tab label="Import">
         <h3>Did you know?</h3>

-----END OF PAGE-----

-- Response ended

-- Page fetched on Sun Jun 2 14:42:17 2024