Unplanned
Last Updated: 15 Jan 2024 12:01 by Jose
Created by: Jose
Comments: 0
Category: Notification
Type: Feature Request
7

Hi, Team!

I would like to request functionality that allows me to control the stacking order of the notifications.

Kendo UI for jQuery seems to have a similar option:

https://demos.telerik.com/kendo-ui/notification/position-stacking

 

Unplanned
Last Updated: 08 Mar 2023 11:37 by Alexis
Created by: Alexis
Comments: 0
Category: Notification
Type: Feature Request
1

Hi team,

Please provide options to configure the Notification slide position - like sliding the Notification from bottom left to bottom center.

Unplanned
Last Updated: 08 Feb 2023 09:14 by adRom
Created by: Christoph
Comments: 2
Category: Notification
Type: Feature Request
8

For now, notifications can be closable OR automatically hide after some time.

When talking about error notifications we want to show them for a longer time (let's say 10 seconds) to ensure, users see them. The problem is, that notifications may hide content and it would be cool, if users could manually close them after reading.

Feature request:

Allow notifications that support BOTH properties set:

  • hideAfter AND
  • closable

    public show(): void {
        this.notificationService.show({
            ...
            type: { style: 'error', icon: true },
            closable: true,
            hideAfter: 10000
        });
    }

Meaning: Hide notifications after 10 secs but allow users to close them earlier. 

 

Current behavior: https://www.telerik.com/kendo-angular-ui/components/notification/hiding-notifications/#toc-defining-a-closable-notification