Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/components/ExportModal/ExportModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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.)
*/
1 change: 1 addition & 0 deletions src/components/WallpaperEditing/WallpaperEditing.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/