Skip to content

Use enhanced transcript UI for all transcript variants#42

Open
psycho-baller wants to merge 11 commits intomainfrom
codex/transcript-player-everywhere
Open

Use enhanced transcript UI for all transcript variants#42
psycho-baller wants to merge 11 commits intomainfrom
codex/transcript-player-everywhere

Conversation

@psycho-baller
Copy link
Owner

Summary\n- remove the basic transcript fallback from CompletedView and always render TranscriptPlayer\n- add participant filtering support directly in TranscriptPlayer via selectedUserId\n- keep enhanced transcript layout even when audio or word-level timing is missing\n\n## Notes\n- branch is based on feat/ai-chatbot-in-analytics-page\n- only transcript UI files are included in this PR

jasutiin and others added 11 commits January 26, 2026 19:05
still wip. i don't like the transition right now, ideally it should be
expanding the uncollapsed view seamlessly, but there's sort of this
weird fade transition happening instead.
all the components had different background colours, and the gradient
was making it very inconsistent, so i just made it a solid colour for
all of them
system context just has the full transcript so that when the user sends
a msg to the chat bot, it sends the full transcript every single time.
all messages are stored to a newly created chat messages table which
uses the conversationId as a primary key. also noticed we have http.ts
which handles the general chat function which is found in the sidebar,
so i changed this function to take in either a conversationId or
nothing. if there is a conversation id, then the user is calling this
function from a specific converastion/speech inside analytics page. if
there is none, then they are calling the function from the general chat
page and the transcripts of the 10 most recent conversations is passed
through.
this is so that the ai chatbot can actually tell us when certain things
are said
when you collapse the chat, the collapsed bar is grey until you move the
mouse again. this is because it was saving the color from when the
cursor hovered over the collapsed bar and clicked on it
@vercel
Copy link

vercel bot commented Feb 8, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
linkmaxxing Ready Ready Preview, Comment Feb 8, 2026 7:42am

Base automatically changed from feat/ai-chatbot-in-analytics-page to main February 8, 2026 08:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants