Jason Xie
Jason Xie
Added a simple logic to determine the font size, while the old styles using "compressor", the new logic uses width divided by total character divided by compressor (expected paragraph line...
Change the route prefix from language. to nova-translation.language to fix route not able to be cached due to name conflict
When you invoke php artisan route:cache it will generate error: `Unable to prepare route [nova-vendor/nova-translation/languages] for serialization. Another route has already been assigned name [languages.index].` maybe need unique name slug...
Adding a check to check if the request is for the System by matching the http host against user configured default hostname and only abort if it doesn't match
Thanks for this great addon for nova, is there any way to disable the download button? maybe with ->withMeta(['disableDownload' => true]) ?
Newly added field wont display any validation error due to missing field.attribute, force adding them whenever replaceIndexSchema method called. rebuild dist to reflect the javascript changes
Adding capability to merge all specified menu into a single tree, as in most mobile case only one slick menu used.
Adding ThemeRepository capability to allow other developer to create theme as a separated Laravel package and then register them via ThemeRepository. At the custom theme ServiceProvider, one could register it...
Added new code to fallback to theme layout.blade.php first before falling to the default global layout.blade.php
Use Case: - Utilizing nova field method : ->help() for displaying help text. - As a bonus, remove the old error text and fallback to nova field default error text...