Skip to content

Incorrect render in Nova v4.35 #17

@yellowpookie

Description

@yellowpookie

Components not properly rendered in detail and index pages.

On detail page action toolbar hidden if no other icons showed by Nova. E. g. if resource forbidden to update, for example.
Trouble in .icon-action-toolbar-wrapper style. It works correct without width definition.

.icon-action-toolbar-wrapper {
    width: calc(100% - 48px);
}

On index page component with .icon-action-toolbar.w-full root rendered empty.

Action definition

    public function actions( NovaRequest $request ) {
        return [
            Actions\SendOrderEmail::make()
                ->showOnIndex()
                ->showOnDetail()
                ->showInline()
                ->icon('envelope'),
        ];
    }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions