Skip to content

Claude/fix image generation 01 ghf3o va cb d ez nn5 rkj8v ar#33

Merged
JoshuaAFerguson merged 2 commits into
mainfrom
claude/fix-image-generation-01GHF3oVACbDEzNn5RKJ8vAR
Nov 16, 2025
Merged

Claude/fix image generation 01 ghf3o va cb d ez nn5 rkj8v ar#33
JoshuaAFerguson merged 2 commits into
mainfrom
claude/fix-image-generation-01GHF3oVACbDEzNn5RKJ8vAR

Conversation

@JoshuaAFerguson

Copy link
Copy Markdown
Member

No description provided.

Two files had incorrect import paths for Material UI icons, causing
Vite build failures. The correct package is @mui/icons-material, not
@mui/material-icons.

Changes:
- EnhancedRepositories.tsx: Fixed import from @mui/material-icons to @mui/icons-material
- SessionViewer.tsx: Fixed import from @mui/material-icons to @mui/icons-material

This resolves the Rollup import resolution error during the Docker
image build.

Fixes: [vite]: Rollup failed to resolve import "@mui/material-icons"
…tibility

The API's Kubernetes dependencies (v0.34.2) required Go 1.24.0 which
doesn't exist yet, causing build failures. Downgraded to v0.31.0 which
is compatible with Go 1.23.

Changes:
- k8s.io/api: v0.34.2 → v0.31.0
- k8s.io/apimachinery: v0.34.2 → v0.31.0
- k8s.io/client-go: v0.34.2 → v0.31.0
- k8s.io/metrics: v0.34.2 → v0.31.0

This resolves the error:
"module k8s.io/api@v0.34.2 requires go >= 1.24.0 (running go 1.23.12)"
@JoshuaAFerguson JoshuaAFerguson merged commit d9eda7e into main Nov 16, 2025
9 of 23 checks passed
@JoshuaAFerguson JoshuaAFerguson deleted the claude/fix-image-generation-01GHF3oVACbDEzNn5RKJ8vAR branch November 16, 2025 08:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants