Skip to content

Refactor(frontend): move settings-service into api folder and update#11958

Merged
amanape merged 1 commit intoOpenHands:mainfrom
AVBharath10:refactor/move-settings-service-to-api
Dec 8, 2025
Merged

Refactor(frontend): move settings-service into api folder and update#11958
amanape merged 1 commit intoOpenHands:mainfrom
AVBharath10:refactor/move-settings-service-to-api

Conversation

@AVBharath10
Copy link
Copy Markdown
Contributor

@AVBharath10 AVBharath10 commented Dec 8, 2025

Summary of PR

This PR consolidates the settings-service module into the main API service structure under frontend/src/api/.
Previously, this module lived independently in frontend/src/settings-service/.

All import paths referencing settings-service have been updated accordingly, and the application has been verified to compile and run successfully.

Change Type

  • Refactor

Checklist

  • I have read and reviewed the code and I understand what the code is doing.
  • I have tested the code to the best of my ability and ensured it works as expected.

Fixes

Resolves #11955

Release Notes

  • Include this change in the Release Notes.

@AVBharath10 AVBharath10 requested a review from amanape as a code owner December 8, 2025 14:18
Copy link
Copy Markdown
Contributor

@amanape amanape left a comment

Choose a reason for hiding this comment

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

Thank you!

@amanape amanape enabled auto-merge (squash) December 8, 2025 14:46
@amanape amanape merged commit 16125f2 into OpenHands:main Dec 8, 2025
24 of 29 checks passed
@AVBharath10
Copy link
Copy Markdown
Contributor Author

You're welcome! Happy to contribute

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Move frontend/src/settings-service/ to frontend/src/api/

2 participants