Feat: #11304 Improve the layout of the timeline plugin by putting widgets tray in footer#11844
Merged
allyoucanmap merged 4 commits intogeosolutions-it:masterfrom Jan 5, 2026
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
6 tasks
6 tasks
allyoucanmap
requested changes
Jan 5, 2026
web/client/configs/localConfig.json
Outdated
Comment on lines
+398
to
+403
| { | ||
| "name": "WidgetsTray", | ||
| "cfg": { | ||
| "containerPosition": "footer" | ||
| } | ||
| } |
Contributor
There was a problem hiding this comment.
Could you please check how this is rendered on mobile? We don't have map footer on mobile, I wondering how this behave
Contributor
Author
…obile view Revert the unnecessary changes
allyoucanmap
approved these changes
Jan 5, 2026
Contributor
|
@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 |
Member
|
Successfully created backport PR for |
tdipisa
pushed a commit
that referenced
this pull request
Jan 14, 2026
allyoucanmap
pushed a commit
that referenced
this pull request
Mar 13, 2026
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

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