From b2f695c84603b5721f55cf91f58476019c3a4098 Mon Sep 17 00:00:00 2001 From: Scott Idem Date: Thu, 15 Jan 2026 18:01:52 -0500 Subject: [PATCH] feat(core): standardized search UI and improved form padding - Standardized User Management search to match People Management style. - Added 'p-3' padding to main search inputs and 'p-2' to selects for better visual clarity. - Improved search icon spacing with enhanced shim padding (!px-4). - Applied consistent padding enhancements to Account, Site, and User detail pages. - Standardized 'Go' button prominence across search sections. --- .../core/accounts/[account_id]/+page.svelte | 46 +++++++++---------- .../core/people/ae_comp__person_search.svelte | 10 ++-- src/routes/core/sites/[site_id]/+page.svelte | 34 +++++++------- src/routes/core/users/+page.svelte | 6 +-- src/routes/core/users/[user_id]/+page.svelte | 8 ++-- 5 files changed, 52 insertions(+), 52 deletions(-) diff --git a/src/routes/core/accounts/[account_id]/+page.svelte b/src/routes/core/accounts/[account_id]/+page.svelte index 3f7c3362..d5ec509a 100644 --- a/src/routes/core/accounts/[account_id]/+page.svelte +++ b/src/routes/core/accounts/[account_id]/+page.svelte @@ -5,7 +5,7 @@ import { editable_fields__account } from '$lib/ae_core/ae_core__account.editable_fields'; import { ae_api, ae_loc } from '$lib/stores/ae_stores'; import { goto } from '$app/navigation'; - import { Save, Trash2, ArrowLeft, Building } from 'lucide-svelte'; + import { Save, Trash2, ArrowLeft, Building, Settings, Activity, Info } from 'lucide-svelte'; let account_id = $page.params.account_id; let account: any = $state(null); @@ -105,64 +105,64 @@

- Basic Information + Basic Information

- - + +
- - + +
- - + +
- - + +

- Settings & Status + Settings & Status

-
- - + +
- - + +

- Internal Notes + Internal Notes

- +
diff --git a/src/routes/core/people/ae_comp__person_search.svelte b/src/routes/core/people/ae_comp__person_search.svelte index 028b6968..36304ea1 100644 --- a/src/routes/core/people/ae_comp__person_search.svelte +++ b/src/routes/core/people/ae_comp__person_search.svelte @@ -47,15 +47,15 @@
-
+
e.key === 'Enter' && handle_search()} /> -