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

New UI Instructions Screen #449

Merged
merged 13 commits into from
Oct 4, 2024
Merged

Conversation

jumaallan
Copy link
Member

Story: https://app.shortcut.com/smileid/story/xxx

Summary

A few sentences/bullet points about the changes

Known Issues

Any shortcomings in your work. This may include corner cases not correctly handled or issues related
to but not within the scope of your PR. Design compromises should be discussed here if they were not
already discussed above.

Test Instructions

Concise test instructions on how to verify that your feature works as intended. This should include
changes to the development environment (if applicable) and all commands needed to run your work.

Screenshot

If applicable (e.g. UI changes), add screenshots to help explain your work.

@jumaallan jumaallan changed the base branch from main to feat/new-ui-epic September 23, 2024 17:12
@jumaallan jumaallan marked this pull request as ready for review September 25, 2024 21:02
@jumaallan jumaallan requested a review from a team as a code owner September 25, 2024 21:02
@jumaallan jumaallan self-assigned this Sep 26, 2024
verify(atLeast = 1, timeout = 1000) { viewModel.analyzeImage(any(), camSelector) }
}
// todo broke test
// @OptIn(ExperimentalTestApi::class)
Copy link
Contributor

Choose a reason for hiding this comment

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

@jumaallan this will be in a seperate PR?

Copy link
Member Author

Choose a reason for hiding this comment

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

yes

@@ -22,7 +23,7 @@ fun SmileIDTheme(content: @Composable () -> Unit) {

MaterialTheme(
colorScheme = SmileID.colorScheme,
typography = SmileID.typography,
typography = SmileID.typographyv2,
Copy link
Contributor

Choose a reason for hiding this comment

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

Will we be removing typography for typographyv2? We changed it here but it's still extensively used throughout

Copy link
Member Author

Choose a reason for hiding this comment

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

I am doing this on the new screens to experiment new theming - and, this feature does not get to main branch

@jumaallan jumaallan merged commit 64dc096 into feat/new-ui-epic Oct 4, 2024
3 checks passed
@jumaallan jumaallan deleted the feat/new-ui-v3-instructions branch October 4, 2024 13:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants