From 01b7c47c68b8b3c5a9fd9137b067b34b566b951d Mon Sep 17 00:00:00 2001 From: winter Date: Tue, 24 Dec 2024 14:42:27 +0000 Subject: ui additions --- templates/actor_profile.php | 6 ++++++ templates/interaction_button.php | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) (limited to 'templates') diff --git a/templates/actor_profile.php b/templates/actor_profile.php index 45a0a59..0d99d05 100644 --- a/templates/actor_profile.php +++ b/templates/actor_profile.php @@ -6,6 +6,12 @@
= $actor->bio ?>
\ No newline at end of file diff --git a/templates/interaction_button.php b/templates/interaction_button.php index a1fb3b0..ed257df 100644 --- a/templates/interaction_button.php +++ b/templates/interaction_button.php @@ -12,4 +12,4 @@ $icon = match ($action) { }; ?> \ No newline at end of file + hx-post="= "/fragment/note/$note->id/$action" ?>" hx-swap="outerHTML" hx-disabled-elt="this">= $icon ?> \ No newline at end of file -- cgit v1.3