resource-navigation-tab icon indicating copy to clipboard operation
resource-navigation-tab copied to clipboard

Organize your resource fields into tabs.

Results 13 resource-navigation-tab issues
Sort by recently updated
recently updated
newest added

Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) Commits See full diff in compare...

dependencies

Hi [👋](https://emojipedia.org/waving-hand/) Unfortunately, the latest update of Nova 4 has brought breaking changes to this package, and it now requires significant updates to make it work. Due to us being...

We would like to use this package in Nova 4.

Hi! Nova v3.30.0 digital-creative/resource-navigation-tab (v1.1.1) ![image](https://user-images.githubusercontent.com/38257723/161383693-fc563df9-c7d7-4231-84c7-c4d021417729.png)

I see that every time i click on tab there http requests to backend. May i cache tab cntent?

Is there a way to hide/show tab based on rules i.e. permissions or any other rules based on the values of a Resource?

I've tried to implement this package, but have this error when I try to add it to my resource where I have [JsonWrapper](https://github.com/dcasia/nova-json-wrapper) pacakge. ``` Trait method 'availableFields' will not...

Hi, I have the current code in my fields method: ``` $fields = [ ResourceNavigationTab::make([ 'label' => 'Information', 'behaveAsPanel' => true, 'fields' => [ ID::make(__('ID'), 'id')->sortable(), Avatar::make('Photo') ->path('members/'.$this->model()->id.'/photos') ->disk('s3') ->preview(function...

Laravel 7.7.1 Nova 3.4.0 PHP 7.2.24 ![before](https://user-images.githubusercontent.com/47661087/80276971-294a8000-8716-11ea-8153-a1ff18eef760.png) ![after](https://user-images.githubusercontent.com/47661087/80276973-2a7bad00-8716-11ea-8e20-6c8853d0d3dc.png) Nova Partition Metric in Post Detail can only display once but when I click refresh it disappear. But the Value Metric seem...