From 7c5b3fca1f6e708ef5cb1a8dc8598c7e05207e7f Mon Sep 17 00:00:00 2001 From: alemi Date: Tue, 23 Apr 2024 03:46:14 +0200 Subject: [PATCH] fix(web): input spacings, allow setting obj id because even when posting embedded objects we may be doing an update --- web/src/control.rs | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/web/src/control.rs b/web/src/control.rs index 2d45cfe..e5fb9dd 100644 --- a/web/src/control.rs +++ b/web/src/control.rs @@ -1,4 +1,4 @@ -use apb::{ActivityMut, ObjectMut}; +use apb::{ActivityMut, BaseMut, ObjectMut}; use leptos::*; use crate::prelude::*; @@ -136,11 +136,13 @@ pub fn AdvancedPostBox(username: Signal>, advanced: WriteSignal
+ + - - - + + +
@@ -182,6 +184,7 @@ pub fn AdvancedPostBox(username: Signal>, advanced: WriteSignal