Cord
Cord
Submenu has icons. When opening the submenu, the animation first shows the text-items, and with a short delay shows the icons. It would be great to have a smooth animation...
This is probably not a direct issue of this package, but anyways: When linking directly to resources like this: ``` NovaResource::make(\App\Nova\User::class)->detail(1)->label('User 1'), NovaResource::make(\App\Nova\User::class)->detail(2)->label('User 2'), ``` and navigating between them, the...
Solution for https://github.com/Intervention/image/issues/1151
https://github.com/spatie/laravel-permission has been updated to V4.0 > This package now requires PHP 7.2.5 and Laravel 6.0 or higher. sound compatible with Nova. Would be great if you update your composer.json...
Integration of vue TipTap Editor https://github.com/scrumpy/tiptap/ with mention / suggestion plugin, see demo on https://tiptap.scrumpy.io/suggestions
To organise the global filter card it would be great if we can group filters into primary and secondary: Primary Filters: always visible Secondary Filter: accessible with click on filter...
good stuff! Would be great to be able to set up multiple instances for different documentation types, e.g. ``` new NovaDocumentation() ->title('Admin Documentation') ->home('admin-documentation/home.md'), new NovaDocumentation() ->title('User Documentation') ->home('user-documentation/home.md'), ```
Nice interface! Would be great if you could make the package compatible with https://github.com/spatie/eloquent-sortable as used by https://novapackages.com/packages/naxon/nova-field-sortable
allow to define path plugins.shortcode-ui.custom_shortcodes to custom shortcodes following the structure of shortcode-ui ``` /user/custom/shortcodes-ui/ /css /js /shortcodes /templates ```
the dump file does not group imports, so one insert statement for each line. Workaround: import dump locally, then export again using e.g. Sequel Ace Would be great if the...