Added TODO reminder
This commit is contained in:
parent
c104c681f4
commit
17839bfaf1
@ -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 = {
|
||||
EntriesList(
|
||||
modifier = Modifier
|
||||
|
@ -261,7 +261,7 @@ class TabInformation(
|
||||
this.path = newPath
|
||||
|
||||
if (newPath == null) {
|
||||
tabName.value = TabInformation.DEFAULT_NAME
|
||||
tabName.value = DEFAULT_NAME
|
||||
} else {
|
||||
tabName.value = Path(newPath).name
|
||||
appStateManager.repositoryTabChanged(newPath)
|
||||
|
Loading…
Reference in New Issue
Block a user