added upload queue notifications
This commit is contained in:
@@ -36,8 +36,10 @@ vi.mock('../../context/NotificationCenterContext', () => ({
|
||||
unreadCount: 0,
|
||||
queueItems: [],
|
||||
queueCount: 0,
|
||||
pendingCount: 0,
|
||||
totalCount: 0,
|
||||
loading: false,
|
||||
pendingLoading: false,
|
||||
refresh: vi.fn(),
|
||||
setFilters: vi.fn(),
|
||||
markAsRead: vi.fn(),
|
||||
|
||||
Reference in New Issue
Block a user