diff --git a/src/components/ExportModal/ExportModal.tsx b/src/components/ExportModal/ExportModal.tsx index df10071e6..6e9b878bc 100644 --- a/src/components/ExportModal/ExportModal.tsx +++ b/src/components/ExportModal/ExportModal.tsx @@ -253,6 +253,8 @@ export function ExportModal() { } /** + * 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.) */ 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 */