From 6b78446c1d5b76438d40bbe68aa0397de533e61a Mon Sep 17 00:00:00 2001 From: winter Date: Mon, 20 Jan 2025 17:43:17 +0000 Subject: various avatar tweaks and profile above note form --- templates/actor_avatar.php | 2 +- templates/actor_profile_editable.php | 3 ++- templates/actor_profile_reset_avatar.php | 3 +++ templates/mobilepane_left.php | 4 +++- templates/skeleton.php | 2 +- templates/write_note_form.php | 9 +++++++++ 6 files changed, 19 insertions(+), 4 deletions(-) create mode 100644 templates/actor_profile_reset_avatar.php (limited to 'templates') diff --git a/templates/actor_avatar.php b/templates/actor_avatar.php index 439072b..16b529b 100644 --- a/templates/actor_avatar.php +++ b/templates/actor_avatar.php @@ -1,5 +1,5 @@ avatar)): ?> - + \ No newline at end of file diff --git a/templates/actor_profile_editable.php b/templates/actor_profile_editable.php index 2c0ef5c..1370e53 100644 --- a/templates/actor_profile_editable.php +++ b/templates/actor_profile_editable.php @@ -14,7 +14,8 @@
- + +
diff --git a/templates/actor_profile_reset_avatar.php b/templates/actor_profile_reset_avatar.php new file mode 100644 index 0000000..86a3507 --- /dev/null +++ b/templates/actor_profile_reset_avatar.php @@ -0,0 +1,3 @@ + \ No newline at end of file diff --git a/templates/mobilepane_left.php b/templates/mobilepane_left.php index f71279c..daab401 100644 --- a/templates/mobilepane_left.php +++ b/templates/mobilepane_left.php @@ -1,6 +1,8 @@ @@ -29,7 +31,7 @@ $settings = GlobalSettings::getInstance(); ]; call_template('navigation_links', ['links' => $links]); - call_template('write_note_form'); + call_template('write_note_form', ['actor' => $user->actor]); call_template('left_side_navigation'); ?>

diff --git a/templates/skeleton.php b/templates/skeleton.php index f7670c0..afe7321 100644 --- a/templates/skeleton.php +++ b/templates/skeleton.php @@ -59,7 +59,7 @@ $settings = GlobalSettings::getInstance();
$user->actor]); } call_template('left_side_navigation'); ?> diff --git a/templates/write_note_form.php b/templates/write_note_form.php index 2d50896..914c48b 100644 --- a/templates/write_note_form.php +++ b/templates/write_note_form.php @@ -1,5 +1,14 @@
+
+ + $actor]); ?> + +
+ displayName ?> +
@handle ?>
+
+
-- cgit v1.3