From e81db9eda7e04d1271ba8c45b4efb341f32ffe58 Mon Sep 17 00:00:00 2001 From: StefanWout Date: Mon, 18 Nov 2024 11:12:37 +0000 Subject: [PATCH] final commit for settings page --- .../settings/PortfolioSettings.tsx | 120 ------------------ 1 file changed, 120 deletions(-) diff --git a/src/app/portfolio/[slug]/(portfolio)/settings/PortfolioSettings.tsx b/src/app/portfolio/[slug]/(portfolio)/settings/PortfolioSettings.tsx index 5a1cee5..2c670bd 100644 --- a/src/app/portfolio/[slug]/(portfolio)/settings/PortfolioSettings.tsx +++ b/src/app/portfolio/[slug]/(portfolio)/settings/PortfolioSettings.tsx @@ -370,126 +370,6 @@ export default function PortfolioSettings({ // 4) Create the API return ( - //
- //
- // {/* Row 1: Name */} - //
- // Change the Portfolio Name: - //
- //
- // - //
- //
- // - //
- //
- - // {/* Row 2: Budget */} - //
- // Portfolio Budget:
- // Total Budget across ALL Properties. We aim to make sure works stay within this budget. - //
- //
- // handleNumericKeyDown(e)} - // /> - //
- //
- // - //
- //
- - // {/* Row 3: Goal */} - //
- // Goal:
- // Adjust the overall aim of the works conducted on this portfolio. - //
- //
- // - //
- //
- // - //
- //
- - // {/* Row 4: Status */} - - //
- // Status:
- // Adjust where the portfolio stands in the works pipeline. - //
- //
- // - //
- //
- // - //
- //
- - // {/* Row 5: Delete */} - //
- //
DANGER ZONE - Permanently Delete the Entire Portfolio
- //
- // - //
- //
- //
- - // {/* Delete portfolio modal */} - // - // - // Are you sure? - //

- // To confirm, please type the name of the portfolio ( - // {portfolioSettingsData.name}) - //

- // setDeleteConfirmationByName(e.target.value)} - // placeholder="Type portfolio name" - // /> - // - // - // - // - //
- //
- //