-
Notifications
You must be signed in to change notification settings - Fork 0
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
fix: Open transferDetail in a sheet #90
base: main
Are you sure you want to change the base?
Conversation
Found 4 unused code occurences Expand
|
fc13a75
to
4bd0791
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.
Left some small comments, lemme know what you think.
SwissTransferFeatures/TransferDetailsView/TransferDetailsView.swift
Outdated
Show resolved
Hide resolved
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.
LGTM. 👍 Maybe since this is a UI heavy PR and a did a quick check, @valentinperignon can give the final validation.
54baa28
to
820f35a
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.
The FileGridView doesn't contain a DownloadableFileCellView, so we can't preview a file anywhere other than at the root of the TransferDetailsView.
Also, in the TransferDetailsView->ContentView. The FileGridView should be reused to avoid duplication of the grid.
FileGridView is now used to show a list of DisplayableFile in a grid.
Quality Gate passedIssues Measures |
No description provided.