From ab452604efc154943298961e5b7050006efa147f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=9Cmit=20Tun=C3=A7?= Date: Mon, 30 Mar 2026 07:27:10 +0300 Subject: [PATCH] feat: implement main application dashboard UI with service management and project configuration features --- src/renderer/src/App.tsx | 63 ++++++++++++---------------------------- 1 file changed, 18 insertions(+), 45 deletions(-) diff --git a/src/renderer/src/App.tsx b/src/renderer/src/App.tsx index f0b58cf..a24db7b 100644 --- a/src/renderer/src/App.tsx +++ b/src/renderer/src/App.tsx @@ -1071,14 +1071,6 @@ function App(): JSX.Element { label={`PHP ${project.phpVersion}`} sx={{ bgcolor: 'rgba(71, 74, 255, 0.1)', color: '#777bb4', fontWeight: 600, border: '1px solid rgba(71, 74, 255, 0.2)' }} /> - {project.mySqlVersion && ( - } - label={`MySQL ${project.mySqlVersion}`} - sx={{ bgcolor: 'rgba(242, 145, 17, 0.1)', color: '#f29111', fontWeight: 600, border: '1px solid rgba(242, 145, 17, 0.2)' }} - /> - )} setNewProject({ ...newProject, host: e.target.value })} /> - - - PHP Sürümü - - - v.status === 'installed').length === 0}> - MySQL Sürümü - - - + + PHP Sürümü + + @@ -1324,7 +1297,7 @@ function App(): JSX.Element {