MCPcopy Create free account

hub / github.com/Kdcius/3Dash_webapp / functions

Functions277 in github.com/Kdcius/3Dash_webapp

FunctionDroppableGroupBody
({ groupId, children, }: { groupId: string; children: React.ReactNode; })
src/components/LightList.tsx:228
FunctionEntityPicker
({ value, onChange, onSelect, placeholder, entities, className }: Props)
src/components/EntityPicker.tsx:22
FunctionFormPanel
({ open, title, onClose, footer, children }: FormPanelProps)
src/components/FormPanel/FormPanel.tsx:12
FunctionGraphCardView
({ card }: Props)
src/components/SidePanel/cards/GraphCardView.tsx:12
FunctionGroupHeader
({ group, count, collapsed, onToggle, onRename, onDelete, }: { group: LightGroup; count: numbe
src/components/LightList.tsx:144
FunctionGuidedTour
({ steps, onComplete }: Props)
src/components/GuidedTour/GuidedTour.tsx:19
FunctionHASetupStep
({ onComplete, initialHA }: Props)
src/pages/Onboarding/steps/HASetupStep.tsx:29
FunctionHUD
({ latitude, longitude, northOffset, sunLight, hemiLight, sunLiveMode, sliderValue, scrubberTi
src/components/HUD.tsx:28
FunctionImportReportStep
({ hasModel, modelSize, hasSettings, haStatus, haError, haUrl, haPort, lightsCount, displaysCount, walls
src/pages/Onboarding/steps/ImportReportStep.tsx:17
FunctionIndicatorCardView
({ card, state }: Props)
src/components/SidePanel/cards/IndicatorCardView.tsx:9
FunctionIndicatorModal
({ card, state, climateState, visible, onClose, onSetTemperature, onSetHvacMode, }: Props)
src/components/SidePanel/cards/IndicatorModal.tsx:63
FunctionLightItemOverlay
({ light }: { light: LightConfig })
src/components/LightList.tsx:122
FunctionLightList
({ lights, lightGroups, selectedIdx, onSelect, onDelete, onDuplicate, onReorder, onMoveToGroup
src/components/LightList.tsx:247
FunctionLocationStep
({ onComplete }: Props)
src/pages/Onboarding/steps/LocationStep.tsx:8
FunctionLucideIcon
({ name, ...props }: Props)
src/components/SidePanel/cards/LucideIcon.tsx:7
FunctionModelUploadStep
({ onComplete }: Props)
src/pages/Onboarding/steps/ModelUploadStep.tsx:8
FunctionOnboarding
()
src/pages/Onboarding/Onboarding.tsx:64
FunctionRemoteModal
({ visible, label, toggleEntityId, state, buttons, onClose, onToggle, onPressButton, }: Props)
src/components/RemoteModal.tsx:57
FunctionScriptCardView
({ card, ha }: Props)
src/components/SidePanel/cards/ScriptCardView.tsx:19
FunctionSection
({ title, defaultOpen, children, }: { title: string; defaultOpen?: boolean; children: React.ReactNode; })
src/components/DebugPanel.tsx:73
FunctionSensorGraph
Graph section for a single sensor source.
src/components/DisplayModal.tsx:61
FunctionSettingsModal
({ open, onClose, sliderValue, scrubberTime, sunLiveMode, onSliderChange, onLiveClick, northOf
src/components/SettingsModal.tsx:104
FunctionShadowWallForm
({ open, editWall, position, onPositionChange, onSave, onClose, onEnterPlacingMode, onExitPlac
src/components/ShadowWallForm.tsx:23
FunctionShadowWallList
({ walls, selectedIdx, onSelect, onDelete, onDuplicate }: Props)
src/components/ShadowWallList.tsx:11
FunctionSidePanel
({ config, ha, cardStates, onSettingsOpen, panelSize, onPanelResize, editMode, onEditDone, onLayoutChange, onS
src/components/SidePanel/SidePanel.tsx:29
FunctionSimulationModeProvider
({ children }: { children: ReactNode })
src/contexts/SimulationModeContext.tsx:22
FunctionSlider
({ label, value, min, max, step, onChange, }: { label: string; value: number; min: number; max: number; st
src/components/DebugPanel.tsx:31
FunctionSortableLightItem
({ light, globalIdx, isSelected, onSelect, onDelete, onDuplicate, }: { light: LightConfig; glo
src/components/LightList.tsx:58
FunctionThemeProvider
({ children }: { children: ReactNode })
src/contexts/ThemeContext.tsx:182
FunctionToggle
({ label, value, onChange, }: { label: string; value: boolean; onChange: (v: boolean) => void; })
src/components/DebugPanel.tsx:54
FunctionTubeForm
({ open, editTube, position, onPositionChange, onSave, onClose, onPreviewChange, haEntities =
src/components/TubeForm.tsx:52
FunctionTubeList
({ tubes, selectedIdx, onSelect, onDelete, onDuplicate }: Props)
src/components/TubeList.tsx:18
FunctionWelcomeStep
({ onConnect, onSimulation, onImport }: Props)
src/pages/Onboarding/steps/WelcomeStep.tsx:10
FunctionbrightenHex
Brighten a hex color by mixing with white. t=0 → original, t=1 → white.
src/babylon/TubeMeshFactory.ts:625
MethodcallService
( domain: string, service: string, entityId: string, data?: Record<string, unknown>, )
src/services/demoHAConnection.ts:150
Methodconstructor
(callbacks: HACallbacks)
src/services/demoHAConnection.ts:77
Methodconstructor
(options: HAConnectOptions, callbacks: HACallbacks)
src/services/haWebSocket.ts:49
FunctiondarkenHex
Darken a hex color by mixing with black. t=0 → original, t=1 → black.
src/babylon/TubeMeshFactory.ts:616
FunctiondeleteModel
()
src/services/storageApi.ts:45
Functiondispose
()
src/babylon/WeatherEffects.ts:162
Functiondispose
()
src/babylon/SceneManager.ts:116
Methoddispose
()
src/services/demoHAConnection.ts:231
FunctionexportBackup
()
src/services/configApi.ts:83
MethodforceReconnect
No-op: the demo adapter has no real socket to reconnect.
src/services/demoHAConnection.ts:229
FunctiongetModel
()
src/services/storageApi.ts:35
FunctionhandleKeyDown
(e: KeyboardEvent)
src/pages/ConfigEditor/ConfigEditor.tsx:747
FunctionhandleLayoutChange
(newLayout: readonly { i: string; x: number; y: number; w: number; h: number }[])
src/components/SidePanel/CardGrid.tsx:93
FunctionhandleMouseMove
(e: MouseEvent)
src/components/SidePanel/SidePanel.tsx:77
FunctionhandleSave
()
src/components/SidePanel/CardPropertiesPanel.tsx:138
FunctionhandleSave
()
src/pages/Onboarding/steps/LocationStep.tsx:13
FunctionhandleSave
()
src/pages/Onboarding/steps/HASetupStep.tsx:55
FunctionhandleTest
()
src/pages/Onboarding/steps/HASetupStep.tsx:37
FunctionhandleTouchMove
(e: TouchEvent)
src/components/SidePanel/SidePanel.tsx:78
FunctionhandleUpload
()
src/pages/Onboarding/steps/ModelUploadStep.tsx:32
Functionhandler
()
src/components/HUD.tsx:50
Functionhandler
()
src/components/GuidedTour/GuidedTour.tsx:50
Functionhandler
(e: MediaQueryListEvent)
src/components/SidePanel/CardGrid.tsx:33
Functionhandler
()
src/pages/ConfigEditor/ConfigEditor.tsx:173
Functionhandler
()
src/pages/Dashboard/Dashboard.tsx:192
Functionhandler
(e: MediaQueryListEvent)
src/contexts/ThemeContext.tsx:229
MethodisConnected
()
src/services/demoHAConnection.ts:224
MethodisConnected
()
src/services/haWebSocket.ts:193
FunctiononDrag
()
src/pages/ConfigEditor/ConfigEditor.tsx:377
FunctiononDragEnd
()
src/pages/ConfigEditor/ConfigEditor.tsx:392
FunctiononEnd
()
src/components/SidePanel/SidePanel.tsx:67
FunctiononMouseDown
(e: MouseEvent)
src/components/EntityPicker.tsx:60
FunctiononResize
()
src/babylon/SceneManager.ts:113
FunctiononVisibilityChange
()
src/pages/Dashboard/Dashboard.tsx:1143
FunctionpartFromConfig
(p: LightPart)
src/components/LightForm.tsx:28
FunctionpartToConfig
(p: PartState)
src/components/LightForm.tsx:41
Methodrequest
(_msg: Record<string, unknown>)
src/services/demoHAConnection.ts:219
FunctionrgbToHex
(r: number, g: number, b: number)
src/utils/color.ts:26
FunctionsaveModel
(blob: Blob)
src/services/storageApi.ts:25
FunctionsetEnabled
(enabled: boolean)
src/babylon/EdgeOutline.ts:183
Functiontick
(now: number)
src/components/AnimatedLogo.tsx:183
Functionupdate
()
src/components/EntityPicker.tsx:73
FunctionupdateWeather
(data: WeatherData)
src/babylon/WeatherEffects.ts:106
← previous201–277 of 277, ranked by callers