Skip to content

Update documentation - #9

Merged
0xWDG merged 1 commit into
mainfrom
update-docs
Oct 6, 2025
Merged

Update documentation#9
0xWDG merged 1 commit into
mainfrom
update-docs

Conversation

@0xWDG

@0xWDG 0xWDG commented Oct 6, 2025

Copy link
Copy Markdown
Owner

No description provided.

@0xWDG 0xWDG self-assigned this Oct 6, 2025
@0xWDG
0xWDG requested a review from Copilot October 6, 2025 16:02

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

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.

@0xWDG
0xWDG merged commit 1a3e6ad into main Oct 6, 2025
5 checks passed
@0xWDG
0xWDG deleted the update-docs branch October 6, 2025 16:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants