Skip to content

Commit 481cfbe

Browse files
add results to interface.html
1 parent 4a13531 commit 481cfbe

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

interface.html

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,18 @@
8181
line-height: 1.6;
8282
outline: none;
8383
}
84+
.scene-input {
85+
margin: 40px;
86+
padding: 40px;
87+
background-color: #f2f3f5;
88+
border: 0;
89+
border-radius: 40px;
90+
color: #5c5c6e;
91+
font-family: inherit;
92+
font-size: inherit;
93+
line-height: 1.6;
94+
outline: none;
95+
}
8496
.radios {
8597
display: flex;
8698
margin: 40px;
@@ -224,6 +236,9 @@
224236
{{#tab1}}
225237
<input type=text class=url-input id=url-input>
226238
{{/tab1}}
239+
{{#tab2}}
240+
<input type=text class=scene-input id=scene-input>
241+
{{/tab2}}
227242
<div class=radios>
228243
<a id=tab-1 class="radio {{#tab1}}selected{{/tab1}}">WebXR</a>
229244
<a id=tab-2 class="radio {{#tab2}}selected{{/tab2}}">Actions</a>
@@ -300,6 +315,21 @@ <h3>Save scene</h3>
300315
</div>
301316
</a>
302317
</div>
318+
<div class=results>
319+
<ul>
320+
{{#searchResults}}
321+
<li>
322+
<a href="{{{url}}}" name="{{{label}}}">
323+
<img src="{{{icon}}}">
324+
<div class=wrap>
325+
<h3>{{label}}</h3>
326+
<p>{{{url}}}</p>
327+
</div>
328+
</a>
329+
</li>
330+
{{/searchResults}}
331+
</ul>
332+
</div>
303333
{{/tab2}}
304334
{{#tab4}}
305335
<div class=channels>

0 commit comments

Comments
 (0)