mirror of
https://github.com/hoornet/vega.git
synced 2026-05-07 04:39:12 -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:
@@ -19,7 +19,7 @@ export function EmojiPicker({ onSelect, onClose }: EmojiPickerProps) {
|
||||
return (
|
||||
<>
|
||||
<div className="fixed inset-0 z-[9]" onClick={onClose} />
|
||||
<div className="absolute bottom-7 left-0 bg-bg-raised border border-border shadow-lg z-10 w-64">
|
||||
<div className="absolute bottom-7 right-0 bg-bg-raised border border-border shadow-lg z-10 w-64">
|
||||
{/* Group tabs */}
|
||||
<div className="flex border-b border-border">
|
||||
{EMOJI_GROUPS.map((g, i) => (
|
||||
|
||||
Reference in New Issue
Block a user