Skip to content

Commit

Permalink
Add shared items and events for each contact
Browse files Browse the repository at this point in the history
Signed-off-by: greta <[email protected]>
  • Loading branch information
GretaD committed Oct 18, 2023
1 parent 3c2c70c commit e0f464a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/ContactDetails.vue
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,8 @@
</template>
</NcButton>
</div>
<NcRelatedResourcesPanel provider-id="account"
:item-id="contact.uid" />
<!-- contact details -->
<section class="contact-details">
<!-- properties iteration -->
Expand Down Expand Up @@ -334,6 +336,7 @@ import {
NcSelect,
NcLoadingIcon as IconLoading,
NcButton,
NcRelatedResourcesPanel,
isMobile,
} from '@nextcloud/vue'
import IconContact from 'vue-material-design-icons/AccountMultiple.vue'
Expand Down Expand Up @@ -398,6 +401,7 @@ export default {
PropertyRev,
PropertySelect,
NcButton,
NcRelatedResourcesPanel,
},

mixins: [isMobile],
Expand Down

0 comments on commit e0f464a

Please sign in to comment.