Closed sweep-ai[bot] closed 1 year ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
git-bot-ai-2-0 | ❌ Failed (Inspect) | Jul 31, 2023 7:12pm | ||
git-bot-ai-2-0-ge8u | ❌ Failed (Inspect) | Jul 31, 2023 7:12pm | ||
git-bot-ai-2-0-giud | ❌ Failed (Inspect) | Jul 31, 2023 7:12pm |
Description
This PR adds a floating widget to the user interface (UI) on GitHub, allowing for easy chatting within the repository. The floating widget remains visible while users navigate through the repository, enhancing collaboration and communication.
Summary of Changes
frontend/user_interface.html
to create the floating widget by adding a CSS class to the container element of the UI and applying styles such asposition: fixed
andz-index: 9999
.frontend/styles.css
to ensure it stays on top of other content.frontend/conversational_interface.html
to adjust the dimensions and behavior of the conversational interface (IFrame) within the floating widget.frontend/styles.css
to make it fill the available space.These changes provide users with a convenient and accessible chat interface, improving collaboration and communication within the repository.
Please review and merge this PR. Thank you!
Fixes #25.
To checkout this PR branch, run the following command in your terminal: