Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add notifications limit option #1192

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

allan-chagas-brisa
Copy link
Contributor

@allan-chagas-brisa allan-chagas-brisa commented Nov 13, 2024

Issue Number

fix #1188

Description

It was required for the notification service to have a limit on the stack of notifications.

Proposed Changes

  • Added a config property to the service;
  • added a control array and a validation to the notification container, so it will close the first notification if the control array is at its max length.

Compliance

  • I have verified that this change complies with our code and contribution policies.
  • I have verified that this change does not cause regressions and does not affect other parts of the code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat: add notifications limit option
3 participants