Use enhanced transcript UI for all transcript variants#42
Open
psycho-baller wants to merge 11 commits intomainfrom
Open
Use enhanced transcript UI for all transcript variants#42psycho-baller wants to merge 11 commits intomainfrom
psycho-baller wants to merge 11 commits intomainfrom
Conversation
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
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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