Skip to content
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

feat: hook extensions up in settings-v2 #1447

Merged
merged 1 commit into from
Mar 1, 2025

Conversation

alexhancock
Copy link
Collaborator

  • Adds a new PUT endpoint for updating an extension's config in config_management.rs
  • Simplifies frontend modules for interacting with the config_management API by combining the src/api/config.ts logic into ConfigContext
  • Creates a new ExtensionsSection.tsx component in settings-v2
  • Demonstrates ability to modify an extensions enabled state in config.yaml via a toggle in the UI

@alexhancock alexhancock requested a review from lily-de February 28, 2025 22:06
(status = 500, description = "Internal server error")
)
)]
pub async fn update_extension(
Copy link
Collaborator

Choose a reason for hiding this comment

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

💯

@alexhancock alexhancock force-pushed the alexhancock/settings-v2-extensions branch from 70c21cb to 3b2ba2e Compare March 1, 2025 02:14
@alexhancock alexhancock merged commit 92e39ac into main Mar 1, 2025
6 checks passed
@alexhancock alexhancock deleted the alexhancock/settings-v2-extensions branch March 1, 2025 02:27
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.

2 participants