Image upload in replies, multi-image articles, UX fixes

Add image support to InlineReplyBox (paste, file picker), paste-to-upload
in article editor, multi-select for article image toolbar. Fix emoji picker
opening off-screen (right-align), enlarge emoji/attach buttons, make note
card names clickable to open profile.
This commit is contained in:
Jure
2026-03-24 16:04:30 +01:00
parent f4e7c2d7cd
commit 4e04ad38c3
6 changed files with 180 additions and 22 deletions
+2 -2
View File
@@ -244,7 +244,7 @@ export function ComposeBox({ onPublished, onNoteInjected }: { onPublished?: () =
<button
onClick={() => setShowEmoji((v) => !v)}
title="Insert emoji"
className="text-text-dim hover:text-text text-[13px] transition-colors"
className="text-text-dim hover:text-text text-[16px] transition-colors"
>
</button>
@@ -259,7 +259,7 @@ export function ComposeBox({ onPublished, onNoteInjected }: { onPublished?: () =
onClick={handleFilePicker}
disabled={uploading}
title="Attach image or video"
className="text-text-dim hover:text-text text-[13px] transition-colors disabled:opacity-30"
className="text-text-dim hover:text-text text-[16px] transition-colors disabled:opacity-30"
>
+
</button>