Show ready-to-download documents in media gallery

This commit is contained in:
Fedor Indutny
2025-09-23 11:53:41 -07:00
committed by GitHub
parent e9ea20bb73
commit 9c97d3e73c
30 changed files with 481 additions and 314 deletions

View File

@@ -26,16 +26,6 @@ export function Default(args: PropsType): JSX.Element {
);
}
export function NoAttachment(args: PropsType): JSX.Element {
return (
<div style={{ backgroundColor: 'gray' }}>
<AttachmentStatusIcon {...args} attachment={undefined}>
🔥🔥
</AttachmentStatusIcon>
</div>
);
}
export function NeedsDownload(args: PropsType): JSX.Element {
return (
<div style={{ backgroundColor: 'gray' }}>