Add groups in common screen.

Adds a new screen to show which groups the user has in common with another user.
This commit is contained in:
Jeffrey Starke
2025-04-02 17:11:53 -04:00
committed by Michelle Tang
parent bc2d4a0415
commit 9d3f4ffa08
7 changed files with 287 additions and 4 deletions

View File

@@ -12,6 +12,6 @@ import androidx.compose.ui.tooling.preview.Preview
* Our very own preview that will generate light and dark previews for
* composables
*/
@Preview(uiMode = Configuration.UI_MODE_NIGHT_NO)
@Preview(uiMode = Configuration.UI_MODE_NIGHT_YES)
@Preview(name = "Light Theme", uiMode = Configuration.UI_MODE_NIGHT_NO)
@Preview(name = "Dark Theme", uiMode = Configuration.UI_MODE_NIGHT_YES)
annotation class SignalPreview()