Use Compose to draw the list of recipes (#187)
* Add paging-compose dependency * Move progress indicator to separate module * Introduce color scheme preview * Move loading helper to UI module * Move helper composables to UI module * Rearrange shopping lists module * Add LazyPagingColumnPullRefresh Composable * Add BaseComposeFragment * Add pagingDataRecipeState * Add showFavoriteIcon to recipe state * Disable unused placeholders * Make "Try again" button optional * Fix example email * Wrap recipe info into a Scaffold * Add dialog to confirm deletion * Add RecipeItem Composable * Add RecipeListError Composable * Add RecipeList Composable * Replace recipes list Views with Compose * Update UI test * Remove application from ViewModel
This commit is contained in:
@@ -43,7 +43,7 @@
|
||||
<string name="fragment_add_recipe_save_success">Recept succesvol opgeslagen</string>
|
||||
<string name="fragment_add_recipe_clear_button">Duidelijk</string>
|
||||
<string name="fragment_base_url_url_input_helper_text">Voorbeeld: demo.mealie.io</string>
|
||||
<string name="fragment_authentication_email_input_helper_text">Voorbeeld: changeme@email.com</string>
|
||||
<string name="fragment_authentication_email_input_helper_text">Voorbeeld: changeme@example.com</string>
|
||||
<string name="fragment_authentication_password_input_helper_text">Voorbeeld: demo</string>
|
||||
<string name="fragment_recipes_last_page_loaded_toast">Laatste pagina geladen</string>
|
||||
<string name="fragment_recipes_load_failure_toast" comment="EXAMPLE: Load error: unauthorized.">Fout bij laden: %1$s.</string>
|
||||
|
||||
Reference in New Issue
Block a user