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:
parent
5ef19f49c5
commit
0e4d2bf44d
8 changed files with 124 additions and 54 deletions
|
@ -2,6 +2,7 @@ import { ShallowUser } from '../auth';
|
|||
|
||||
export interface NotificationItem {
|
||||
id: number;
|
||||
itemId: number;
|
||||
url: string;
|
||||
type: NotificationType;
|
||||
title: string;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue