-
Notifications
You must be signed in to change notification settings - Fork 11
Popup View - Collapsable elements #147
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
Conversation
…floating panel, and some minor floating panel enhancements.
@dfeinzimer There are actually very few changes to FloatingPanel.swift; most of the changes are spacing changes because I added a |
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.
Just some small things
|
||
DisclosureGroup(isExpanded: $isExpanded) { | ||
Divider() | ||
.padding(.bottom, 4) | ||
switch popupElement.displayType { |
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.
Sources/ArcGISToolkit/Components/FloatingPanel/FloatingPanel.swift
Outdated
Show resolved
Hide resolved
Sources/ArcGISToolkit/Components/Popups/MediaPopupElementView.swift
Outdated
Show resolved
Hide resolved
I checked the trace component and didn't find any breaking changes. |
Co-authored-by: David Feinzimer <[email protected]>
…wift Co-authored-by: David Feinzimer <[email protected]>
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.
Looks good!
@dfeinzimer Thank you! |
This adds support for collapsable popup elements. It also adjusts the positions of some of the dividers, so there is an always-visible divider between the popup title and the scrollable list of elements. It also adds a "close" button to the popup (not represented in all the screen shots below).
Collapsable screen shots: