From 6c7ce24e1f8f94b56f3bdb3003ca23a1c5f65c49 Mon Sep 17 00:00:00 2001 From: Gabriel Kaszewski Date: Wed, 3 Jun 2026 10:07:39 +0200 Subject: [PATCH] feat: add embed param to ProfileQueryParams --- crates/presentation/src/forms.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/crates/presentation/src/forms.rs b/crates/presentation/src/forms.rs index a34afa6..15e14f6 100644 --- a/crates/presentation/src/forms.rs +++ b/crates/presentation/src/forms.rs @@ -158,6 +158,8 @@ pub struct ProfileQueryParams { pub sort_by: String, #[serde(default)] pub search: String, + #[serde(default)] + pub embed: bool, } pub struct LogReviewData {