1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 04:46:40 +07:00

scroll to new comments from recent and notifications

This commit is contained in:
Fedor Katurov 2025-01-24 17:46:24 +07:00
parent 5ef19f49c5
commit 0e4d2bf44d
8 changed files with 124 additions and 54 deletions

View file

@ -2,6 +2,7 @@ import { ShallowUser } from '../auth';
export interface NotificationItem {
id: number;
itemId: number;
url: string;
type: NotificationType;
title: string;