Lib: Comments
This commit is contained in:
@ -125,7 +125,7 @@
|
|||||||
# Use $1 for positional args
|
# Use $1 for positional args
|
||||||
commands = [
|
commands = [
|
||||||
{
|
{
|
||||||
name = "db";
|
name = "pb";
|
||||||
help = "Serve PocketBase";
|
help = "Serve PocketBase";
|
||||||
command = "pocketbase serve --http 192.168.86.50:8090";
|
command = "pocketbase serve --http 192.168.86.50:8090";
|
||||||
}
|
}
|
||||||
|
@ -47,8 +47,6 @@
|
|||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<!-- TODO: This component needs to know its own height, otherwise the intersection observer doesn't work -->
|
|
||||||
<!-- (all elements are visible at once, so no lazy loading...) -->
|
|
||||||
<div
|
<div
|
||||||
use:lazyload
|
use:lazyload
|
||||||
onLazyVisible={lazy_visible_handler}
|
onLazyVisible={lazy_visible_handler}
|
||||||
|
Reference in New Issue
Block a user