From c87aa06905ea71190943d7bac8742256f829cd54 Mon Sep 17 00:00:00 2001 From: im-adithya Date: Tue, 10 Sep 2024 19:53:01 +0530 Subject: [PATCH] chore: minor ui issues --- .../src/components/connections/AppCard.tsx | 2 +- frontend/src/screens/Home.tsx | 8 ++++++-- frontend/src/screens/channels/Channels.tsx | 19 +++++++++++++++---- 3 files changed, 22 insertions(+), 7 deletions(-) diff --git a/frontend/src/components/connections/AppCard.tsx b/frontend/src/components/connections/AppCard.tsx index ba18e57d..def63474 100644 --- a/frontend/src/components/connections/AppCard.tsx +++ b/frontend/src/components/connections/AppCard.tsx @@ -23,7 +23,7 @@ export default function AppCard({ app }: Props) { return ( navigate(`/apps/${app.nostrPubkey}`)} > diff --git a/frontend/src/screens/Home.tsx b/frontend/src/screens/Home.tsx index 7775b6d0..a5c7d635 100644 --- a/frontend/src/screens/Home.tsx +++ b/frontend/src/screens/Home.tsx @@ -52,7 +52,9 @@ function Home() {
- +
+ +
@@ -78,7 +80,9 @@ function Home() {
- +
+ +
diff --git a/frontend/src/screens/channels/Channels.tsx b/frontend/src/screens/channels/Channels.tsx index a6bdf083..8c3b76c0 100644 --- a/frontend/src/screens/channels/Channels.tsx +++ b/frontend/src/screens/channels/Channels.tsx @@ -9,6 +9,7 @@ import { Hotel, HourglassIcon, InfoIcon, + Settings2, Unplug, } from "lucide-react"; import React from "react"; @@ -115,10 +116,20 @@ export default function Channels() {
- + {isDesktop ? ( + + ) : ( + + )}