fix(web): hide infinite scroll setting
it doesnt do anything for now, maybe will come back later
This commit is contained in:
parent
6d9bc1fa5b
commit
9714b002e7
1 changed files with 8 additions and 8 deletions
|
@ -70,14 +70,14 @@ pub fn ConfigPage(setter: WriteSignal<crate::Config>) -> impl IntoView {
|
||||||
/> collapse content warnings
|
/> collapse content warnings
|
||||||
</span>
|
</span>
|
||||||
</p>
|
</p>
|
||||||
<p>
|
// <p>
|
||||||
<span title="new posts will be fetched automatically when scrolling down enough">
|
// <span title="new posts will be fetched automatically when scrolling down enough">
|
||||||
<input type="checkbox" class="mr-1"
|
// <input type="checkbox" class="mr-1"
|
||||||
prop:checked=get_cfg!(infinite_scroll)
|
// prop:checked=get_cfg!(infinite_scroll)
|
||||||
on:input=set_cfg!(infinite_scroll)
|
// on:input=set_cfg!(infinite_scroll)
|
||||||
/> infinite scroll
|
// /> infinite scroll
|
||||||
</span>
|
// </span>
|
||||||
</p>
|
// </p>
|
||||||
<p>
|
<p>
|
||||||
accent color
|
accent color
|
||||||
<input type="text" class="ma-1"
|
<input type="text" class="ma-1"
|
||||||
|
|
Loading…
Reference in a new issue