From 9059314cd18f5d1b25ead7df9c0093e0bbfcf7fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=9Cmit=20Tun=C3=A7?= Date: Thu, 2 Apr 2026 00:16:20 +0300 Subject: [PATCH] feat: implement main application dashboard with service management and project configuration UI --- src/renderer/src/App.tsx | 33 +++++++++++++++++++-------------- 1 file changed, 19 insertions(+), 14 deletions(-) diff --git a/src/renderer/src/App.tsx b/src/renderer/src/App.tsx index 0544684..50f4799 100644 --- a/src/renderer/src/App.tsx +++ b/src/renderer/src/App.tsx @@ -746,8 +746,20 @@ function App(): JSX.Element { backdropFilter: 'blur(10px)' }} > - - + + + + + + + + + + + + + +