From 5f6d7030655c1e353115297950f790613fe98168 Mon Sep 17 00:00:00 2001 From: Pavol Hejny Date: Mon, 14 Aug 2023 17:43:15 +0200 Subject: [PATCH 1/3] =?UTF-8?q?Revert=20"=F0=9F=93=A4=20Move=20important?= =?UTF-8?q?=20TODOs=20to=20pull=20request"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit d407308837a68e9cfc5bae71eebbc5fc55b682b5. --- README.md | 4 ++++ TODO.txt | 3 +++ documents/license.md | 1 + src/pages/index.tsx | 1 + 4 files changed, 9 insertions(+) diff --git a/README.md b/README.md index 51be2882b..7b053455a 100644 --- a/README.md +++ b/README.md @@ -4,3 +4,7 @@ We are the ... [![Netlify Status](https://api.netlify.com/api/v1/badges/a0890490-11fb-491d-9c5e-d7d541b8e22d/deploy-status)](https://app.netlify.com/sites/starlit-salmiakki-352a13/deploys) + diff --git a/TODO.txt b/TODO.txt index 930f4ec39..c74495094 100644 --- a/TODO.txt +++ b/TODO.txt @@ -1,3 +1,6 @@ +TODO: !!! Logo (+favicon) of 1-2i in loading +TODO: !!! Make FB ad for one generated page +TODO: !!! Add more generated wallpapers TODO: Add things from Ainautes TODO: Use https://www.npmjs.com/package/next-seo TODO: Add JSON+LD diff --git a/documents/license.md b/documents/license.md index e69de29bb..da5a2737c 100644 --- a/documents/license.md +++ b/documents/license.md @@ -0,0 +1 @@ +!!!! Write diff --git a/src/pages/index.tsx b/src/pages/index.tsx index 0cbece381..11d7badd4 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -59,6 +59,7 @@ export async function getStaticProps({ locale }: { locale: string }) { } /** + * TODO: !!!! This should serve for sharing and search (Like OG images etc...) * TODO: Go to last wallpaper * TODO: Make shuffle between wallpapers */ From fdcaf2087f46881f8d2aadaf5d50124a744f8ab1 Mon Sep 17 00:00:00 2001 From: "Restyled.io" Date: Mon, 14 Aug 2023 15:44:08 +0000 Subject: [PATCH 2/3] Restyled by whitespace --- TODO.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TODO.txt b/TODO.txt index c74495094..4bcbc1d5b 100644 --- a/TODO.txt +++ b/TODO.txt @@ -10,4 +10,4 @@ TODO: Instagram feed (And then shots, YT, tiktok, fb, telegram,...) TODO: Make logos via ControlNet @see https://www.facebook.com/reel/285666600531866 TODO: Dynamic pages from CMSs like Wordpress, Drupal, Ghost, Strapi, Contentful, etc Systems like Notion, Google Docs (@see file:///C:/Users/me/Downloads/e262ded5-27c3-4e4b-92e0-608fcb4ca2c3_Export-47229757-e9f2-4e4a-8fd3-770ded42a53b/The%20AI%20web%20058447887ac94ecb8e645bb108278d61.html) -TODO: [🦺] Maybe we need robots.txt @see https://vercel.com/docs/concepts/functions/edge-functions/og-image-generation \ No newline at end of file +TODO: [🦺] Maybe we need robots.txt @see https://vercel.com/docs/concepts/functions/edge-functions/og-image-generation From 68e483298e9f5f25da6c5b74d617888efbbe5319 Mon Sep 17 00:00:00 2001 From: Pavol Hejny Date: Mon, 14 Aug 2023 17:48:04 +0200 Subject: [PATCH 3/3] More TODOs --- src/pages/index.tsx | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/src/pages/index.tsx b/src/pages/index.tsx index 11d7badd4..6387fa18b 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -8,9 +8,7 @@ import { RandomWallpaperManager } from '../components/ControlPanel/RandomWallpap import styles from '../styles/static.module.css'; import { classNames } from '../utils/classNames'; -const font = Barlow_Condensed( - { weight: '400', style: 'normal', subsets: ['latin', 'latin-ext'] }, -); +const font = Barlow_Condensed({ weight: '400', style: 'normal', subsets: ['latin', 'latin-ext'] }); export default function HomePage() { const router = useRouter(); @@ -43,7 +41,7 @@ export default function HomePage() { width={40} height={40} /* <-[🧥] */ /> - {/* TODO: Branding: Make more cool loading animation */} + {/* TODO: !!! Branding: Make more cool loading animation */} @@ -59,7 +57,8 @@ export async function getStaticProps({ locale }: { locale: string }) { } /** - * TODO: !!!! This should serve for sharing and search (Like OG images etc...) + * TODO: !!! Index should look representative on screenshot (Like OG Vercel preview etc...) + * TODO: !!! This should serve for sharing and search (Like OG images etc...) * TODO: Go to last wallpaper * TODO: Make shuffle between wallpapers */