Skip to content

Support "show more" in "All day" in week view #2386

Closed
@gnapse

Description

@gnapse

Clear and concise description of the problem

When you have too many all-day events, it can become cumbersome in the week view:

CleanShot 2023-03-24 at 10 44 40@2x

Suggested solution

Add a "show more" that would show a popup, just as with day cells in month view

Alternative

I added this CSS rule:

.rbc-allday-row {
  max-height: 110px;
  overflow: auto;
}

And it mitigates the issue, but not a great UX:

CleanShot 2023-03-24 at 10 47 11

Additional context

Full Calendar seems to support it:

image

Validations

  • Read the docs.
  • Check that there isn't already an issue that request the same feature to avoid creating a duplicate.

Would you like to open a PR for this feature?

  • I'm willing to open a PR

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions