Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MiniMax-AI/OpenRoom
/ useWindows
Function
useWindows
apps/webuiapps/src/components/Shell/index.tsx:47–49 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
45
import styles from
'./index.module.scss'
;
46
47
function useWindows() {
48
return useSyncExternalStore(subscribe, getWindows);
49
}
50
51
/** Lucide icon name to component mapping */
52
const ICON_MAP: Record<string, LucideIcon> = {
Callers
1
Shell
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected