-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add fixed size for key parameter in KeyValue component for list card and card detail (#122) * ANDROAPP-5557-mobile-ui-Create-Custom-shadow-for-scroll-behavior-in-BottomSheetShell-component (#120) * Center align buttons vertically in `ButtonBlock` * Show bottom shadow if the content is scrollable * Remove default padding in `ButtonBlock` * Update spacing in `BottomSheet` * Update bottom sheet shadow specs * Run code format * ANDROAPP-5650-mobile-ui-Rectify-Input-Signature-and-Image-button-component-height (#121) * update: [ANDROAPP-5650] height fixed, button height matches with progress indicator * update: [ANDROAPP-5650] code formatted * [ANDROAPP-5668] update compose version to 1.5.10-rc02 (#123) * fix: [ANDROAPP-5550] longtext bottom line (#124) * Add `InputNotSupported` component (#129) * [ANDROAPP-5679] Modify style for auto complete dropdown items (#126) * ANDROAPP-5692-mobile-ui-Add-onImageClick-callback-to-ImageBlock-component (#128) * [ANDROAPP-5692] add clickable event and parameter to Input Image and Input Signature * Fix tests * add focus request on click events * ktlint fix * [ANDROAPP-5682] add DataMatrix support for QR Code generator, fix BottomSheetShell title and content visibility (#125) * [ANDROAPP-5718] Update compose to 1.5.10 (#133) * [ANDROAPP-5678] Refactor Additional Info column in Card detail and correct spacing (#127) * ANDROAPP-5684-mobile-ui-legend-component-info-icon-visibility (#131) * Hide legend info icon when there is no popup description data * Disable click when legend doesn't contain popup description data * Fix broken tests * Add test for legend click action * Request focus when input shell is tapped (#130) * fix: [ANDROAPP-5596] form fields spacing (#135) * [ANDROAPP-5720] correct supporting text padding for input age and input date time (#137) * update: [ANDROAPP-5705] chip text color modified (#134) --------- Co-authored-by: Sasikanth Miriyampalli <[email protected]> Co-authored-by: DavidAparicioAlbaAsenjo <[email protected]> Co-authored-by: Andrés Miguel Rubio <[email protected]> Co-authored-by: Manu Muñoz <[email protected]>
- Loading branch information
1 parent
fef6b4f
commit 1038305
Showing
59 changed files
with
423 additions
and
157 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 12 additions & 0 deletions
12
common/src/commonMain/kotlin/org/hisp/dhis/common/screens/InputNotSupportedScreen.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
package org.hisp.dhis.common.screens | ||
|
||
import androidx.compose.runtime.Composable | ||
import org.hisp.dhis.mobile.ui.designsystem.component.ColumnComponentContainer | ||
import org.hisp.dhis.mobile.ui.designsystem.component.InputNotSupported | ||
|
||
@Composable | ||
fun InputNotSupportedScreen() { | ||
ColumnComponentContainer { | ||
InputNotSupported(title = "Label") | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.