From 5a3a7c18c6fa7af02b88991f18bc792ba23fc0b8 Mon Sep 17 00:00:00 2001 From: trOnk12 Date: Tue, 19 Sep 2023 11:39:19 +0000 Subject: [PATCH] [MegaLinter] Apply linters fixes --- components/README.md | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/components/README.md b/components/README.md index 1b0eec112..607b52d02 100644 --- a/components/README.md +++ b/components/README.md @@ -11,11 +11,11 @@ https://github.com/appunite/Loudius/blob/develop/components/src/main/java/com/ap -https://github.com/appunite/Loudius/blob/develop/components/src/main/java/com/appunite/loudius/components/components/LoudiusDialog.kt#L50-L62 + -| Variant | Snapshot | -| :----------------------------------------------------------- | ------------------------------------------------------------ | -| **Standard**
This component gives the user option to confirm the information. | alt text | +| Variant | Snapshot | +|:----------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| +| **Standard**
This component gives the user option to confirm the information. | alt text | | **Advanced**
This component gives the user the choice out of two options, usually dismiss or confirmation. | alt text | ## Variants @@ -66,19 +66,19 @@ Component allows to display the "action" on the right of the component. -| Variant | Snapshot | -| ------------------------------------------------------------ | :----------------------------------------------------------- | -| **Content with action**
Component allows to display the "action" on the right of the component. | com.appunite.loudius_PaparazziShowkaseTests_preview_tests[Default Group-LoudiusListItemContentAndActionPreview,1,light] | -| **Content with icon**
Component also takes a icon which is displayed on the left of the "content". | | -| **Content only**

Component taking only the "content". | | +| Variant | Snapshot | +|---------------------------------------------------------------------------------------------------------|:--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| +| **Content with action**
Component allows to display the "action" on the right of the component. | com.appunite.loudius_PaparazziShowkaseTests_preview_tests[Default Group-LoudiusListItemContentAndActionPreview,1,light] | +| **Content with icon**
Component also takes a icon which is displayed on the left of the "content". | | +| **Content only**

Component taking only the "content". | | # Buttons -| Variant | Snapshot | -| ----------------------------- | ------------------------------------------------------------ | -| **Outlined button with icon** | | +| Variant | Snapshot | +|-------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------| +| **Outlined button with icon** | | | **Outlined button no icon** | | @@ -87,9 +87,9 @@ Component allows to display the "action" on the right of the component. Topbar is a component on the top of the screen. -| Variant | Snapshot | -| ------------------------------- | ------------------------------------------------------------ | -| **Topbar with back navigation** | | +| Variant | Snapshot | +|---------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------| +| **Topbar with back navigation** | | | **Topbar with no navigation** | | \ No newline at end of file