Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ apps/probe-viewer/public/data/
apps/probe-viewer/public/probes-manifest.json
apps/probe-viewer/node_modules/
apps/probe-viewer/dist/
apps/probe-viewer/.vite/

# Codex
AGENTS.md

# Build cache
.cache/
Expand Down
1 change: 1 addition & 0 deletions apps/probe-viewer/src/components/Sidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import { useAppStore } from "../state/useAppStore";

const MANUFACTURER_DISPLAY_NAMES: Record<string, string> = {
cambridgeneurotech: "Cambridge NeuroTech",
diagnosticbiochips: "Diagnostic Biochips",
imec: "IMEC (Neuropixels)",
neuronexus: "NeuroNexus",
plexon: "Plexon",
Expand Down
Loading
Loading