-
Notifications
You must be signed in to change notification settings - Fork 1
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: MykSuite floating panel added #70
Conversation
10270cd
to
b8f6eba
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did a quick review
@@ -23,6 +23,10 @@ let package = Package( | |||
targets: ["InfomaniakCoreSwiftUI"] | |||
), | |||
.library( | |||
name: "MyKSuite", | |||
targets: ["MyKSuite"] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shouldn't we have a standardisation of UI libraries ? like a MyKSuiteUI
for instance ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is a complete feature. So we have both UI code and logic code.
InfomaniakCoreUI is probably not the right place that.
Let's discuss it live
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I cannot use the view from an external project
7be49e6
to
f2ac8d0
Compare
|
Moved to Infomaniak/ios-features#1 |
kDrive UI PR Infomaniak/ios-kDrive#1409