OpenHands icon indicating copy to clipboard operation
OpenHands copied to clipboard

chore: Convert camelCase file names to kebab-case

Open amanape opened this issue 1 year ago • 1 comments

End-user friendly description of the problem this fixes or functionality that this introduces We have a pretty inconsistent file naming convention used throughout the frontend portion of the app.

  • [ ] Include this change in the Release Notes. If checked, you must provide an end-user friendly description for your change below

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

  • Add consistency to all file and directory names to be of kebab-case (nice on the eyes, personal preference)
  • Apply eslint / prettier formats to some components

Follow-up PRs

  • Remove unused components
  • Merge duplicate components
  • Organize components into folders

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:2d1fc83-nikolaik   --name openhands-app-2d1fc83   docker.all-hands.dev/all-hands-ai/openhands:2d1fc83

amanape avatar Nov 22 '24 18:11 amanape

wait, it had a name all this time and it was kebab-case? lol

ghost avatar Nov 24 '24 10:11 ghost