OpenHands icon indicating copy to clipboard operation
OpenHands copied to clipboard

chore: Better home screen

Open amanape opened this issue 9 months ago • 2 comments

  • [ ] This change is worth documenting at https://docs.all-hands.dev/
  • [ ] Include this change in the Release Notes. If checked, you must provide an end-user friendly description for your change below

End-user friendly description of the problem this fixes or functionality that this introduces. image

image

image

Todo

  • [x] Map task type keys (e.g., MERGE_CONFLICTS -> Merge conflicts)
  • [x] Get GitLab href for "Add more GitLab repos" button for saas

Give a summary of what the PR does, explaining any non-trivial design decisions.


Link of any specific issues this addresses.


To run this PR locally, use the following command:

docker run -it --rm   -p 3000:3000   -v /var/run/docker.sock:/var/run/docker.sock   --add-host host.docker.internal:host-gateway   -e SANDBOX_RUNTIME_CONTAINER_IMAGE=docker.all-hands.dev/all-hands-ai/runtime:66a4eb1-nikolaik   --name openhands-app-66a4eb1   docker.all-hands.dev/all-hands-ai/openhands:66a4eb1

amanape avatar Apr 09 '25 21:04 amanape

Get GitLab href for "Add more GitLab repos" button for saas

Quick heads for GitLab all the repos get listed, unlike GitHub where the user needs to provide fine grained access to specific repos

malhotra5 avatar Apr 17 '25 17:04 malhotra5

Quick heads for GitLab all the repos get listed, unlike GitHub where the user needs to provide fine grained access to specific repos

I've removed it for the time being

amanape avatar Apr 17 '25 19:04 amanape