Fix card colors
This commit is contained in:
@@ -14,7 +14,10 @@ export function useConfig() {
|
||||
throw new Error('Failed to load configuration')
|
||||
}
|
||||
const text = await response.text()
|
||||
console.log('Raw YAML:', text.substring(0, 500) + '...') // Show first 500 chars
|
||||
const parsed = yaml.load(text) as Config
|
||||
console.log('Parsed config sections:', parsed.sections)
|
||||
console.log('First service cardStyle:', parsed.services[0]?.cardStyle)
|
||||
setConfig(parsed)
|
||||
setError(null)
|
||||
} catch (err) {
|
||||
|
||||
Reference in New Issue
Block a user