Alexandr Chernyaev

Results 168 comments of Alexandr Chernyaev

Thank you for pointing out the missing prefix on the icon. I was unable to reproduce this issue on the latest version, likely due to the orchid/blade-icons package (tested on...

I'm not sure if I expressed myself clearly, and I want to ensure we're on the same page. What I mean is that it would be useful to have a...

Could you please confirm that when you updated the package, you also updated the corresponding JS/CSS files? Or there any difference in the `` tag content in these two responses?...

I'm a bit concerned that the screenshot shows two identical GET requests, but their sizes differ significantly — 92.06 vs. 74.87. This discrepancy seems quite substantial and might warrant more...

It seems that this construct modifies the `header`, which might make the page think it's outdated. ```php Dashboard::registerResource('stylesheets', '/css/large-container.css'); ``` Could you try removing it and see if that helps?

I added the ability to make the entire table row clickable. To achieve this, I wrapped the `` element with position: relative and added an `` element that fills the...

Since you did not specify which version of the package you are using, I will assume it is the latest available. I am unable to reproduce your example; you can...

Hi, I haven’t been able to reproduce the issue yet, possibly because my environment is different — I’m using RR instead of Swoole. However, I plan to try again. It’s...

I have tested several times with different variations, but unfortunately, I was unable to reproduce the issue. Could you please provide a minimal reproducible example, such as a repository with...

I believe this is related to the `dot` notation, but I'm open to suggestions if you'd like to improve this behavior.