feat(P7.T4): per-attachment view-once toggle on AttachmentPreview

This commit is contained in:
byGalax
2026-05-17 01:25:08 +02:00
parent 940432d287
commit 7f704e80f6
3 changed files with 112 additions and 26 deletions
+10
View File
@@ -150,6 +150,16 @@ function EyeOffIconInner(props: IconProps) {
}
export const EyeOffIcon = memo(EyeOffIconInner);
function EyeIconInner(props: IconProps) {
return (
<Base {...props}>
<path d="M2 12s3-7 10-7 10 7 10 7-3 7-10 7-10-7-10-7Z" />
<circle cx="12" cy="12" r="3" />
</Base>
);
}
export const EyeIcon = memo(EyeIconInner);
function CaptionsIconInner(props: IconProps) {
return (
<Base {...props}>