From 75b3778dccccddb5cc90b2b4e0a3f958826ad8ba Mon Sep 17 00:00:00 2001 From: winter Date: Wed, 15 Jan 2025 20:33:38 +0000 Subject: implement home timeline --- templates/interaction_button.php | 3 ++- templates/live_timeline_updater.php | 4 ++++ templates/reply_form.php | 6 +++--- templates/skeleton.php | 8 ++++++-- templates/timeline.php | 17 +++++++++++++---- templates/write_note_form.php | 5 +++-- 6 files changed, 31 insertions(+), 12 deletions(-) create mode 100644 templates/live_timeline_updater.php (limited to 'templates') diff --git a/templates/interaction_button.php b/templates/interaction_button.php index edd1a25..b3d072d 100644 --- a/templates/interaction_button.php +++ b/templates/interaction_button.php @@ -15,7 +15,8 @@ $id = "interactButton-$action-$note->id";