Skip to content
Merged
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
10 changes: 10 additions & 0 deletions claude-code/CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,16 @@ Developer tooling, documentation, and workspace configuration for the SmartEM ec

**Tech**: Python 3.11+, Node.js, React 19, Vite, TypeScript

### sci-react-ui

**Ownership**: Full (DLS GitHub org)
**Deliverable**: SmartEM (shared UI components)
**Role**: Theme and component library for React applications at Diamond Light Source

Provides Material UI-based components and theming for consistent UI across DLS web applications. Used by smartem-frontend. Library is actively in development - see repo README for current component list.

**Tech**: React, TypeScript, Material UI, Rollup, Storybook, pnpm

---

## repos/FragmentScreen/
Expand Down
1 change: 1 addition & 0 deletions core/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@ export const searchConfig: SearchConfig = {
{ owner: 'DiamondLightSource', repo: 'smartem-frontend', label: 'smartem-frontend' },
{ owner: 'DiamondLightSource', repo: 'smartem-devtools', label: 'smartem-devtools' },
{ owner: 'DiamondLightSource', repo: 'fandanGO-cryoem-dls', label: 'fandanGO-cryoem-dls' },
{ owner: 'DiamondLightSource', repo: 'sci-react-ui', label: 'sci-react-ui' },
],
enableGithubSearch: true,
shortcut: {
Expand Down
10 changes: 10 additions & 0 deletions core/repos.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,16 @@
},
"tags": ["reference", "python", "backend"],
"ownership": "reference-only"
},
{
"name": "sci-react-ui",
"description": "Theme and component library for scientific institution websites",
"urls": {
"https": "https://github.com/DiamondLightSource/sci-react-ui.git",
"ssh": "git@github.com:DiamondLightSource/sci-react-ui.git"
},
"tags": ["ui", "react", "frontend", "smartem"],
"ownership": "full"
}
]
},
Expand Down