-
Notifications
You must be signed in to change notification settings - Fork 444
Feat: #11304 Improve the layout of the timeline plugin by putting widgets tray in footer #11844
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
Feat: #11304 Improve the layout of the timeline plugin by putting widgets tray in footer #11844
Conversation
- Position the widgets tray between scale bar and scale dropdown - Update the bottom css for the widgets container in the map
05f1640 to
8c34ae3
Compare
…x/improve-timeline-11304
web/client/configs/localConfig.json
Outdated
| { | ||
| "name": "WidgetsTray", | ||
| "cfg": { | ||
| "containerPosition": "footer" | ||
| } | ||
| } |
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.
Could you please check how this is rendered on mobile? We don't have map footer on mobile, I wondering how this behave
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.
…obile view Revert the unnecessary changes
|
@ElenaGallo please test this enhancement on dev and let us know if we can backport, thanks. This is for the 2025.02.02 so I think we need to wait before merging the backport |
|
Successfully created backport PR for |

Description
This PR fixes issue #11304. It improves the layout as defined in #11319 (comment). The widgets tray have been moved to the footer. This PR adds the widgets tray between scale bar and scale dropdown, and also changes the bottom css of the widgets container in the map.
Please check if the PR fulfills these requirements
What kind of change does this PR introduce? (check one with "x", remove the others)
Issue
What is the current behavior?
#11304
What is the new behavior?

The widgets tray have been moved to the footer section. So, there is no overlapping between widgets tray and timeline plugin.
Breaking change
Does this PR introduce a breaking change? (check one with "x", remove the other)
Other useful information