diff --git a/TODO.txt b/TODO.txt index 0bb4934..3dceb21 100644 --- a/TODO.txt +++ b/TODO.txt @@ -20,3 +20,5 @@ - need to support flags - need to support mod actions like saging a thread or deleting a post - need to display the current time you are at (or Latest) ✓ +- add server sent event (only when in the "present" time wise) and listen + for new posts diff --git a/chandlr.cabal b/chandlr.cabal index b3528a6..7538801 100644 --- a/chandlr.cabal +++ b/chandlr.cabal @@ -76,6 +76,7 @@ executable chandlr Component.Thread.Files Component.Thread.Intro Component.Thread.Model + Component.Thread.Embed Component.BodyRender Routes Common.AttachmentType @@ -84,6 +85,7 @@ executable chandlr Parsing.EmbedParser Parsing.PostPartType Component.TimeControl + Component.Search -- LANGUAGE extensions used by modules in this package. diff --git a/html/scrollbar.html b/html/scrollbar.html index 190d2f6..b0861df 100644 --- a/html/scrollbar.html +++ b/html/scrollbar.html @@ -15,5 +15,9 @@ +