From 8c8c712d97b5efd983e93a5310f6b9cd599c9546 Mon Sep 17 00:00:00 2001 From: Rostislav Dugin Date: Fri, 3 Apr 2026 11:09:11 +0300 Subject: [PATCH] FEATURE (storages): Add uptime banner --- .../src/features/backups/ui/BackupsComponent.tsx | 13 ++++++++++++- .../src/features/users/ui/AuthNavbarComponent.tsx | 4 ++-- frontend/src/widgets/main/MainScreenComponent.tsx | 4 ++-- frontend/src/widgets/main/SidebarComponent.tsx | 2 +- 4 files changed, 17 insertions(+), 6 deletions(-) diff --git a/frontend/src/features/backups/ui/BackupsComponent.tsx b/frontend/src/features/backups/ui/BackupsComponent.tsx index 9563965..9693b14 100644 --- a/frontend/src/features/backups/ui/BackupsComponent.tsx +++ b/frontend/src/features/backups/ui/BackupsComponent.tsx @@ -558,7 +558,7 @@ export const BackupsComponent = ({
{database.postgresql?.backupType !== PostgresBackupType.WAL_V1 && ( -
+
+ + {!IS_CLOUD && ( + + Get 24x7 uptime and 2x independent backups copy + + )}
)} diff --git a/frontend/src/features/users/ui/AuthNavbarComponent.tsx b/frontend/src/features/users/ui/AuthNavbarComponent.tsx index 2906df9..9787918 100644 --- a/frontend/src/features/users/ui/AuthNavbarComponent.tsx +++ b/frontend/src/features/users/ui/AuthNavbarComponent.tsx @@ -34,12 +34,12 @@ export function AuthNavbarComponent() { {!IS_CLOUD && ( - Cloud (from $9) + Cloud )} diff --git a/frontend/src/widgets/main/MainScreenComponent.tsx b/frontend/src/widgets/main/MainScreenComponent.tsx index 9d0b5a8..c561e67 100644 --- a/frontend/src/widgets/main/MainScreenComponent.tsx +++ b/frontend/src/widgets/main/MainScreenComponent.tsx @@ -232,12 +232,12 @@ export const MainScreenComponent = () => { {!IS_CLOUD && ( - Cloud (from $9) + Cloud )} diff --git a/frontend/src/widgets/main/SidebarComponent.tsx b/frontend/src/widgets/main/SidebarComponent.tsx index e894f35..8f5f3e9 100644 --- a/frontend/src/widgets/main/SidebarComponent.tsx +++ b/frontend/src/widgets/main/SidebarComponent.tsx @@ -211,7 +211,7 @@ export const SidebarComponent = ({ target="_blank" rel="noreferrer" > - Cloud (from $9) + Cloud )}