fix(web): hide infinite scroll setting

it doesnt do anything for now, maybe will come back later
This commit is contained in:
əlemi 2024-07-06 05:10:51 +02:00
parent 6d9bc1fa5b
commit 9714b002e7
Signed by: alemi
GPG key ID: A4895B84D311642C

View file

@ -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"