Pavel Bychko
Pavel Bychko
Small fix for correct display of badges. ## Before:  ## After:  I tested this fix right in the browser. This fix looks simple and works.
Приветствую Во-первых, спасибо за пакет! По умолчанию, при использовании метода `->mediaOnIndex()` возникает проблема `N+1`:  Если коллекция `->single()` и на ресурсе установлена нетерпеливая загрузка `$with = ['media'];` можно в callback...
### Feature Description Example: package [spatie/laravel-model-status](https://github.com/spatie/laravel-model-status) uses trait [HasStatuses](https://github.com/spatie/laravel-model-status/blob/63c05f09dc7ec09cc840a6b58b37b368eabc873d/src/HasStatuses.php#L16-L20) What need: ``` /** * @property-read Collection|Status[] $statuses * @property-read int|null $statuses_count */ ```
### Feature Description Package: [staudenmeir/eloquent-has-many-deep](https://github.com/staudenmeir/eloquent-has-many-deep) Something like this: ```php /** * @property-read Collection|Contacts[] $contacts HasManyDeep * @property-read int|null $contacts_count */ ```
Hi. Thanks for the package. Do you plan to add a caching method? Like here: https://nova.laravel.com/docs/1.0/metrics/defining-metrics.html#caching
Maybe the text in history should be centered the same way as the column headers?  https://github.com/stepanenko3/nova-command-runner/blob/e9c186045f9dc3be199f27254e55a6fe18ee7377/resources/js/pages/Tool.vue#L250-L291