Added TODO reminder

This commit is contained in:
Abdelilah El Aissaoui 2023-08-19 14:47:18 +02:00
parent c104c681f4
commit 17839bfaf1
2 changed files with 4 additions and 1 deletions

View File

@ -176,6 +176,9 @@ fun UncommitedChanges(
) )
} }
// TODO After moving to compose 1.5.0 (beta and RC), the right click event stops working randomly just on
// unstaged changes. It could be related to the changes to the Popup API and the custom implementation
// that Gitnuro uses
val unstagedView: @Composable () -> Unit = { val unstagedView: @Composable () -> Unit = {
EntriesList( EntriesList(
modifier = Modifier modifier = Modifier

View File

@ -261,7 +261,7 @@ class TabInformation(
this.path = newPath this.path = newPath
if (newPath == null) { if (newPath == null) {
tabName.value = TabInformation.DEFAULT_NAME tabName.value = DEFAULT_NAME
} else { } else {
tabName.value = Path(newPath).name tabName.value = Path(newPath).name
appStateManager.repositoryTabChanged(newPath) appStateManager.repositoryTabChanged(newPath)