Marco Kaiser
Marco Kaiser
Was looking for an option to do this. As there is none I would love to see this to. I have the need for at least a second icon.
As far as I'm aware you only can access them via IDs that are never exposed. It's a bit weird, but try to find the right IDs. Looks like this....
I also find this pretty weird. I took me a while to get what happens here because I used Mastodon mainly over the app and not over the web interface.
Oh wow. I just realized that there is a compose button because of this issue. I would definitely suggest to make it visually distinct too. Something like that. It's hard...
Any progress here? Even on my iPhone 15 Pro the timeline lags pretty hard. I don't see this in any other app.
Hm… This doesn't to be the case. I have the following in my composer.json ``` "require": { "php": "^8.0", "laravel/nova": "^4.0" }, ``` But it doesn't get the badge. https://novapackages.com/packages/kaiserkiwi/nova-queue-management...
I have to update here. I did nothing but now the badge is there. It probably needs some time to process this? It's odd, but my package is listed as...
Sure. Here ist my `Console/Kernel.php` nothing wild. ```
That could be the problem. I have the line `JsonResource::withoutWrapping();` in my AppServiceProvider for some specific reasons. Would it be possible to alter your package to catch this edge case...
Hi, I'm finally back on my Notebook. If I comment out `JsonResource::withoutWrapping();` then it instantly works. As that's something that is mentioned in the docs (https://laravel.com/docs/9.x/eloquent-resources#data-wrapping) I would guess my...