Skip to content

Conversation

@malmstein
Copy link
Contributor

Task/Issue URL: https://app.asana.com/0/488551667048375/1200452691263184
Tech Design URL:
CC:

Description:
As we are more features / modules that need UI theming, we find ourselves having to duplicate themes and styles. This is not very optimal, not scales really well.

This PR creates a common theme module that other modules can depend on. All the styles and themes that are common will be there. Styles that only belong to a feature (ie a button style) will still live in it's own module.

Steps to test this PR:

  1. Open app
  2. Check that all screens still look the same

Internal references:

Software Engineering Expectations
Technical Design Template

@malmstein malmstein changed the title extracted theming, colors and dimensions to a common-ui module Create common-ui module for common theming across the apps Jun 11, 2021
@joshliebe joshliebe self-assigned this Jun 14, 2021
fun addition_isCorrect() {
assertEquals(4, 2 + 2)
}
} No newline at end of file
Copy link
Contributor

Choose a reason for hiding this comment

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

Does the module need a test in order for the build to pass? Or can this be removed?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

good catch, damn AS. Will remove!

Copy link
Contributor

@joshliebe joshliebe left a comment

Choose a reason for hiding this comment

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

Went through all the screens (Light and dark theme), LGTM! 👍

@malmstein
Copy link
Contributor Author

Thanks @joshliebe !

@malmstein malmstein merged commit 53117ef into develop Jun 14, 2021
@malmstein malmstein deleted the feature/david/common-ui branch June 14, 2021 14:38
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