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
|
||||
</span>
|
||||
</p>
|
||||
<p>
|
||||
<span title="new posts will be fetched automatically when scrolling down enough">
|
||||
<input type="checkbox" class="mr-1"
|
||||
prop:checked=get_cfg!(infinite_scroll)
|
||||
on:input=set_cfg!(infinite_scroll)
|
||||
/> infinite scroll
|
||||
</span>
|
||||
</p>
|
||||
// <p>
|
||||
// <span title="new posts will be fetched automatically when scrolling down enough">
|
||||
// <input type="checkbox" class="mr-1"
|
||||
// prop:checked=get_cfg!(infinite_scroll)
|
||||
// on:input=set_cfg!(infinite_scroll)
|
||||
// /> infinite scroll
|
||||
// </span>
|
||||
// </p>
|
||||
<p>
|
||||
accent color
|
||||
<input type="text" class="ma-1"
|
||||
|
|
Loading…
Reference in a new issue