-
Notifications
You must be signed in to change notification settings - Fork 116
Document Carousel Composable Implementation #1425
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
base: main
Are you sure you want to change the base?
Conversation
74eb58c to
a927a7d
Compare
davidz25
left a comment
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.
Looks like a great start! Left some comments inline. Btw, one thing I noticed is that your code isn't consistent in its use of whitespace... sometimes space is missing between closing ) and opening {, other times there's no blank line between functions.
Our coding style is spelled out in CODING-STYLE.md and basically sums up to that we're using the standard Kotlin coding conventions.
multipaz-compose/src/androidMain/kotlin/org/multipaz/compose/pickers/DocumentCarousel.kt
Outdated
Show resolved
Hide resolved
multipaz-compose/src/androidMain/kotlin/org/multipaz/compose/pickers/DocumentCarousel.kt
Outdated
Show resolved
Hide resolved
multipaz-compose/src/androidMain/kotlin/org/multipaz/compose/pickers/DocumentCarousel.kt
Outdated
Show resolved
Hide resolved
multipaz-compose/src/commonMain/kotlin/org/multipaz/compose/carousels/DocumentCarousel.kt
Outdated
Show resolved
Hide resolved
multipaz-compose/src/commonMain/kotlin/org/multipaz/compose/carousels/DocumentCarousel.kt
Outdated
Show resolved
Hide resolved
multipaz-compose/src/commonMain/kotlin/org/multipaz/compose/document/DocumentEventType.kt
Outdated
Show resolved
Hide resolved
multipaz-compose/src/commonMain/kotlin/org/multipaz/compose/document/CredentialInfo.kt
Show resolved
Hide resolved
multipaz-compose/src/commonMain/kotlin/org/multipaz/compose/document/DocumentModel.kt
Outdated
Show resolved
Hide resolved
multipaz-compose/src/commonMain/kotlin/org/multipaz/compose/document/DocumentModel.kt
Outdated
Show resolved
Hide resolved
multipaz-compose/src/commonMain/kotlin/org/multipaz/compose/document/DocumentModel.kt
Show resolved
Hide resolved
468f8f3 to
b3e9718
Compare
davidz25
left a comment
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.
Thanks for all the fixes - some new comments inline!
multipaz-compose/src/commonMain/kotlin/org/multipaz/compose/document/DocumentInfo.kt
Show resolved
Hide resolved
multipaz-compose/src/commonMain/kotlin/org/multipaz/compose/document/DocumentModel.kt
Outdated
Show resolved
Hide resolved
samples/testapp/src/commonMain/kotlin/org/multipaz/testapp/App.kt
Outdated
Show resolved
Hide resolved
multipaz-compose/src/commonMain/kotlin/org/multipaz/compose/carousels/DocumentCarousel.kt
Outdated
Show resolved
Hide resolved
multipaz-compose/src/commonMain/kotlin/org/multipaz/compose/carousels/DocumentCarousel.kt
Show resolved
Hide resolved
a9dd327 to
b90b2b7
Compare
Signed-off-by: Abena Adu <[email protected]>
b90b2b7 to
d11243b
Compare
Fixes #1400
DocumentModel,CredentialInfoandDocumentInfointo mutlipaz-compose moduleUI Changes