From 4da261f335bd0a93a92eea0d414aea82842e5c43 Mon Sep 17 00:00:00 2001
From: Mike Allison
Date: Wed, 25 Dec 2024 11:03:19 -0800
Subject: [PATCH] Next151 (#220)
* next 15
* next 15
* next 15
* next 15
---
.devcontainer/Dockerfile | 2 +-
.devcontainer/post-create.sh | 1 +
apps/captainofbass.com/src/app/music/page.tsx | 5 +-
apps/captainssounds.com/next-env.d.ts | 2 +-
apps/captainssounds.com/src/app/error.tsx | 1 +
.../src/components/carousel.tsx | 47 -------
.../src/components/collections.tsx | 55 ---------
.../src/components/navbar/index.tsx | 3 -
.../src/components/navbar/mobileMenu.tsx | 1 +
.../src/components/product/gallery.tsx | 107 ----------------
.../components/product/productDescription.tsx | 44 -------
.../components/product/variantSelector.tsx | 115 ------------------
.../src/components/productGridItems.tsx | 37 ------
apps/mikeallisonjs.com/next-env.d.ts | 2 +-
bun.lockb | Bin 449780 -> 451996 bytes
package.json | 10 +-
.../src/musicPlayer/context.tsx | 2 +-
.../src/musicPlayer/player.tsx | 3 +-
.../src/pastEvents.tsx | 3 +-
.../src/shadcnUtils/tailwind.config.ts | 2 +-
20 files changed, 18 insertions(+), 424 deletions(-)
delete mode 100644 apps/captainssounds.com/src/components/carousel.tsx
delete mode 100644 apps/captainssounds.com/src/components/collections.tsx
delete mode 100644 apps/captainssounds.com/src/components/product/gallery.tsx
delete mode 100644 apps/captainssounds.com/src/components/product/productDescription.tsx
delete mode 100644 apps/captainssounds.com/src/components/product/variantSelector.tsx
delete mode 100644 apps/captainssounds.com/src/components/productGridItems.tsx
diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile
index c7b20c90..97b47757 100644
--- a/.devcontainer/Dockerfile
+++ b/.devcontainer/Dockerfile
@@ -1,5 +1,5 @@
# Update the VARIANT arg in docker-compose.yml to pick a Node version
-FROM mcr.microsoft.com/vscode/devcontainers/typescript-node:20-bookworm
+FROM mcr.microsoft.com/vscode/devcontainers/typescript-node:22-bookworm
# Update args in docker-compose.yaml to set the UID/GID of the "node" user.
ARG USER_UID=1000
diff --git a/.devcontainer/post-create.sh b/.devcontainer/post-create.sh
index 8a3ccf8c..b7019d6a 100644
--- a/.devcontainer/post-create.sh
+++ b/.devcontainer/post-create.sh
@@ -1,6 +1,7 @@
sudo chown -R node:node /home/node
curl -fsSL https://bun.sh/install | bash -s "bun-v1.1.38"
+
git config diff.lockb.textconv bun
git config diff.lockb.binary true
diff --git a/apps/captainofbass.com/src/app/music/page.tsx b/apps/captainofbass.com/src/app/music/page.tsx
index 7c3ca40c..15e85a5b 100644
--- a/apps/captainofbass.com/src/app/music/page.tsx
+++ b/apps/captainofbass.com/src/app/music/page.tsx
@@ -1,12 +1,11 @@
-import dynamic from 'next/dynamic'
+import MusicClient from './pageClient'
import { PageContainer } from '@mikeallisonjs/shared-react-components'
-const DynamicMusicClient = dynamic(() => import('./pageClient'), { ssr: false })
export default function Music() {
return (
-
+
)
}
diff --git a/apps/captainssounds.com/next-env.d.ts b/apps/captainssounds.com/next-env.d.ts
index 40c3d680..1b3be084 100644
--- a/apps/captainssounds.com/next-env.d.ts
+++ b/apps/captainssounds.com/next-env.d.ts
@@ -2,4 +2,4 @@
///
// NOTE: This file should not be edited
-// see https://nextjs.org/docs/app/building-your-application/configuring/typescript for more information.
+// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.
diff --git a/apps/captainssounds.com/src/app/error.tsx b/apps/captainssounds.com/src/app/error.tsx
index 6f3c781a..ca49c3ab 100644
--- a/apps/captainssounds.com/src/app/error.tsx
+++ b/apps/captainssounds.com/src/app/error.tsx
@@ -25,6 +25,7 @@ export default function Error({