MCPcopy Create free account
hub / github.com/Work-Fisher/code-claw / pathTone

Function pathTone

ai-code-studio/src/components/DiagnosticsPanel.tsx:27–37  ·  view source on GitHub ↗
(type: string)

Source from the content-addressed store, hash-verified

25}
26
27function pathTone(type: string) {
28 switch (type) {
29 case 'directory':
30 case 'file':
31 return 'bg-[#EEF4EA] text-[#55704B] border-[#D9E5D0]';
32 case 'missing':
33 return 'bg-[#FFF1ED] text-[#A05545] border-[#EBCFC6]';
34 default:
35 return 'bg-[#F4F0EA] text-[#7C7062] border-[#E4DACD]';
36 }
37}
38
39type DiagnosticsPanelProps = {
40 report: DiagnosticsReport | null;

Callers 1

DiagnosticsPanelFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected