From cd10f94269d7dcdd93df9fcda142a1e5a4441ae9 Mon Sep 17 00:00:00 2001 From: winter Date: Sun, 30 Mar 2025 19:00:19 +0100 Subject: implement basic interaction controls --- templates/note/write_form.php | 30 +++++++++++++++++++++--------- 1 file changed, 21 insertions(+), 9 deletions(-) (limited to 'templates/note/write_form.php') diff --git a/templates/note/write_form.php b/templates/note/write_form.php index 647dcac..abd916c 100644 --- a/templates/note/write_form.php +++ b/templates/note/write_form.php @@ -27,6 +27,27 @@ _="on keydown[ctrlKey and key is 'Enter'] set b to #writeNoteSubmitButton then b.click()"> + +
+
+ + 'lock', 'mutuals' => 'group', 'followers' => 'groups', 'public' => 'public'] as $scope => $icon): ?> + autocomplete="off"> + + +
+
+ + 'person-off', 'mutuals' => 'group', 'followers' => 'groups', 'all' => 'select-all'] as $group => $icon): ?> + autocomplete="off"> + + +
+
+
@@ -37,15 +58,6 @@
-
- - -
-- cgit v1.3