fun updateNewFriend(newFriend: String) {
        _uiState.update { it.copy(newFriend = newFriend) }
    }