MCPcopy Create free account

hub / github.com/cclank/lumina-style-studio / functions

Functions24 in github.com/cclank/lumina-style-studio

↓ 3 callersFunctionhandleColorChange
(key: string, value: string)
components/ControlPanel.tsx:55
↓ 2 callersFunctionadjustColorBrightness
(key: string, amount: number)
components/ControlPanel.tsx:63
↓ 2 callersFunctioncopyRawCode
(code: string, id: string)
components/ControlPanel.tsx:181
↓ 2 callersFunctioncopyThemeToClipboard
(theme: Theme, e?: React.MouseEvent, customId?: string)
components/ControlPanel.tsx:143
↓ 2 callersFunctionenrichTheme
(theme: Theme)
App.tsx:18
↓ 2 callersFunctionhandleFontChange
(key: keyof Theme['typography'], value: string)
components/ControlPanel.tsx:101
↓ 2 callersFunctionhandleSetTheme
(theme: Theme)
App.tsx:30
↓ 2 callersFunctionhandleUiChange
(key: keyof Theme['ui'], value: string)
components/ControlPanel.tsx:108
↓ 2 callersFunctionrenderColorRow
(key: string, isCustom: boolean)
components/ControlPanel.tsx:250
↓ 1 callersFunctionaddCustomColor
()
components/ControlPanel.tsx:82
↓ 1 callersFunctiongenerateCssVarsCode
()
components/ControlPanel.tsx:306
↓ 1 callersFunctiongenerateId
()
services/geminiService.ts:5
↓ 1 callersFunctiongenerateTailwindCode
()
components/ControlPanel.tsx:316
↓ 1 callersFunctiongenerateThemeFromPrompt
(prompt: string)
services/geminiService.ts:7
↓ 1 callersFunctionremoveCustomColor
(key: string)
components/ControlPanel.tsx:95
FunctionApp
()
App.tsx:9
FunctionControlPanel
({ currentTheme, setTheme, activeTab, setActiveTab, allThemes, addTheme, removeTheme })
components/ControlPanel.tsx:39
FunctionPreviewContainer
({ theme, isMobileView = false })
components/PreviewContainer.tsx:20
FunctiondownloadThemeJson
()
components/ControlPanel.tsx:187
FunctionhandleAddTheme
(newTheme: Theme)
App.tsx:34
FunctionhandleGenerate
()
components/ControlPanel.tsx:115
FunctionhandleRemoveTheme
(themeId: string)
App.tsx:42
FunctionhandleSaveTheme
()
components/ControlPanel.tsx:129
FunctionrenderThemeCard
(theme: Theme)
components/ControlPanel.tsx:197