From b7574b3ca72e99c2a851a41604a079b9f279fedd Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Sun, 21 Sep 2025 11:06:20 +0300 Subject: [PATCH] chore(react/type_widget): start porting attachment actions --- .../widgets/buttons/attachments_actions.ts | 43 +------------------ .../src/widgets/type_widgets/Attachment.css | 29 +++++++++++++ .../src/widgets/type_widgets/Attachment.tsx | 25 ++++++++++- 3 files changed, 54 insertions(+), 43 deletions(-) diff --git a/apps/client/src/widgets/buttons/attachments_actions.ts b/apps/client/src/widgets/buttons/attachments_actions.ts index bb49b2178..20c3db8b8 100644 --- a/apps/client/src/widgets/buttons/attachments_actions.ts +++ b/apps/client/src/widgets/buttons/attachments_actions.ts @@ -13,40 +13,8 @@ import type AttachmentDetailWidget from "../attachment_detail.js"; import type { NoteRow } from "@triliumnext/commons"; const TPL = /*html*/` -