Draft: window: Implement scroll to event for the month view
When searching for an event outside the scope of the month view, the event-popover tries no matter what to appear at the right relative position, until it breaks.
To solve this, I update the active date to be the one of the searched event, which scrolls the view to show the corresponding event. The popover is then triggered, and appears at the right position.
Partially fixes #355.
Currently, when searching for an event, the GcalWindow automatically changes to the month view. This merge request only solves the problem of scroll to event for the month view, and doesn't aim to change the previous behavior. Thus, the week view and the sidebar view (when on mobile size) still don't benefit from the search, as this was the case before.
Edited by Enzo MAROS