MCPcopy Create free account
hub / github.com/Dispatcharr/Dispatcharr / showNotification

Function showNotification

frontend/src/utils/notificationUtils.js:3–5  ·  view source on GitHub ↗
(notificationObject)

Source from the content-addressed store, hash-verified

1import { notifications } from '@mantine/notifications';
2
3export function showNotification(notificationObject) {
4 return notifications.show(notificationObject);
5}
6
7export function updateNotification(notificationId, notificationObject) {
8 return notifications.update(notificationId, notificationObject);

Callers 15

handlePendingSetupFunction · 0.90
handleErrorFunction · 0.90
notifyInlineSaveErrorFunction · 0.90
GroupManager.jsxFile · 0.90
handleRefreshFunction · 0.90
handleSingleSubmitFunction · 0.90
handleRecurringSubmitFunction · 0.90
onSubmitFunction · 0.90
handleSaveFunction · 0.90
handleNewPlaylistFunction · 0.90
AutoSyncAdvancedFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected