Share Your Feedback
We value your input on how to improve Sleekplan. Share your ideas and report any issues here. Also Subscribe to all Changelog posts to stay updated on everything we ship.
Changelog
We value your input on how to improve Sleekplan. Share your ideas and report any issues here. Also Subscribe to all Changelog posts to stay updated on everything we ship.
Suggestions
We value your input on how to improve Sleekplan. Share your ideas and report any issues here. Also Subscribe to all Changelog posts to stay updated on everything we ship.
An alternative solution would be to add an SDK method on the $sleek SDK to reset the notification counter. This could be useful for anonymous visitors as well. For example, a method like
$sleek.resetCounter()
could be called on click, such asonClick() => { $sleek.resetCounter(); }
.@asitha_admin for reference.