From 57375c512d5493cb116980b2234774307a25a725 Mon Sep 17 00:00:00 2001 From: Vitor Mattos <1079143+vitormattos@users.noreply.github.com> Date: Sun, 1 Mar 2026 08:40:02 -0300 Subject: [PATCH] fix(ui): render proper buttons when RequestPicker is inline When the inline prop is true (Request Signatures page), action items were rendered as NcActionButton inside NcActions with inline mode, which styled them as dropdown menu entries rather than real buttons. Replace with NcButton (variant secondary) in a flex column container so they are clearly recognisable as clickable buttons. The NcActions dropdown used in the FilesList toolbar is unchanged. Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com> --- src/components/Request/RequestPicker.vue | 41 ++++++++++++++++++------ 1 file changed, 32 insertions(+), 9 deletions(-) diff --git a/src/components/Request/RequestPicker.vue b/src/components/Request/RequestPicker.vue index e472104779..e560e811ce 100644 --- a/src/components/Request/RequestPicker.vue +++ b/src/components/Request/RequestPicker.vue @@ -4,10 +4,32 @@ -->