199ocero / activity-timeline

Add timelines to custom pages or infolist entries effortlessly. Plus, it teams up smoothly with Spatie Activitylog for easy tracking.
https://filamentphp.com/plugins/jaocero-activity-timeline
MIT License
65 stars 18 forks source link

Eager load `subject` to prevent N+1 problem #18

Closed iRaziul closed 10 months ago

iRaziul commented 10 months ago

This PR resolves #17

199ocero commented 10 months ago

Thank you so muchh @iRaziul . Yeah I didn't realize that someones may use the subject and I didn't add it in the query.

iRaziul commented 10 months ago

Your welcome buddy, you did a nice work.