appBar {
            title = "Topics"
            subtitle = viewModel.subtitleProperty
            buttons = listOf(refreshButton("topic-list", viewModel::refresh))
        }