kirschbaum-development / nova-mail

A Laravel Nova action that provides a mail sending form for any resource
MIT License
73 stars 25 forks source link

Mail history display should probably be more like a nova resource list #11

Closed kirschbaum closed 5 years ago

kirschbaum commented 5 years ago

https://www.dropbox.com/s/5xt2wlzdkcgpbx6/Screenshot%202019-05-10%2012.03.35.png?dl=0

kirschbaum commented 5 years ago

I just don't think people will want to see 10 entire emails listed on the page. They will just want to see 10 one list representations of those emails with the ability to view the email in the regular Nova way if they wish.

adammparker commented 5 years ago

Handled via HasMany relationship field on Resource now. No longer part of the ResourceTool vue component directly. 👍