Skip to content

global taiwind on buttons, improved UUID search bar #28

global taiwind on buttons, improved UUID search bar

global taiwind on buttons, improved UUID search bar #28

Triggered via push October 21, 2025 12:12
Status Success
Total duration 32s
Artifacts

lint.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 8 warnings
lint: src/AiidaExplorer/VisualiserPane/Rich/KpointsDataVisualiser.jsx#L2
There should be no empty line within import group
lint: src/AiidaExplorer/VisualiserPane/Rich/BandsDataVisualiser.jsx#L7
`../../components/CardContainer` import should occur before import of `../../components/Error`
lint: src/AiidaExplorer/VisualiserPane/Rich/BandsDataVisualiser.jsx#L5
There should be no empty line within import group
lint: src/AiidaExplorer/GroupsViewer/index.jsx#L52
Unexpected lexical declaration in case block
lint: src/AiidaExplorer/GroupsViewer/index.jsx#L26
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
lint: src/AiidaExplorer/GroupsViewer/TypesCheckbox.jsx#L56
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
lint: src/AiidaExplorer/GroupsViewer/TypesCheckbox.jsx#L8
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
lint: src/AiidaExplorer/FlowChart/index.jsx#L12
`./CustomEdge` import should occur before import of `./HorizontalNode`
lint: src/AiidaExplorer/FlowChart/index.jsx#L10
There should be no empty line within import group
lint: src/AiidaExplorer/FlowChart/HorizontalNode/index.jsx#L81
'linkFontSizeClass' is assigned a value but never used. Allowed unused vars must match /^[A-Z_]/u
lint: src/AiidaExplorer/index.jsx#L162
React Hook useEffect has missing dependencies: 'breadcrumbs', 'ensureNodeData', and 'extraNodeData'. Either include them or remove the dependency array
lint: src/AiidaExplorer/components/SimplePlot.jsx#L15
React Hook useMemo has a complex expression in the dependency array. Extract it to a separate variable so it can be statically checked
lint: src/AiidaExplorer/components/SimplePlot.jsx#L15
React Hook useMemo has a missing dependency: 'config'. Either include it or remove the dependency array
lint: src/AiidaExplorer/components/SimplePlot.jsx#L14
React Hook useMemo has a complex expression in the dependency array. Extract it to a separate variable so it can be statically checked
lint: src/AiidaExplorer/components/SimplePlot.jsx#L14
React Hook useMemo has a missing dependency: 'layout'. Either include it or remove the dependency array
lint: src/AiidaExplorer/components/SimplePlot.jsx#L13
React Hook useMemo has a complex expression in the dependency array. Extract it to a separate variable so it can be statically checked
lint: src/AiidaExplorer/components/SimplePlot.jsx#L13
React Hook useMemo has a missing dependency: 'data'. Either include it or remove the dependency array
lint: src/AiidaExplorer/VisualiserPane/index.jsx#L52
React Hook useEffect has a missing dependency: 'richVisualiser'. Either include it or remove the dependency array