-
Notifications
You must be signed in to change notification settings - Fork 6
Form
: Attachment theming
#490
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
Form
: Attachment theming
#490
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have left some minor formatting comments. Changes here work well and looks good to me 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure how to review this, so I assume it looks good.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I agree its a bit verbose but its all generated so it should be good. Hopefully checks in the future can automate this bit.
...in/java/com/arcgismaps/toolkit/featureforms/internal/components/attachment/AttachmentTile.kt
Outdated
Show resolved
Hide resolved
.../featureforms/src/main/java/com/arcgismaps/toolkit/featureforms/theme/FeatureFormDefaults.kt
Outdated
Show resolved
Hide resolved
...kit/featureforms/src/main/java/com/arcgismaps/toolkit/featureforms/theme/FeatureFormTheme.kt
Outdated
Show resolved
Hide resolved
thanks @shubham7109 @sorenoid |
* added horizontal scrollbar (#473) * `Forms` : Add attachment tests (#480) * `Forms` : Refactor tests (#488) * Update CorePrototypes.kt (#494) * `Forms` : handle empty attachments (#498) * restrict download and viewing attachments of 0 size * show error along with load * ignore non-default formattachmentelement (#499) * `Forms` : Fix strings (#500) * `Forms` : Micro-app update oauth credentials (#507) * refactor generating new attachment names (#505) * `Form` : Attachment theming (#490) * `Forms` : Consume latest api (#506) * make thumbnails part of the state object (#514) * add attachment size restrictions for loading (#518)
Related to issue: #apollo/671
Description:
Adds theming support for an `AttachmentsFormElement.
Summary of changes:
AttachmentsElementColors
andAttachmentsElementTypography
to support custom theming for anAttachmentsFormElement
.featureforms.api
file to reflect the latest api binary changes.Pre-merge Checklist