From 2058149207ca2a1c1661023f425d34198c0311d5 Mon Sep 17 00:00:00 2001 From: George Powell Date: Tue, 3 Feb 2026 00:18:11 -0500 Subject: [PATCH] delayed loading of umami tracker script until page is already interactive --- src/routes/+layout.svelte | 18 ++++++++++++++++-- todo.md | 8 ++++++++ 2 files changed, 24 insertions(+), 2 deletions(-) diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index 5d3de82..4108a20 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -1,17 +1,31 @@ - + > --> {@render children()} diff --git a/todo.md b/todo.md index 7cfe17a..e849d76 100644 --- a/todo.md +++ b/todo.md @@ -59,12 +59,20 @@ I created Bibdle from a combination of two things. The first is my lifelong desi # done +## february 2nd + +- created rss feed +- fixed "first letter" clue edge cases +- updated ranking formula + ## january 28th +- add percentile stats, update chapter guess UI - fixed middle statline (removed meaningless %) - added instructions - added email button - added test buttons for 3.0 UI/UX +- package upgrades ## january 26th