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()} /> -