Add info and explanation to asset list area
This commit is contained in:
parent
a357654c10
commit
0987fd34b9
|
@ -7,10 +7,14 @@
|
||||||
margin-left: 5px;
|
margin-left: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.assets-url-block {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
}
|
||||||
|
|
||||||
.assets-connect-div {
|
.assets-connect-div {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
padding: 5px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.assets-list-git {
|
.assets-list-git {
|
||||||
|
|
|
@ -5,10 +5,26 @@
|
||||||
<div class="inline-drawer-icon fa-solid fa-circle-chevron-down down"></div>
|
<div class="inline-drawer-icon fa-solid fa-circle-chevron-down down"></div>
|
||||||
</div>
|
</div>
|
||||||
<div class="inline-drawer-content">
|
<div class="inline-drawer-content">
|
||||||
<label for="assets-json-url-field" data-i18n="Assets URL">Assets URL</label>
|
<div>
|
||||||
<div class="assets-connect-div">
|
<small data-i18n="To install 3rd party extensions, load a custom asset list or select "Install Extension"">
|
||||||
<input id="assets-json-url-field" class="text_pole widthUnset flex1">
|
To install 3rd party extensions, load a custom asset list or select "Install Extension"
|
||||||
<i id="assets-connect-button" class="menu_button fa-solid fa-plug-circle-exclamation fa-xl redOverlayGlow"></i>
|
</small>
|
||||||
|
</div>
|
||||||
|
<div class="assets-url-block m-b-1 m-t-1">
|
||||||
|
<label for="assets-json-url-field" data-i18n="Assets URL">Assets URL</label>
|
||||||
|
<small title="Load a list of extensions & assets based on an asset list file.
|
||||||
|
|
||||||
|
The default Asset URL in this field points to the list of offical first party extensions and assets.
|
||||||
|
If you have a custom asset list, you can insert it here.
|
||||||
|
|
||||||
|
To install a single 3rd party extension, use the "Install Extensions" button on the top right.">
|
||||||
|
<span>Load an asset list</span>
|
||||||
|
<div class="fa-solid fa-circle-info opacity50p"></div>
|
||||||
|
</small>
|
||||||
|
<div class="assets-connect-div">
|
||||||
|
<input id="assets-json-url-field" class="text_pole widthUnset flex1">
|
||||||
|
<i id="assets-connect-button" class="menu_button fa-solid fa-plug-circle-exclamation fa-xl redOverlayGlow" title="Load Asset List" data-i18n="[title]Load Asset List"></i>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="assets_filters" class="flex-container">
|
<div id="assets_filters" class="flex-container">
|
||||||
<select id="assets_type_select" class="text_pole flex1">
|
<select id="assets_type_select" class="text_pole flex1">
|
||||||
|
|
Loading…
Reference in New Issue