From a2b93c5c63fe6647dc726cf6dee93a9f4fb927ce Mon Sep 17 00:00:00 2001 From: StefanWout Date: Tue, 12 Nov 2024 15:55:45 +0000 Subject: [PATCH] succesfully beautified the settings page, could be made more beautiful but it's currently funcitonal and responsive, not sure about the look of the danger zone or the reminder text on offer but that's easily changed. --- .../settings/PortfolioSettings.tsx | 47 +++++++++++-------- 1 file changed, 27 insertions(+), 20 deletions(-) diff --git a/src/app/portfolio/[slug]/(portfolio)/settings/PortfolioSettings.tsx b/src/app/portfolio/[slug]/(portfolio)/settings/PortfolioSettings.tsx index 73124664..28a6f2d0 100644 --- a/src/app/portfolio/[slug]/(portfolio)/settings/PortfolioSettings.tsx +++ b/src/app/portfolio/[slug]/(portfolio)/settings/PortfolioSettings.tsx @@ -363,23 +363,25 @@ export default function PortfolioSettings({ return (
-
+
{/* Row 1: Name */} -
+
Change the Portfolio Name:
-
+
- +
+ {/* Row 2: Budget */} -
- Portfolio Budget: +
+ Portfolio Budget:
+ Total Budget across ALL Properties. We aim to make sure works stay within this budget.
+
{/* Row 3: Goal */} -
- Goal: +
+ Goal:
+ Adjust the overall aim of the works conducted on this portfolio.
+
{/* Row 4: Status */} -
- Status: + +
+ Status:
+ Adjust where the portfolio stands in the works pipeline.
-
+
- +
+ {/* Row 5: Delete */} -
-
- +
+
DANGER ZONE - Permanently Delete the Entire Portfolio
+
+ +