Skip to content

Revamp TorchAgent UI #6817

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 15 commits into from
Jun 25, 2025
Merged

Conversation

wdvr
Copy link
Contributor

@wdvr wdvr commented Jun 22, 2025

Summary

  • modern chat layout and bubbles
  • bottom-pinned input stays active while streaming
  • auto-scroll logic scoped to chat window
  • remove WelcomeSection and update styles
  • add unit tests for chat UI

Testing

  • yarn tsc
  • yarn test

https://chatgpt.com/codex/tasks/task_e_6857d82d9764833388d3bfa6e2be5142

@wdvr wdvr added the codex label Jun 22, 2025 — with ChatGPT Connector
Copy link

vercel bot commented Jun 22, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
torchci ✅ Ready (Inspect) Visit Preview Jun 25, 2025 0:31am

@facebook-github-bot facebook-github-bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Jun 22, 2025
@wdvr wdvr changed the base branch from codex/generate-playwright-tests-for-/torchagent-page to main June 23, 2025 22:12
@wdvr wdvr force-pushed the 3l65z1-codex/redesign-chat-ui-with-streaming-support branch from 5ae4686 to f4ae9d3 Compare June 23, 2025 22:16
@wdvr wdvr force-pushed the 3l65z1-codex/redesign-chat-ui-with-streaming-support branch from f4ae9d3 to 6139a33 Compare June 23, 2025 22:26
@wdvr wdvr marked this pull request as ready for review June 24, 2025 22:44
@wdvr wdvr requested a review from izaitsevfb June 24, 2025 23:23
session.data?.user,
isLoading,
currentSessionId,
chatHistory,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not related to this change, but note:
we're re-creating interval every time it's triggered (due to chatHistory dependency here)

could be replaced by the timeout

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

@izaitsevfb
Copy link
Contributor

renderTextWithLinks is not unused. could be removed.

Copy link
Contributor

@izaitsevfb izaitsevfb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm overall, I like the improvements, see minor nits in the comments.

@wdvr wdvr merged commit 605d7e4 into main Jun 25, 2025
6 checks passed
@wdvr wdvr deleted the 3l65z1-codex/redesign-chat-ui-with-streaming-support branch June 25, 2025 12:34
wdvr added a commit that referenced this pull request Jun 25, 2025
## Summary
- modern chat layout and bubbles
- bottom-pinned input stays active while streaming
- auto-scroll logic scoped to chat window
- remove WelcomeSection and update styles
- add unit tests for chat UI

## Testing
- `yarn tsc`
- `yarn test`


------
https://chatgpt.com/codex/tasks/task_e_6857d82d9764833388d3bfa6e2be5142
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. codex
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants