DevCloudFE / ng-devui

Angular UI Component Library based on DevUI Design
https://devui.design
MIT License
1.75k stars 209 forks source link

🐛 [Bug]: Toast 全局通知应如 Vue & React DevUI 单独操作 #293

Open kwongtn opened 1 year ago

kwongtn commented 1 year ago

Version

latest

Angular Version

14

Link to minimal reproduction

https://devui.design/components/zh-cn/toast/demo#basic-usage

Step to reproduce

连续按多下任何全局通知。

What is expected

应参考 https://vue-devui.github.io/components/notification/ 的模式。

  1. 如有新全局通知,应在卡片下增加,而不是删掉原本的卡片后重新构造。
  2. 若卡片被关掉了,下方卡片应该往上移动,替代上方卡片的位置。

What is actually happening

No response

Any additional comments (optional)

No response

Simplelegant commented 1 year ago

可以参考这个demo每个消息使用单独的超时时间来实现你想要的交互 https://devui.design/components/zh-cn/toast/demo#style

kwongtn commented 1 year ago

可以参考这个demo每个消息使用单独的超时时间来实现你想要的交互 https://devui.design/components/zh-cn/toast/demo#style

明白,但是目前的实现有些问题: