Setup Showkase and add some Preview. WIP
This commit is contained in:
parent
a3989cf1f4
commit
024fb7146d
21 changed files with 126 additions and 27 deletions
|
|
@ -202,7 +202,7 @@ fun LoginContent(
|
|||
|
||||
@Composable
|
||||
@Preview
|
||||
private fun LoginContentPreview() {
|
||||
fun LoginContentPreview() {
|
||||
ElementXTheme(darkTheme = false) {
|
||||
LoginContent(
|
||||
state = LoginViewState(
|
||||
|
|
|
|||
|
|
@ -150,7 +150,7 @@ fun ChangeServerContent(
|
|||
|
||||
@Composable
|
||||
@Preview
|
||||
private fun ChangeServerContentPreview() {
|
||||
fun ChangeServerContentPreview() {
|
||||
ChangeServerContent(
|
||||
state = ChangeServerViewState(homeserver = "matrix.org"),
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue