Styling changes to the CRM page. More in-line with LMN. Removed Status Buttons, moved some information around to be more cohesive.

This commit is contained in:
rocketdebris 2025-12-16 10:39:04 -05:00 committed by Casey
parent e9cf1f91c4
commit 7e397c2eab

View file

@ -1,5 +1,15 @@
<template> <template>
<div class="overview-container"> <div class="overview-container">
<template v-if="!editMode">
<Button
@click="toggleEditMode"
icon="pi pi-pencil"
label="Edit Information"
size="small"
severity="secondary"
/>
</template>
<div class="status-cards">
<template v-if="isNew || editMode"> <template v-if="isNew || editMode">
<ClientInformationForm <ClientInformationForm
ref="clientInfoRef" ref="clientInfoRef"