You've already forked AstralRinth
forked from didirus/AstralRinth
Fix issues with new left/right side toggles (#348)
https://canary.discord.com/channels/734077874708938864/734082619352023081/936801072146690079 - "cosmetics toggles v-model the wrong variable" Also improves formatting of title/description of these options
This commit is contained in:
@@ -104,28 +104,28 @@
|
|||||||
:allow-empty="false"
|
:allow-empty="false"
|
||||||
/>
|
/>
|
||||||
</label>
|
</label>
|
||||||
<h3>Search Layout</h3>
|
<h3>Legacy search layout</h3>
|
||||||
<label>
|
<label>
|
||||||
<span>
|
<span>
|
||||||
Sets the sidebar direction for the search page. Enabling this will
|
Sets the sidebar direction for search pages. Enabling this will put
|
||||||
put the search bar on the right side
|
the search bar on the right side.
|
||||||
</span>
|
</span>
|
||||||
<input
|
<input
|
||||||
v-model="projectLayout"
|
v-model="searchLayout"
|
||||||
class="switch stylized-toggle"
|
class="switch stylized-toggle"
|
||||||
type="checkbox"
|
type="checkbox"
|
||||||
@change="changeLayout"
|
@change="changeLayout"
|
||||||
/>
|
/>
|
||||||
</label>
|
</label>
|
||||||
<h3>Project Layout</h3>
|
<h3>Legacy project layout</h3>
|
||||||
<label>
|
<label>
|
||||||
<span>
|
<span>
|
||||||
Sets the sidebar direction for project pages. Enabling this will be
|
Sets the sidebar direction for project pages. Enabling this will
|
||||||
close to the legacy layout with project information on the right
|
make projects look closer to the legacy layout, with project
|
||||||
side
|
information on the right side.
|
||||||
</span>
|
</span>
|
||||||
<input
|
<input
|
||||||
v-model="searchLayout"
|
v-model="projectLayout"
|
||||||
class="switch stylized-toggle"
|
class="switch stylized-toggle"
|
||||||
type="checkbox"
|
type="checkbox"
|
||||||
@change="changeLayout"
|
@change="changeLayout"
|
||||||
|
|||||||
Reference in New Issue
Block a user