mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-23 19:05:16 +02:00
feat(announcements): rename "Announcements" to "What's New" across the application; add AnnouncementsDialog component for displaying updates; update empty state messaging; remove unused AnnouncementsSidebar component.
This commit is contained in:
parent
3cdfe8b5b6
commit
a9192beae3
16 changed files with 189 additions and 160 deletions
|
|
@ -15,8 +15,8 @@ import type { Announcement } from "@/contracts/types/announcement.types";
|
|||
export const announcements: Announcement[] = [
|
||||
{
|
||||
id: "announcement-1",
|
||||
title: "Introducing Announcements",
|
||||
description: "All major announcements will be posted here.",
|
||||
title: "Introducing What's New",
|
||||
description: "All major product updates will be posted here.",
|
||||
category: "feature",
|
||||
date: "2026-02-17T00:00:00Z",
|
||||
startTime: "2026-02-17T00:00:00Z",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue