Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/heygen-com/hyperframes
/ StudioFeedbackBar.tsx
File
StudioFeedbackBar.tsx
packages/studio/src/components/StudioFeedbackBar.tsx:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import { memo, useState, useCallback, useRef, useEffect } from
"react"
;
2
import { trackStudioFeedback } from
"../telemetry/events"
;
3
4
const DEFAULT_FEEDBACK_INTERVAL = 10;
Callers
nothing calls this directly
Calls
5
trackStudioFeedback
Function · 0.90
incrementSessionCount
Function · 0.85
shouldShowFeedback
Function · 0.85
markPrompted
Function · 0.85
handleSubmit
Function · 0.85
Tested by
no test coverage detected