Anton Shever
Anton Shever
Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `[email protected]` for the project I'm working on. Fixed issue https://github.com/mariomka/vue-datetime/issues/46 Here is the...
When there are multiple panels on a page, the form key is not read properly. As a result of this bug, the upload does not work. https://github.com/ebess/advanced-nova-media-library/blob/02c3a2aaf05122e9c58c3f9f370d5c690de9510f/src/Fields/Media.php#L163-L167 Please replace the...
Is it possible to hide the toolbar for relation? and how to get rid of the panel border? ## Code: ``` Tabs::make('Product', [ Tab::make('General', [ ... ]), Tab::make('Details', [ HasOne::make('Details'),...