diff --git a/components/ClientEmailSection.vue b/components/ClientEmailSection.vue index 856b735..93428bf 100644 --- a/components/ClientEmailSection.vue +++ b/components/ClientEmailSection.vue @@ -20,67 +20,90 @@ @click="showComposer = true" color="primary" variant="flat" - prepend-icon="mdi-email-edit" + :prepend-icon="!mobile ? 'mdi-email-edit' : undefined" + :icon="mobile ? 'mdi-email-edit' : undefined" + :size="mobile ? 'default' : 'default'" > - Compose Email + Compose Email Refresh Emails - - Reconnect - - - Disconnect - + + + Reconnect + + + Disconnect + + + + + + + Reconnect + + + Disconnect + + +
Email History
- + - - - - Clear Filters - - - +
+ + - All Levels - - + - Qualified - - - LOI Sent - - - Reserved - - + + All + + + Qualified + + + LOI + + + Reserved + + +
@@ -122,21 +136,21 @@ >