Add initial registration v5 prototype.

This commit is contained in:
Greyson Parrelli
2025-11-25 16:55:29 -05:00
committed by jeffrey-signal
parent 1a5163fc47
commit 5ea5279fbb
105 changed files with 8146 additions and 44 deletions

View File

@@ -118,7 +118,7 @@ private fun MediaNoLongerAvailableBottomSheetContent(
@DayNightPreviews
@Composable
private fun MediaNoLongerAvailableBottomSheetContentPreview() {
Previews.BottomSheetPreview {
Previews.BottomSheetContentPreview {
MediaNoLongerAvailableBottomSheetContent()
}
}

View File

@@ -159,7 +159,7 @@ fun InfoRow(text: String) {
@DayNightPreviews
@Composable
private fun ProfileNameSheetPreview() {
Previews.BottomSheetPreview {
Previews.BottomSheetContentPreview {
ProfileNameSheet()
}
}