summaryrefslogtreecommitdiffhomepage
path: root/gui/src/shared/notifications
diff options
context:
space:
mode:
Diffstat (limited to 'gui/src/shared/notifications')
-rw-r--r--gui/src/shared/notifications/account-expiry.ts (renamed from gui/src/shared/notifications/accountExpiry.ts)0
-rw-r--r--gui/src/shared/notifications/block-when-disconnected.ts (renamed from gui/src/shared/notifications/blockWhenDisconnected.ts)0
-rw-r--r--gui/src/shared/notifications/inconsistent-version.ts (renamed from gui/src/shared/notifications/inconsistentVersion.ts)0
-rw-r--r--gui/src/shared/notifications/notification.ts10
-rw-r--r--gui/src/shared/notifications/unsupported-version.ts (renamed from gui/src/shared/notifications/unsupportedVersion.ts)0
-rw-r--r--gui/src/shared/notifications/update-available.ts (renamed from gui/src/shared/notifications/updateAvailable.ts)0
6 files changed, 5 insertions, 5 deletions
diff --git a/gui/src/shared/notifications/accountExpiry.ts b/gui/src/shared/notifications/account-expiry.ts
index db536c7405..db536c7405 100644
--- a/gui/src/shared/notifications/accountExpiry.ts
+++ b/gui/src/shared/notifications/account-expiry.ts
diff --git a/gui/src/shared/notifications/blockWhenDisconnected.ts b/gui/src/shared/notifications/block-when-disconnected.ts
index 16b65c0672..16b65c0672 100644
--- a/gui/src/shared/notifications/blockWhenDisconnected.ts
+++ b/gui/src/shared/notifications/block-when-disconnected.ts
diff --git a/gui/src/shared/notifications/inconsistentVersion.ts b/gui/src/shared/notifications/inconsistent-version.ts
index 94c33bd925..94c33bd925 100644
--- a/gui/src/shared/notifications/inconsistentVersion.ts
+++ b/gui/src/shared/notifications/inconsistent-version.ts
diff --git a/gui/src/shared/notifications/notification.ts b/gui/src/shared/notifications/notification.ts
index e7d89e65bb..ea067ea45b 100644
--- a/gui/src/shared/notifications/notification.ts
+++ b/gui/src/shared/notifications/notification.ts
@@ -29,13 +29,13 @@ export interface InAppNotificationProvider extends NotificationProvider {
getInAppNotification(): InAppNotification | undefined;
}
-export * from './accountExpiry';
-export * from './blockWhenDisconnected';
+export * from './account-expiry';
+export * from './block-when-disconnected';
export * from './connected';
export * from './connecting';
export * from './disconnected';
export * from './error';
-export * from './inconsistentVersion';
+export * from './inconsistent-version';
export * from './reconnecting';
-export * from './unsupportedVersion';
-export * from './updateAvailable';
+export * from './unsupported-version';
+export * from './update-available';
diff --git a/gui/src/shared/notifications/unsupportedVersion.ts b/gui/src/shared/notifications/unsupported-version.ts
index ed471bc586..ed471bc586 100644
--- a/gui/src/shared/notifications/unsupportedVersion.ts
+++ b/gui/src/shared/notifications/unsupported-version.ts
diff --git a/gui/src/shared/notifications/updateAvailable.ts b/gui/src/shared/notifications/update-available.ts
index 4d449bff28..4d449bff28 100644
--- a/gui/src/shared/notifications/updateAvailable.ts
+++ b/gui/src/shared/notifications/update-available.ts