From f6dc13822cfb72d53b45fb1282e51761a9b2fa72 Mon Sep 17 00:00:00 2001 From: Claude Date: Tue, 20 Jan 2026 16:33:15 +0000 Subject: [PATCH] fix: truncate long filenames in blossom upload dialog - Add line-clamp-1 and proper width constraints to prevent long filenames from breaking layout - Update default fallback server to blossom.band --- src/components/BlossomUploadDialog.tsx | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/src/components/BlossomUploadDialog.tsx b/src/components/BlossomUploadDialog.tsx index c28ef9e..c9c02de 100644 --- a/src/components/BlossomUploadDialog.tsx +++ b/src/components/BlossomUploadDialog.tsx @@ -39,10 +39,7 @@ import type { Subscription } from "rxjs"; * Well-known public Blossom servers that can be used as fallbacks * when the user doesn't have their own server list configured */ -const FALLBACK_SERVERS = [ - "https://blossom.primal.net", - "https://nostr.download", -]; +const FALLBACK_SERVERS = ["https://blossom.band/"]; interface BlossomUploadDialogProps { /** Whether the dialog is open */ @@ -356,7 +353,7 @@ export function BlossomUploadDialog({ "size-12 text-muted-foreground", ) )} -

+

{selectedFile.name}