diff --git a/src/app.js b/src/app.js index 364df9e..ec2928a 100644 --- a/src/app.js +++ b/src/app.js @@ -21,7 +21,7 @@ "eat": "Ate", "pee": "Pee", "poo": "Poo", - "weight": "Weigh-in", + "weight": "Weight", "training": "Training", "note": "Note", }; diff --git a/src/changelog.json b/src/changelog.json index f7f66ac..c06696c 100644 --- a/src/changelog.json +++ b/src/changelog.json @@ -1,7 +1,7 @@ [ { "date": "2026-08-31", "text": "A sleep or walk pair is now tied together in the History log by a dotted rail down the side, in that pair's colour, running from the start row to the end row. Anything logged in between sits inside the bracket, so a pee taken on a walk reads as having happened during it. A pair still in progress, or one that ran over from yesterday, leaves its end of the rail open" }, { "date": "2026-08-31", "text": "Added walks: tap ๐ฆฎ Walk start when you head out and ๐ Walk end when you get home, and the time in between is counted as exercise. The pair gets its own row under the sleep buttons. Today's total and the number of walks show in the overview, every walk of the day is listed in a new Walks section (with the age-based rule of thumb of about five minutes per month of age, twice a day), and the daily charts gain a โWalks (minutes)โ bar chart once you have logged one. Like sleep, only the boundary that makes sense is tappable โ no walk running means Walk end is greyed out" }, - { "date": "2026-08-31", "text": "The Log event buttons are grouped into rows now instead of flowing into one grid: ๐ด Sleep start and โฐ Sleep end side by side on their own row, then ๐ง Pee and ๐ฉ Poo, and last the three that ask for a value โ ๐ฝ๏ธ Ate / โ๏ธ Weigh-in / ๐ Note โ three across. The two halves of a sleep pair can no longer end up split across a wrap, and no button is left stranded alone on the last row" }, + { "date": "2026-08-31", "text": "The Log event buttons are grouped into rows now instead of flowing into one grid: ๐ด Sleep start and โฐ Sleep end side by side on their own row, then ๐ง Pee and ๐ฉ Poo, and last the three that ask for a value โ ๐ฝ๏ธ Ate / โ๏ธ Weight / ๐ Note โ three across. The two halves of a sleep pair can no longer end up split across a wrap, and no button is left stranded alone on the last row. The weigh-in button is now just โ๏ธ Weight, which fits the narrower slot; weigh-ins read as โWeightโ in the history log to match" }, { "date": "2026-08-24", "text": "The timing charts now show the longest gap as well: each bar keeps its solid stretch from the shortest to the typical gap and fades on out to the longest one of the week. To stop the nightly long gap from squashing the daytime range into a sliver, the bars are stretched so the typical gap always sits dead centre โ left of the middle is sooner than usual, right of it is longer, in every row" }, { "date": "2026-08-24", "text": "Each row of the timing panel is now a small chart instead of a number: the band spans the shortest to the typical gap over the last 7 days, and the marker is how long it has been since the last one. Inside the band means there is time yet, off the right-hand end means the puppy is due โ and a row with only one event so far says so instead of drawing an empty axis" }, { "date": "2026-08-24", "text": "The timing panel now covers meals too โ typical and shortest time between them, alongside the pee and poo gaps โ so you can see the feeding rhythm the same way. It is titled just โTimingโ now that it is no longer only about bathroom breaks" }, diff --git a/src/index.html b/src/index.html index cb0c7fc..9a20298 100644 --- a/src/index.html +++ b/src/index.html @@ -128,7 +128,7 @@