Package-level declarations

Functions

Link copied to clipboard
fun BottomBar(navController: NavHostController, screens: List<JochensNextDinnerScreen> = JochensNextDinnerScreen.values().toList() .filter { it.inBottomBar })

Composable function for creating a bottom navigation bar.

Link copied to clipboard
fun CantEatListItem(cantEat: CantEat, onSave: (CantEat) -> Unit, onDelete: (CantEat) -> Unit)

Composable function for displaying a list item for a CantEat object. It provides options for editing, saving, and deleting the CantEat object.

Link copied to clipboard

Composable function for displaying a list item for a Like object.

Link copied to clipboard
fun RecipeListItem(recipe: Recipe, onRecipeClick: (Recipe) -> Unit)

Composable function for displaying a list item for a Recipe object. It provides an option for clicking on the Recipe object.

Link copied to clipboard
fun TopBar(navController: NavHostController, showGoBackButton: Boolean = true)

Composable function for creating a top bar.