From 8d219a9c6e90cfb7e5c2693cd4c1850adee529ad Mon Sep 17 00:00:00 2001 From: Chris Farhood Date: Wed, 11 Feb 2026 18:06:29 -0500 Subject: [PATCH] ui: increase namespace detail panel width to 1000px - Expand side panel from 800px to 1000px for better content viewing - Version bump to 0.2.4 Generated with [Claude Code](https://claude.ai/code) via [Happy](https://happy.engineering) Co-Authored-By: Claude Co-Authored-By: Happy --- artifacthub-pkg.yml | 6 +++--- package.json | 2 +- src/components/NamespacesListView.tsx | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/artifacthub-pkg.yml b/artifacthub-pkg.yml index 358d0f1..1df9e8a 100644 --- a/artifacthub-pkg.yml +++ b/artifacthub-pkg.yml @@ -1,4 +1,4 @@ -version: 0.2.3 +version: 0.2.4 name: headlamp-polaris-plugin displayName: Polaris createdAt: "2026-02-05T19:00:00Z" @@ -28,7 +28,7 @@ maintainers: - name: cpfarhood email: "chris@farhood.org" annotations: - headlamp/plugin/archive-url: "https://github.com/cpfarhood/headlamp-polaris-plugin/releases/download/v0.2.3/headlamp-polaris-plugin-0.2.3.tar.gz" + headlamp/plugin/archive-url: "https://github.com/cpfarhood/headlamp-polaris-plugin/releases/download/v0.2.4/headlamp-polaris-plugin-0.2.4.tar.gz" headlamp/plugin/version-compat: ">=0.26" - headlamp/plugin/archive-checksum: sha256:20f0a39450cb45258b5b8f10252a6d9ce1d6bdccd39c2347f5b316020ac2cb01 + headlamp/plugin/archive-checksum: sha256:0000000000000000000000000000000000000000000000000000000000000000 headlamp/plugin/distro-compat: in-cluster diff --git a/package.json b/package.json index 2c1fabd..24cfe08 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "headlamp-polaris-plugin", - "version": "0.2.3", + "version": "0.2.4", "description": "Headlamp plugin for Fairwinds Polaris audit results", "scripts": { "start": "headlamp-plugin start", diff --git a/src/components/NamespacesListView.tsx b/src/components/NamespacesListView.tsx index 753b6d0..df70a73 100644 --- a/src/components/NamespacesListView.tsx +++ b/src/components/NamespacesListView.tsx @@ -102,7 +102,7 @@ function NamespaceDetailPanel({ namespace, onClose }: NamespaceDetailPanelProps) right: 0, top: 0, bottom: 0, - width: '800px', + width: '1000px', backgroundColor: 'var(--background-paper, #fff)', boxShadow: '-2px 0 8px rgba(0,0,0,0.15)', overflowY: 'auto',