Update documentation - #9
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR updates documentation and refactors the DynamicUI framework by making internal views truly internal rather than public. The primary purpose is to clean up the public API by removing unnecessary public exposure of internal components while maintaining proper documentation.
- Removed the explanation that views were public "to generate documentation" from all view documentation
- Changed all Dynamic view structs and their body properties from public to internal visibility
- Added a proper ErrorHandler typealias for improved API consistency
- Removed deprecated UIComponent typealias
Reviewed Changes
Copilot reviewed 29 out of 29 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| DynamicZStack.swift | Made struct and body internal, updated documentation |
| DynamicVStack.swift | Made struct and body internal, updated documentation |
| DynamicVSplitView.swift | Made struct and body internal, updated documentation |
| DynamicToggle.swift | Made body internal, updated documentation |
| DynamicTextField.swift | Made struct and body internal, updated documentation |
| DynamicTextEditor.swift | Made struct and body internal, updated documentation |
| DynamicText.swift | Made struct and body internal, updated documentation |
| DynamicTEMPLATE.swift | Made struct and body internal, updated documentation |
| DynamicSpacer.swift | Made struct and body internal, updated documentation |
| DynamicSlider.swift | Made struct and body internal, updated documentation |
| DynamicSecureTextField.swift | Made struct and body internal, updated documentation |
| DynamicScrollView.swift | Made struct and body internal, updated documentation |
| DynamicProgressView.swift | Made struct and body internal, updated documentation |
| DynamicPicker.swift | Made struct and body internal, updated documentation |
| DynamicNavigationView.swift | Made struct and body internal, updated documentation |
| DynamicList.swift | Made struct and body internal, updated documentation |
| DynamicLabel.swift | Made struct and body internal, updated documentation |
| DynamicImage.swift | Made struct and body internal, updated documentation |
| DynamicHStack.swift | Made struct and body internal, updated documentation |
| DynamicHSplitView.swift | Made struct and body internal, updated documentation |
| DynamicGroupBox.swift | Made struct and body internal, updated documentation |
| DynamicGauge.swift | Made struct and body internal, updated documentation |
| DynamicForm.swift | Made struct and body internal, updated documentation |
| DynamicDivider.swift | Made struct and body internal, updated documentation |
| DynamicDisclosureGroup.swift | Made struct, init, and body internal, updated documentation |
| DynamicButton.swift | Made struct and body internal, updated documentation |
| DynamicUIHelper.swift | Made class internal |
| DynamicUIComponent.swift | Removed deprecated UIComponent typealias |
| DynamicUI.swift | Added ErrorHandler typealias and updated init signatures |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.