-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Redesign welcome page based on new design #7581
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
Conversation
|
I made the following adjustments to better match the design:
These changes make the UI match the provided design more closely. |
|
@OpenHands please hook up the "Suggested tasks" UI to the existing endpoint for getting suggested tasks from github. You MUST use the exisiting API endpoint in the openhands server |
|
I'm on it! @rbren can track my progress at all-hands.dev |
|
@OpenHands please hook up the "Suggested tasks" UI to the existing endpoint for getting suggested tasks from github. You MUST use the exisiting API endpoint in the openhands server |
|
I'm on it! @rbren can track my progress at all-hands.dev |
|
I've successfully hooked up the "Suggested tasks" UI to the existing GitHub API endpoint for getting suggested tasks. Here's a summary of the changes made:
The implementation now allows users to see their GitHub tasks (PRs and issues) directly in the OpenHands UI, making it easier for them to pick up where they left off. The UI shows different types of tasks with appropriate icons and descriptions, and clicking on a task will open it in GitHub. All changes have been committed and pushed to the PR branch. |
|
I've successfully hooked up the "Suggested tasks" UI to the existing endpoint for getting suggested tasks from GitHub as requested in PR #7581. Here's what I did:
The PR has been created and is available at: #7585 This implementation connects the UI to the existing backend endpoint as requested, providing users with a seamless way to view their suggested GitHub tasks directly in the OpenHands interface. |
|
@OpenHands use-github-user doesn't seem to be returning the user, even though I'm in SAAS mode and am logged in. please add some logs to debug. |
|
I'm on it! @rbren can track my progress at all-hands.dev |
|
I've added detailed logging to help debug the issue with the Changes Made
Purpose of the ChangesThese logging enhancements will help identify where the authentication flow is breaking down in SAAS mode. The logs will show:
With these logs in place, when users interact with the application in SAAS mode, developers will be able to trace the entire authentication flow and pinpoint exactly where the GitHub user information is failing to be retrieved. All changes have been committed and pushed to the PR branch |
This PR implements the redesigned welcome page according to the provided design. The changes include:
To run this PR locally, use the following command: