From bc52695fdd105f19b319136975fdcbfe426fdf36 Mon Sep 17 00:00:00 2001 From: teyim Date: Thu, 19 Jun 2025 12:48:49 +0100 Subject: [PATCH 01/34] fix: secret id overlap with secret key for large secret ids numbers --- frontend/app/[team]/apps/[app]/_components/AppSecretRow.tsx | 6 ++++-- .../[app]/environments/[environment]/[[...path]]/page.tsx | 6 +++++- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/frontend/app/[team]/apps/[app]/_components/AppSecretRow.tsx b/frontend/app/[team]/apps/[app]/_components/AppSecretRow.tsx index 5f467e471..eb41e0152 100644 --- a/frontend/app/[team]/apps/[app]/_components/AppSecretRow.tsx +++ b/frontend/app/[team]/apps/[app]/_components/AppSecretRow.tsx @@ -394,7 +394,8 @@ export const AppSecretRow = ({ 999 && 'px-4' )} > diff --git a/frontend/app/[team]/access/service-accounts/_components/DeleteServiceAccountDialog.tsx b/frontend/app/[team]/access/service-accounts/_components/DeleteServiceAccountDialog.tsx index 040e081ec..bfd3960c2 100644 --- a/frontend/app/[team]/access/service-accounts/_components/DeleteServiceAccountDialog.tsx +++ b/frontend/app/[team]/access/service-accounts/_components/DeleteServiceAccountDialog.tsx @@ -52,7 +52,7 @@ export const DeleteServiceAccountDialog = ({ account }: { account: ServiceAccoun associated with this account.
-
From dee4739407a434db45abb06626fce041da97ee77 Mon Sep 17 00:00:00 2001 From: Rohan Chaturvedi Date: Fri, 27 Jun 2025 19:23:37 +0530 Subject: [PATCH 31/34] feat: improve error page (#595) --- frontend/app/error.tsx | 32 ++++++++++++++++++-------------- 1 file changed, 18 insertions(+), 14 deletions(-) diff --git a/frontend/app/error.tsx b/frontend/app/error.tsx index 2fed4a131..691b1514a 100644 --- a/frontend/app/error.tsx +++ b/frontend/app/error.tsx @@ -1,28 +1,32 @@ -'use client' // Error components must be Client components +'use client' import { Button } from '@/components/common/Button' import { HeroPattern } from '@/components/common/HeroPattern' import { useEffect } from 'react' +import OnboardingNavbar from '@/components/layout/OnboardingNavbar' export default function Error({ error, reset }: { error: Error; reset: () => void }) { useEffect(() => { - // Log the error to an error reporting service console.error(error) }, [error]) return ( -
+
-

Something went wrong!

- -
+ +
+
+

+ Something went wrong! +

+

+ {error.name}: {error.message || 'An unexpected error occurred'} +

+
+ +
+ ) } From ea6e459b0074f1e3adf7073fb1abb42efed3f7e4 Mon Sep 17 00:00:00 2001 From: Nimish <85357445+nimish-ks@users.noreply.github.com> Date: Fri, 27 Jun 2025 20:28:52 +0530 Subject: [PATCH 32/34] fix: correct spelling of "received" in Lockbox page (#598) --- frontend/app/lockbox/[boxId]/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/app/lockbox/[boxId]/page.tsx b/frontend/app/lockbox/[boxId]/page.tsx index dc91e960b..18dc65c47 100644 --- a/frontend/app/lockbox/[boxId]/page.tsx +++ b/frontend/app/lockbox/[boxId]/page.tsx @@ -12,7 +12,7 @@ export default async function Lockbox({ params }: { params: { boxId: string } })
Phase Lockbox
- You've recieved a secret via Phase Lockbox, secured with Zero-Trust encryption. + You've received a secret via Phase Lockbox, secured with Zero-Trust encryption. Click the View button to decrypt and view this secret.
From c3e0f289b765199ea6e9185e82b61db8c9e11c18 Mon Sep 17 00:00:00 2001 From: teyim Date: Wed, 2 Jul 2025 17:19:43 +0100 Subject: [PATCH 33/34] style: modify secret key column --- .../app/[team]/apps/[app]/_components/AppSecretRow.tsx | 10 ++++------ .../environments/[environment]/[[...path]]/page.tsx | 4 ++-- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/frontend/app/[team]/apps/[app]/_components/AppSecretRow.tsx b/frontend/app/[team]/apps/[app]/_components/AppSecretRow.tsx index eb41e0152..a52bf279b 100644 --- a/frontend/app/[team]/apps/[app]/_components/AppSecretRow.tsx +++ b/frontend/app/[team]/apps/[app]/_components/AppSecretRow.tsx @@ -394,8 +394,7 @@ export const AppSecretRow = ({ 999 && 'px-4' + isExpanded ? 'font-bold' : 'font-medium' )} >