Skip to content

Can we have config for notification count / limit for number of visible notifications? #265

@Shajansheriff

Description

@Shajansheriff

I have a use-case to show only one latest notification through out my application lifetime. Right now we have options to clear all the notifications before showing the new notification.
this.notifications.clearAll().success('message')

Even with autoclear config, we have to call clearAll to be safe to show one at a time.

so I suggest to have globals/config 'ember-cli-notifications: { 'count': 1 }, this will limit to one latest notification.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions