* Refactor notification badge to shared MVVM view * Bage icons Images * Narrow unread notification badge refactor scope * Align unread badge MVVM pattern * Reduce unread badge viewmodel duplication * Document unread badge viewmodel props * Remove legacy badge classes from shared view * Update css for knocked door * Update thread badge e2e selector * Update read receipt badge e2e selectors
14 lines
391 B
TypeScript
14 lines
391 B
TypeScript
/*
|
|
* Copyright 2026 Element Creations Ltd.
|
|
*
|
|
* SPDX-License-Identifier: AGPL-3.0-only OR GPL-3.0-only OR LicenseRef-Element-Commercial
|
|
* Please see LICENSE files in the repository root for full details.
|
|
*/
|
|
|
|
export {
|
|
NotificationBadgeView,
|
|
type NotificationBadgeType,
|
|
type NotificationBadgeViewModel,
|
|
type NotificationBadgeViewSnapshot,
|
|
} from "./NotificationBadgeView";
|