From fe3a17484e2ddf81ce1e5530d9d1cd27e447e6d1 Mon Sep 17 00:00:00 2001 From: Pavol Hejny Date: Sat, 2 Sep 2023 00:41:48 +0200 Subject: [PATCH 1/2] TODOs --- src/components/ExportModal/ExportModal.tsx | 2 ++ src/components/WallpaperEditing/WallpaperEditing.tsx | 1 + 2 files changed, 3 insertions(+) diff --git a/src/components/ExportModal/ExportModal.tsx b/src/components/ExportModal/ExportModal.tsx index df10071e6..d57244b42 100644 --- a/src/components/ExportModal/ExportModal.tsx +++ b/src/components/ExportModal/ExportModal.tsx @@ -253,6 +253,8 @@ export function ExportModal() { } /** + * TODO: !!! 2 Options Export and Manual + * TODO: !!! Add pricing info directly to the modal * TODO: Registration should return some token which will be put into export * TODO: Each build should have unique id + build metadata (like date, aiai version, etc.) */ diff --git a/src/components/WallpaperEditing/WallpaperEditing.tsx b/src/components/WallpaperEditing/WallpaperEditing.tsx index 13c782158..eac9478d5 100644 --- a/src/components/WallpaperEditing/WallpaperEditing.tsx +++ b/src/components/WallpaperEditing/WallpaperEditing.tsx @@ -36,6 +36,7 @@ export function WallpaperEditing() { } /** + * TODO: !!! Some link to export-code, export-preview and manual * TODO: !! Lazy load modals * TODO: [🧠] This is not a section nor a component - figure out where to put it */ From 56774db900863a15eab764a1b4c3624cee7b9819 Mon Sep 17 00:00:00 2001 From: Pavol Hejny Date: Sat, 2 Sep 2023 00:42:52 +0200 Subject: [PATCH 2/2] TODOs --- src/components/ExportModal/ExportModal.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ExportModal/ExportModal.tsx b/src/components/ExportModal/ExportModal.tsx index d57244b42..6e9b878bc 100644 --- a/src/components/ExportModal/ExportModal.tsx +++ b/src/components/ExportModal/ExportModal.tsx @@ -253,7 +253,7 @@ export function ExportModal() { } /** - * TODO: !!! 2 Options Export and Manual + * TODO: !!! 2 Options OR/AND Export and Manual * TODO: !!! Add pricing info directly to the modal * TODO: Registration should return some token which will be put into export * TODO: Each build should have unique id + build metadata (like date, aiai version, etc.)