Removed unnecessary opt-in annotations
This commit is contained in:
parent
2e839a284f
commit
74f4d22856
@ -37,8 +37,6 @@ import org.jetbrains.compose.splitpane.SplitterScope
|
||||
import org.jetbrains.compose.splitpane.rememberSplitPaneState
|
||||
import java.awt.Cursor
|
||||
|
||||
|
||||
@OptIn(ExperimentalComposeUiApi::class)
|
||||
@Composable
|
||||
fun RepositoryOpenPage(tabViewModel: TabViewModel) {
|
||||
val repositoryState by tabViewModel.repositoryState.collectAsState()
|
||||
@ -188,7 +186,6 @@ fun RepoContent(
|
||||
|
||||
}
|
||||
|
||||
@OptIn(ExperimentalComposeUiApi::class)
|
||||
@Composable
|
||||
fun MainContentView(
|
||||
tabViewModel: TabViewModel,
|
||||
|
@ -19,7 +19,6 @@ import app.theme.outlinedTextFieldColors
|
||||
import app.theme.textButtonColors
|
||||
import app.ui.components.PrimaryButton
|
||||
|
||||
@OptIn(ExperimentalComposeUiApi::class)
|
||||
@Composable
|
||||
fun NewBranchDialog(
|
||||
onReject: () -> Unit,
|
||||
|
@ -20,7 +20,6 @@ import app.theme.outlinedTextFieldColors
|
||||
import app.theme.textButtonColors
|
||||
import app.ui.components.PrimaryButton
|
||||
|
||||
@OptIn(ExperimentalComposeUiApi::class)
|
||||
@Composable
|
||||
fun NewTagDialog(
|
||||
onReject: () -> Unit,
|
||||
|
@ -20,7 +20,6 @@ import app.theme.outlinedTextFieldColors
|
||||
import app.theme.textButtonColors
|
||||
import app.ui.components.PrimaryButton
|
||||
|
||||
@OptIn(ExperimentalComposeUiApi::class)
|
||||
@Composable
|
||||
fun StashWithMessageDialog(
|
||||
onReject: () -> Unit,
|
||||
|
@ -22,7 +22,6 @@ import app.theme.primaryTextColor
|
||||
import app.theme.textButtonColors
|
||||
import app.ui.components.PrimaryButton
|
||||
|
||||
@OptIn(ExperimentalComposeUiApi::class)
|
||||
@Composable
|
||||
fun UserPasswordDialog(
|
||||
onReject: () -> Unit,
|
||||
|
Loading…
Reference in New Issue
Block a user