Skip to content

Forms: fix title padding #382

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Apr 2, 2024

Conversation

kaushikrw
Copy link
Collaborator

@kaushikrw kaushikrw commented Apr 2, 2024

  • Adds a horizontal padding for the FeatureFormTitle.
  • Use MaterialTheme.typography for FeatureFormTitle

@kaushikrw kaushikrw marked this pull request as ready for review April 2, 2024 00:07
@kaushikrw kaushikrw self-assigned this Apr 2, 2024
@kaushikrw kaushikrw requested a review from sorenoid April 2, 2024 00:07
Copy link
Collaborator

@sorenoid sorenoid left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think there is some unintentional code in your commit?

@kaushikrw kaushikrw requested a review from sorenoid April 2, 2024 02:52
@kaushikrw
Copy link
Collaborator Author

@sorenoid fixed it. Also noticed that the title wasn't using material theme typography which is addressed in this PR.

@kaushikrw kaushikrw merged commit 7dc9785 into feature-branches/forms Apr 2, 2024
@kaushikrw kaushikrw deleted the kaushik/forms/fix-title-alignment branch April 2, 2024 04:35
sorenoid added a commit that referenced this pull request Apr 3, 2024
* provide public webmap which has forms

* `Forms`: Updated radio button tests (#366)

* updated radio button tests

* added test doc link

* FeatureForm composable KDoc edit (#368)

* slight edits to FeatureForm composable function KDoc.

* Update toolkit/featureforms/src/main/java/com/arcgismaps/toolkit/featureforms/FeatureForm.kt

Co-authored-by: Gunther Heppner <[email protected]>

---------

Co-authored-by: Soren Roth <[email protected]>
Co-authored-by: Gunther Heppner <[email protected]>

* add groups to final error validation reporting in the app (#367)

Co-authored-by: Soren Roth <[email protected]>

* `Forms` : Optimize FeatureForm (#369)

* agree with exception name change (#377)

* update exception name for API change

* update exception name for API change

* pull in the build of the SDK with the name change of IncorrectValueTypeException

---------

Co-authored-by: Soren Roth <[email protected]>

* use geo-compose in FeatureFormsApp (#378)

* use geo-compose in FeatureFormsApp.

* remove DI providing MapViewProxy.
add AndroidViewModel usage

---------

Co-authored-by: Soren Roth <[email protected]>

* `Forms`: do not pass a selected date into date picker if it is out of range. (#376)

* do not pass a selected date into date picker if it is out of range.

* just expand the year range to incloude out of range field value's date

* add an initialError property to the DateTimePickerState, weave it through to the PickerHeader.

* use includeTime and adjust spacing.

---------

Co-authored-by: Soren Roth <[email protected]>

* remove gif. add screenshots (#381)

Co-authored-by: Soren Roth <[email protected]>

* `Forms`: fix title padding (#382)

* swap out public webmap for a managed public webmap (#384)

Co-authored-by: Soren Roth <[email protected]>

* `Forms` : Update validation behavior for text fields (#385)

* fix for breaking API change in dependency (#386)

Co-authored-by: Soren Roth <[email protected]>

---------

Co-authored-by: Soren Roth <[email protected]>
Co-authored-by: Kaushik Meesala <[email protected]>
Co-authored-by: Gunther Heppner <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants