Skip to content

Conversation

@subashtiwari1010
Copy link
Contributor

@subashtiwari1010 subashtiwari1010 commented Jan 5, 2026

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)

  • Feature

Issue

What is the current behavior?

  • There is quite a space between the background switcher and the timeline.
  • When the timeline is expanded, it overlaps with the widget tray.
    image

#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.
image

Breaking change

Does this PR introduce a breaking change? (check one with "x", remove the other)

  • Yes, and I documented them in migration notes
  • No

Other useful information

@subashtiwari1010 subashtiwari1010 added this to the 2025.02.02 milestone Jan 5, 2026
@subashtiwari1010 subashtiwari1010 added enhancement BackportNeeded Commits provided for an issue need to be backported to the milestone's stable branch labels Jan 5, 2026
- Position the widgets tray between scale bar and scale dropdown

- Update the bottom css for the widgets container in the map
@subashtiwari1010 subashtiwari1010 force-pushed the fix/improve-timeline-11304 branch from 05f1640 to 8c34ae3 Compare January 5, 2026 09:00
@subashtiwari1010 subashtiwari1010 marked this pull request as ready for review January 5, 2026 09:17
@subashtiwari1010 subashtiwari1010 changed the title Feat: #11304 Improve the layout of the timeline plugin and widgets tray by putting them in footer Feat: #11304 Improve the layout of the timeline plugin by putting widgets tray in footer Jan 5, 2026
@subashtiwari1010 subashtiwari1010 linked an issue Jan 5, 2026 that may be closed by this pull request
6 tasks
Comment on lines 398 to 403
{
"name": "WidgetsTray",
"cfg": {
"containerPosition": "footer"
}
}
Copy link
Contributor

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

Copy link
Contributor Author

@subashtiwari1010 subashtiwari1010 Jan 5, 2026

Choose a reason for hiding this comment

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

For this, the widget tray is rendered, but it is not displayed properly. So, condition have been added to display the widget collapse button in same place when in mobile view.
image

@allyoucanmap allyoucanmap merged commit f9a698e into geosolutions-it:master Jan 5, 2026
11 checks passed
@allyoucanmap
Copy link
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

@tdipisa tdipisa added backport 2025.02.xx and removed BackportNeeded Commits provided for an issue need to be backported to the milestone's stable branch labels Jan 7, 2026
@offtherailz
Copy link
Member

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Improving timeline layout

4 participants