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: basic collection editor #25

Merged
merged 3 commits into from
Mar 18, 2025
Merged

feat: basic collection editor #25

merged 3 commits into from
Mar 18, 2025

Conversation

evanstoner
Copy link
Collaborator

@evanstoner evanstoner commented Mar 12, 2025

Introduces a bare bones CollectionEditor component.

  • Supports loading, saving, and deleting collection objects as JSON
  • Alerts provide success, error, and informational tips based on collection API responses
  • Caller determines whether collection name and object name are editable, and whether to automatically load a value on render
  • Caller can provide default object value if not found in the collection
  • Caller can disable load, save, and delete buttons as necessary

Closes #3

@evanstoner evanstoner requested a review from carlosmmatos March 12, 2025 19:47
@evanstoner evanstoner self-assigned this Mar 12, 2025
@evanstoner evanstoner merged commit d7f27ec into main Mar 18, 2025
3 checks passed
@evanstoner evanstoner deleted the collection-editor branch March 18, 2025 14:53
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.

Add a ConfigCollectionEditor component
2 participants