From b9a3c4dc73095e050c2b237ca4813aa6ee2e5fe9 Mon Sep 17 00:00:00 2001 From: Gormery Kombo Wanjiru Date: Mon, 12 Feb 2024 20:37:39 +0100 Subject: [PATCH 1/2] infinite scroll is done baby --- index.html | 177 +++++++++++++++++++++++++++-------------------------- 1 file changed, 90 insertions(+), 87 deletions(-) diff --git a/index.html b/index.html index 7fd94a7..4d7be2f 100644 --- a/index.html +++ b/index.html @@ -1,100 +1,103 @@ - - - - Pocketbase X htmx Chat - - - - - - - -
- + + + + + Pocketbase X htmx Chat + + + + + + + + +
+ -

Pocketbase X htmx Chat

-

Powered by htmx and Pocketbase.

-

This is a simple chat app that uses htmx to send and receive messages. This one html file is all there is to it.

-

The chat messages are sent and received using htmx and stored in a Pocketbase collection. The chat messages are rendered using Nunjucks templates.

- - -
-
-
- - - +

Pocketbase X htmx Chat

+

Powered by htmx and Pocketbase.

+

This is a simple chat app that uses htmx to send and receive messages. This one html + file is all there is to it.

+

The chat messages are sent and received using htmx and stored in a Pocketbase + collection. The chat messages are rendered using Nunjucks templates.

+ + +
+ +
+ + + +
+ + +
+ + +
- - +
+ + + \ No newline at end of file From 1001cdc86cd21b090b754ef9fbc37ee598e4e9d2 Mon Sep 17 00:00:00 2001 From: Gormery Kombo Wanjiru Date: Mon, 12 Feb 2024 21:15:24 +0100 Subject: [PATCH 2/2] infinite load but i loast load on every second --- index.html | 98 +++++++++++++++++++++++------------------------------- 1 file changed, 42 insertions(+), 56 deletions(-) diff --git a/index.html b/index.html index 4d7be2f..51de250 100644 --- a/index.html +++ b/index.html @@ -1,6 +1,5 @@ - @@ -9,13 +8,14 @@ - + + + -