Skip to content

Commit

Permalink
ref: comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Sv443 committed Nov 21, 2024
1 parent f47baa0 commit aa345cb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/components/ExImDialog.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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<BytmDialogOptions, "renderHeader" | "renderBody" | "renderFooter">
& {
Expand Down

0 comments on commit aa345cb

Please sign in to comment.