mirror of
https://github.com/chillpadclub/bedolaga-cabinet.git
synced 2026-07-28 09:33:46 +00:00
fix: resolve RemnaWave SVG icons and icon colors on connection page
SVG library entries from RemnaWave API are plain strings, not objects with svgString property. Also map named colors (violet, cyan, teal, etc.) to hex values for correct icon background rendering. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -545,7 +545,7 @@ export interface AppConfig {
|
||||
|
||||
// RemnaWave format (isRemnawave: true)
|
||||
isRemnawave?: boolean;
|
||||
svgLibrary?: Record<string, { svgString: string }>;
|
||||
svgLibrary?: Record<string, string | { svgString: string }>;
|
||||
baseTranslations?: Record<string, LocalizedText>;
|
||||
baseSettings?: { isShowTutorialButton: boolean; tutorialUrl: string };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user