Custom view for Conversation with Messages
I have a conversation and a message model. I have the following relations as defined in the PDF.
In a Filament resource called MessagesResource I want to create conversations and messages.
In the CreateMessage I do the following:
This works fine. Messages and conversations are created in my database and I display the conversations in my table. See screenshot.
I would like have a view whereby I can see all messages from that conversation and also add a new reply. The view should open when the user clicks on a action called 'see messages'
Any suggestions on how I can do this?
7 Replies
It's more or less what I try to build yes.
This is how messages are being shown
The callback isn't needed anymore as it was a bug some time ago
Thanks so much. I figured indeed it would indeed use a RepeatableEntry. I have an additional question if you don't mind:
In the video you posted I see the reply button. I did that as follows:
However it looks as follows. Is there a better way so that only the button is displayed? Preferably aligned to the left like in the video you shared?
You could buy it and see for yourself everything
This is how infolist is