Skip to content

Conversation

@rincewound
Copy link

This fixes #1976 by drawing events over each other similar to how Google Calendar does, allowing users to read the text of events that are happening in parallel:
image

@AntonArbandt
Copy link

Nice work :) just one thing:

If a event is in front of a earlier event it is hidden behind the next:
hidden

Clicking on the right of the purple event opens the menu for the event behind it.

@rincewound
Copy link
Author

rincewound commented Jan 7, 2026

Here's a first attempt at a fix:
image

While this works to some extend. However the second event in column 0 is now overdrawn. Ideally we'd not try to even draw the text for this event. Also the right border of the overlapping events seems to be a couple of pixels short.

I guess, there's some more work to do.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[enhancement] Stacked view of overlapping events

2 participants