Skip to content

Allow maximize & fullscreen in modal #164

Open
@SamMousa

Description

@SamMousa

When in modal mode all buttons except close are hidden.
It makes sense to hide minimize (since it is a modal), however maximize and fullscreen could make perfect sense.

I propose to add a configuration for this:

buttons: {
   minimize: false,
   maximize: true,
   fullscreen: true,
   close: true
}

Setting modal to true would change the default values for buttons but explicit config would always have priority.

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