mirror of
https://github.com/hoornet/vega.git
synced 2026-07-24 17:28:10 -07:00
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user