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

Feature/code updates #44

Merged
merged 8 commits into from
Jan 13, 2025
Merged

Conversation

ZvonimirMedak
Copy link
Collaborator

Summary

Updated the code style a bit, and added a part of the public documentation

Related issue: None

Changes

Type

  • Feature: This pull request introduces a new feature.
  • Bug fix: This pull request fixes a bug.
  • Refactor: This pull request refactors existing code.
  • Documentation: This pull request updates documentation.
  • Other: This pull request makes other changes.

Additional information

  • This pull request introduces a breaking change.

Description

Obj-c compatibility was removed since it was partially removed with the SwiftUI support.

Omitting a couple of returns, moving the code to new files/extensions, and adding some documentation.

Checklist

  • I have performed a self-review of my own code.
  • I have tested my changes, including edge cases.
  • I have added necessary tests for the changes introduced (if applicable).
  • I have updated the documentation to reflect my changes (if applicable).

Additional notes

@ZvonimirMedak ZvonimirMedak added documentation Improvements or additions to documentation enhancement New feature or request labels Dec 19, 2024
@ZvonimirMedak ZvonimirMedak self-assigned this Dec 19, 2024
Copy link
Member

@nikolamajcen nikolamajcen left a comment

Choose a reason for hiding this comment

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

All good 👍

@ZvonimirMedak ZvonimirMedak mentioned this pull request Jan 8, 2025
5 tasks

// MARK: - ErrorView

private struct ErrorView: View {
Copy link
Member

Choose a reason for hiding this comment

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

I would recommend putting this into a new file and make it internal (no need to add that modifier explicitly), but to make it visible to internal implementation (e..g, if needed in other modules).

@ZvonimirMedak ZvonimirMedak merged commit 114b0f3 into feature/swiftui-support Jan 13, 2025
@ZvonimirMedak ZvonimirMedak deleted the feature/code-updates branch January 13, 2025 07:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants