Frontend Accelerator
Frontend Accelerator
  • Getting Started
    • Welcome
    • Start right now 👉
  • Setup
    • Database
    • Payments
    • Authentication
    • AI
  • Features
    • Dashboard
    • Localization
    • Changelog
    • Rich text editor
    • Lead magnet
    • Checkout button
    • Sign in button
    • Sales countdown banner
    • Capture email button
    • Locale switcher
    • Social icons
  • Extra
    • Theming
    • Support
Powered by GitBook
On this page
  1. Features

Changelog

PreviousLocalizationNextRich text editor

Last updated 3 months ago

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:

  1. 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).

  2. If there are unseen updates, a notification indicator (red dot) appears next to the changelog.

  3. Upon expanding and viewing the updates, the last seen date is updated in local storage, and the notification disappears.

  4. The component remains accessible at all times, allowing users to review past updates.