diff --git a/pages/state-of-dti-2023.tsx b/pages/state-of-dti-2023.tsx new file mode 100644 index 0000000..e67442b --- /dev/null +++ b/pages/state-of-dti-2023.tsx @@ -0,0 +1,5 @@ +import StateOfDTI2023Page from "../src/app/StateOfDTI2023Page.js"; + +export default function StateOfDTI2022PageWrapper() { + return ; +} diff --git a/scripts/archive/prepare/full.js b/scripts/archive/prepare/full.js index 6d9a21e..c320fac 100644 --- a/scripts/archive/prepare/full.js +++ b/scripts/archive/prepare/full.js @@ -88,7 +88,7 @@ async function loadItems(offset, limit, db) { const [ rows, ] = await db.query( - `SELECT id, thumbnail_url FROM items ORDER BY id LIMIT ? OFFSET ?;`, + {sql: `SELECT id, thumbnail_url FROM items ORDER BY id LIMIT ? OFFSET ?;`, timeout: 20000}, [limit, offset] ); return rows.map(normalizeRow); @@ -103,7 +103,7 @@ async function loadSwfAssets(offset, limit, db) { const [ rows, ] = await db.query( - `SELECT id, url, manifest FROM swf_assets ORDER BY id LIMIT ? OFFSET ?;`, + {sql: `SELECT id, url, manifest FROM swf_assets ORDER BY id LIMIT ? OFFSET ?;`, timeout: 20000}, [limit, offset] ); return rows.map(normalizeRow); diff --git a/src/app/HomePage.js b/src/app/HomePage.js index f5eaa2c..79b7530 100644 --- a/src/app/HomePage.js +++ b/src/app/HomePage.js @@ -65,8 +65,15 @@ function HomePage() { const [previewState, setPreviewState] = React.useState(null); return ( - - + + + + + Here's a little update on the state of DTI ! + + + + - - - Maybe we'll rename it to Impress 2022… or maybe not! 🤔 - ); @@ -664,7 +667,7 @@ function FeedbackFormSection() { ); } -function FeedbackFormContainer({ background, borderColor, children }) { +export function FeedbackFormContainer({ background, borderColor, children }) { return ( - Hi friends! Welcome to the beta! + Hi friends! Welcome to DTI 2020! - This is the new Dress to Impress! It's ready for the future, and it even - works great on mobile! More coming soon! + This is the newer Dress to Impress! It supports the new HTML5 + animations, and it works great on mobile! Some features are still on + Classic DTI though.{" "} + + Here's what's up. +