minor: re-order experimental settings

This commit is contained in:
Index 2024-06-28 01:01:42 -05:00
parent 7f35484287
commit c821f9bc33

View file

@ -725,23 +725,20 @@
<h3>EXPERIMENTAL SETTINGS</h3> <h3>EXPERIMENTAL SETTINGS</h3>
<p>These features are a work in progress.</p> <p>These features are a work in progress.</p>
<hr /> <hr />
<div class="setting-container" id="game-profiles"> <div class="setting-container" id="avatar-sandbox">
<span class="indicator">&nbsp;</span> <span class="indicator">&nbsp;</span>
<span class="title"> <span class="title">
Game Profiles Avatar Sandbox
</span> </span>
<div class="setting-buttons"> <div class="setting-buttons">
<button class="btn btn-sm toggle-btn" data-setting="GameProfilesOn">Toggle</button> <button class="btn btn-sm toggle-btn" data-setting="AvatarSandboxOn">Toggle</button>
</div> </div>
<br /> <br />
<span class="desc"> <span class="desc">
Traverse a place view page that matches a place's color palette! Create an avatar with all the item possibilities available to your heart's content!
</span> </span>
<span class="warning"> <span class="warning">
* Place creators must request a game profile for one to be made. * This feature is not polished - things like modifying avatar "Body Colors", pagination, outfits, etc haven't been added.
</span>
<span class="warning">
* This feature will be expanded upon in the future.
</span> </span>
</div> </div>
<div class="setting-container" id="inline-editing"> <div class="setting-container" id="inline-editing">
@ -761,6 +758,25 @@
* This feature is not finished or polished. * This feature is not finished or polished.
</span> </span>
</div> </div>
<div class="setting-container" id="game-profiles">
<span class="indicator">&nbsp;</span>
<span class="title">
Game Profiles
</span>
<div class="setting-buttons">
<button class="btn btn-sm toggle-btn" data-setting="GameProfilesOn">Toggle</button>
</div>
<br />
<span class="desc">
Traverse a place view page that matches a place's color palette!
</span>
<span class="warning">
* Place creators must request a game profile for one to be made.
</span>
<span class="warning">
* This feature will be expanded upon in the future.
</span>
</div>
<div class="setting-container" id="forum-unix-timestamps"> <div class="setting-container" id="forum-unix-timestamps">
<span class="indicator">&nbsp;</span> <span class="indicator">&nbsp;</span>
<span class="title"> <span class="title">
@ -777,22 +793,6 @@
* The styling for this feature is not yet done. * The styling for this feature is not yet done.
</span> </span>
</div> </div>
<div class="setting-container" id="avatar-sandbox">
<span class="indicator">&nbsp;</span>
<span class="title">
Avatar Sandbox
</span>
<div class="setting-buttons">
<button class="btn btn-sm toggle-btn" data-setting="AvatarSandboxOn">Toggle</button>
</div>
<br />
<span class="desc">
Create an avatar with all the item possibilities available to your heart's content!
</span>
<span class="warning">
* This feature is not polished - things like modifying avatar "Body Colors", pagination, outfits, etc haven't been added.
</span>
</div>
</div> </div>
</div> </div>
<hr /> <hr />