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";
diff --git a/templates/live_timeline_updater.php b/templates/live_timeline_updater.php new file mode 100644 index 0000000..366b417 --- /dev/null +++ b/templates/live_timeline_updater.php @@ -0,0 +1,4 @@ + \ No newline at end of file diff --git a/templates/reply_form.php b/templates/reply_form.php index f96eb5a..9a1d7e5 100644 --- a/templates/reply_form.php +++ b/templates/reply_form.php @@ -1,9 +1,9 @@