/diary -> Diary

This commit is contained in:
bonbud-macryg 2024-06-07 18:29:35 +01:00
parent 1c552acd9e
commit 11f9595aa0

View File

@ -278,7 +278,7 @@ Like Counter, the Diary shrub just has two `/con` files to convert to and from a
Theres only a bit more going on here than in Counters `/con/number-htmx.hoon` file. The main thing is that we have `+link-entry` and `+pretty-date` helper arms which are being used like functional frontend components.
The Diary frontend is a text box at the top with a list of entries generated from a list of the `/diary` shrubs child `pith`s. Nowhere is a list of children in the state being passed from the backend to the frontend, like you might see with a Gall agent passing converting a `(list item)` to a JSON array through a mark in the event that a frontend has scried or subscribed on a path, all of which would require painstaking specification by the developer.
The Diary frontend is a text box at the top with a list of entries generated from a list of the Diary shrubs child `pith`s. Nowhere is a list of children in the state being passed from the backend to the frontend, like you might see with a Gall agent passing converting a `(list item)` to a JSON array through a mark in the event that a frontend has scried or subscribed on a path, all of which would require painstaking specification by the developer.
```hoon
:: /con/node-diary-diff.hoon