From 9264fba78213d4db67cf81a791c1a08bc29f0934 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Germ=C3=A1n=20Mart=C3=ADn?= Date: Sun, 2 Nov 2025 22:36:29 +0100 Subject: [PATCH] refactor: enhance filter settings layout and styling in access dialog --- .../create-or-update-access-dialog.html | 13 +++++++++---- .../create-or-update-access-dialog.scss | 17 ----------------- 2 files changed, 9 insertions(+), 21 deletions(-) diff --git a/apps/client/src/app/components/user-account-access/create-or-update-access-dialog/create-or-update-access-dialog.html b/apps/client/src/app/components/user-account-access/create-or-update-access-dialog/create-or-update-access-dialog.html index 0e5fe097b..c678c84b1 100644 --- a/apps/client/src/app/components/user-account-access/create-or-update-access-dialog/create-or-update-access-dialog.html +++ b/apps/client/src/app/components/user-account-access/create-or-update-access-dialog/create-or-update-access-dialog.html @@ -59,16 +59,21 @@ } - + + @if (showFilterPanel) { -
-

Filter Settings (Optional)

+

+ Filter Settings (Optional) +

+

Configure which accounts, holdings, tags, and asset classes will be visible in this public access. Leave empty to show all data.

} -
+