Changelog
Last updated
Last updated
The Changelog component provides a structured way to inform users about updates, new features, or news. It is an expandable component that can dynamically displays data from database. You can create any category with "tags" and assign "news" to them.
How It Works:
When a new update is published, the changelog component compares the latest timestamp date with the user’s last seen date (stored in local storage).
If there are unseen updates, a notification indicator (red dot) appears next to the changelog.
Upon expanding and viewing the updates, the last seen date is updated in local storage, and the notification disappears.
The component remains accessible at all times, allowing users to review past updates.