Lib: Comments

This commit is contained in:
2024-12-17 17:20:22 +01:00
parent b21e4b9b6e
commit eedc7f9a85
2 changed files with 1 additions and 3 deletions

View File

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

View File

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