diff --git a/tubearchivist/www/next.config.js b/tubearchivist/www/next.config.js index b2a1d34..9d73944 100644 --- a/tubearchivist/www/next.config.js +++ b/tubearchivist/www/next.config.js @@ -1,5 +1,3 @@ -const { withPlaiceholder } = require("@plaiceholder/next"); - /** @type {import('next').NextConfig} */ const nextConfig = { images: { @@ -8,4 +6,4 @@ const nextConfig = { reactStrictMode: true, }; -module.exports = withPlaiceholder(nextConfig); +module.exports = nextConfig; diff --git a/tubearchivist/www/src/components/BoxedContent.tsx b/tubearchivist/www/src/components/BoxedContent.tsx new file mode 100644 index 0000000..e383ab4 --- /dev/null +++ b/tubearchivist/www/src/components/BoxedContent.tsx @@ -0,0 +1,3 @@ +export const BoxedContent: React.FC = ({ children }) => ( +
- If you`'`ve already added a channel or playlist, try going to the{" "} + If you've already added a channel or playlist, try going to the{" "} downloads page to start the scan and download tasks.
@@ -37,63 +45,10 @@ export const VideoList = () => { return ( <> - {selectedVideoUrl && ( - <> -