From 524ee19dc8ffd4932f7a74afe775d5618a9b77bf Mon Sep 17 00:00:00 2001 From: erik Date: Wed, 29 May 2024 11:06:29 +0200 Subject: [PATCH] Update todos --- doc/dev-notes.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/doc/dev-notes.md b/doc/dev-notes.md index 01123bb..3677aa1 100644 --- a/doc/dev-notes.md +++ b/doc/dev-notes.md @@ -11,6 +11,15 @@ This leads to higher maintenance needs and more complex program structure. The o Having one ns called to_html that produces html as needed seems appropriate at this time. +### Understand the data coming in from current reply mode + +Assumption: We're just pulling in data from posts. +This should be about the same as the data for account mode. + +- [x] The data are indeed statuses too + +### Check whether or not we need to modify the current post html + ### CSS per mode Creating css that does basic styling depending on the mode.