From 3bd87ee712b89e09230df1f83e8b939a1a82f227 Mon Sep 17 00:00:00 2001 From: padreug Date: Tue, 5 Aug 2025 20:52:12 +0200 Subject: [PATCH] fix: Refine mobile chat layout and peer selection logic - Adjust mobile chat component to ensure proper display of peer list and chat view based on selection. - Enhance avatar and username rendering for selected peers, ensuring fallback options are in place. - Improve responsiveness and usability of the chat interface, particularly for mobile users. - Update message display logic to maintain consistency across different screen sizes. refactor: Update desktop chat layout for improved structure - Change the layout of the desktop chat component to use a full-height column flexbox, enhancing the overall structure and responsiveness. - Ensure better alignment and spacing within the chat interface for a more organized appearance. --- src/components/nostr/ChatComponent.vue | 245 ++++++++++++++----------- 1 file changed, 133 insertions(+), 112 deletions(-) diff --git a/src/components/nostr/ChatComponent.vue b/src/components/nostr/ChatComponent.vue index 3b7105f..55d95a9 100644 --- a/src/components/nostr/ChatComponent.vue +++ b/src/components/nostr/ChatComponent.vue @@ -1,7 +1,7 @@