Add generic layout of listing cards

This should eventually by ported to other interfaces for consistency.
This commit is contained in:
Eli Ribble 2026-05-18 15:21:01 +00:00
parent 6db5186318
commit 83f76297b5
No known key found for this signature in database
5 changed files with 267 additions and 2 deletions

View file

@ -1,7 +1,10 @@
<template>
<ThreeColumn>
<template #left>
<ReviewContactColumnList />
<ReviewContactColumnList
:contacts="contacts"
:loading="storeResource.contact.loadingAll()"
/>
</template>
<template #center>
<ReviewContactColumnDetail />