From aa345cb32c837fedb5a67632e3c5a912c7928a9b Mon Sep 17 00:00:00 2001 From: Sv443 Date: Thu, 21 Nov 2024 22:21:50 +0100 Subject: [PATCH] ref: comment --- src/components/ExImDialog.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/components/ExImDialog.ts b/src/components/ExImDialog.ts index f433028d3..02ba833ac 100644 --- a/src/components/ExImDialog.ts +++ b/src/components/ExImDialog.ts @@ -5,6 +5,11 @@ import { copyToClipboard } from "../utils/dom.js"; import { createLongBtn, createRipple, showToast } from "./index.js"; import "./ExImDialog.css"; +// TODO: v2.3.0 overhaul: +// - [ ] Use file down- and upload instead of textareas, including drag and drop functionality +// - [ ] Still allow downloading the `exportDataSpecial` +// - [ ] Checkboxes on both sides to configure which DataStore instances to import/export to/from + type ExImDialogOpts = & Omit & {