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

Refactor "Devices" tab from List to Table from SwiftUI #84

Merged
merged 5 commits into from
Oct 31, 2023

Conversation

jaworek
Copy link
Contributor

@jaworek jaworek commented Oct 29, 2023

Resolves #54.

Video recording showing new implementation:

Screen.Recording.Oct.29.mov

Copy link
Owner

@okwasniewski okwasniewski left a comment

Choose a reason for hiding this comment

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

Thanks for contributing! I've left few minor comments

MiniSim/Views/ParametersTable/ParametersTable.swift Outdated Show resolved Hide resolved
MiniSim/Views/ParametersTable/ParametersTable.swift Outdated Show resolved Hide resolved
MiniSim/Views/ParametersTable/ParametersTableForm.swift Outdated Show resolved Hide resolved
@jaworek
Copy link
Contributor Author

jaworek commented Oct 29, 2023

Thanks for the quick review! I've addressed all suggestions :D

Copy link
Owner

@okwasniewski okwasniewski left a comment

Choose a reason for hiding this comment

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

When I launched the example files weren't added to Xcode (they were on disk) did you push the changes in project.pbxproj?

MiniSim/Views/ParametersTable/ParametersTable.swift Outdated Show resolved Hide resolved
MiniSim/Views/ParametersTable/ParametersTableForm.swift Outdated Show resolved Hide resolved
Copy link
Owner

@okwasniewski okwasniewski left a comment

Choose a reason for hiding this comment

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

Great work, thanks for this! 🙏

@okwasniewski okwasniewski merged commit 191982c into okwasniewski:main Oct 31, 2023
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.

Refactor ParametersTable component to Table
2 participants