Skip to content
Closed
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
7 changes: 4 additions & 3 deletions src/pages/new/from-instagram.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -125,10 +125,13 @@ export default function NewWallpaperFromInstagramPage() {
isVerifiedEmailRequired: IS_VERIFIED_EMAIL_REQUIRED.CREATE,
}),
wallpaperImage: randomTimelineImage,
images: [
// TODO: !!! Pass here gallery of images
],
title,
description /* <- TODO: ALter with biography_with_entities */,
addSections: [
// TODO: Instagram AI component gallery
// TODO: Instagram AI component gallery
// TODO: Add map from business_address_json
],
links: [
Expand All @@ -146,8 +149,6 @@ export default function NewWallpaperFromInstagramPage() {
],

// TODO: Maybe pass posts texts to give a flavour of the account and its style


},
(newTaskProgress: TaskProgress) => {
console.info('☑', newTaskProgress);
Expand Down