Move Library button to right side, rename notebook list title
- Page list: Library button moved to actions (right side) with titleLarge - Notebook list: title changed to "Engineering Pad :: Library" Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -59,7 +59,7 @@ fun NotebookListScreen(
|
|||||||
|
|
||||||
Scaffold(
|
Scaffold(
|
||||||
topBar = {
|
topBar = {
|
||||||
TopAppBar(title = { Text("eng-pad") })
|
TopAppBar(title = { Text("Engineering Pad :: Library") })
|
||||||
},
|
},
|
||||||
floatingActionButton = {
|
floatingActionButton = {
|
||||||
FloatingActionButton(onClick = { showCreateDialog = true }) {
|
FloatingActionButton(onClick = { showCreateDialog = true }) {
|
||||||
|
|||||||
@@ -102,9 +102,9 @@ fun PageListScreen(
|
|||||||
topBar = {
|
topBar = {
|
||||||
TopAppBar(
|
TopAppBar(
|
||||||
title = { Text(notebookTitle) },
|
title = { Text(notebookTitle) },
|
||||||
navigationIcon = {
|
actions = {
|
||||||
androidx.compose.material3.TextButton(onClick = onClose) {
|
androidx.compose.material3.TextButton(onClick = onClose) {
|
||||||
Text("Library")
|
Text("Library", style = MaterialTheme.typography.titleLarge)
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user