From 58f70ad1d9f8d58fc86e17d43f8a7c1947d5003c Mon Sep 17 00:00:00 2001 From: headlessdev Date: Sat, 26 Apr 2025 15:06:46 +0200 Subject: [PATCH] Application Grid View UI Bug Fix --- app/dashboard/applications/Applications.tsx | 475 +++++++++++++------- 1 file changed, 323 insertions(+), 152 deletions(-) diff --git a/app/dashboard/applications/Applications.tsx b/app/dashboard/applications/Applications.tsx index 84d7952..eba0ef1 100644 --- a/app/dashboard/applications/Applications.tsx +++ b/app/dashboard/applications/Applications.tsx @@ -642,7 +642,7 @@ export default function Dashboard() {
-
+
{app.icon ? ( @@ -668,177 +668,348 @@ export default function Dashboard() {
-
-
-
- - {app.localURL && ( + + {!isGridLayout && ( +
+
+
- )} -
-
- - - + {app.localURL && ( - - - - - Edit Application - - -
-
- - - setEditName(e.target.value) - } - /> -
-
- - -
-
- -