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>
<p>These features are a work in progress.</p>
<hr />
<div class="setting-container" id="game-profiles">
<div class="setting-container" id="avatar-sandbox">
<span class="indicator">&nbsp;</span>
<span class="title">
Game Profiles
Avatar Sandbox
</span>
<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>
<br />
<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 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.
* This feature is not polished - things like modifying avatar "Body Colors", pagination, outfits, etc haven't been added.
</span>
</div>
<div class="setting-container" id="inline-editing">
@ -761,6 +758,25 @@
* This feature is not finished or polished.
</span>
</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">
<span class="indicator">&nbsp;</span>
<span class="title">
@ -777,22 +793,6 @@
* The styling for this feature is not yet done.
</span>
</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>
<hr />