Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Fixes issue #413: Set max width of event slot in week & day view #416

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

shubham-jitiya-simform
Copy link

@shubham-jitiya-simform shubham-jitiya-simform commented Oct 25, 2024

Description

Use maxWidth to define the maximum width of event slot. If enough space is available, the event slot will use the specified max width. Otherwise, it will reduce to fit all events in the cell. If max width is not specified, slots will expand to fill the cell.

Checklist

  • The title of my PR starts with a Conventional Commit prefix (fix:, feat:, docs: etc).
  • I have followed the Contributor Guide when preparing my PR.
  • I have updated/added tests for ALL new/updated/fixed functionality.
  • I have updated/added relevant documentation in docs and added dartdoc comments with ///.
  • I have updated/added relevant examples in examples or docs.

Breaking Change?

  • Yes, this PR is a breaking change.
  • No, this PR is not a breaking change.

Related Issues

Closes #413

@shubham-jitiya-simform shubham-jitiya-simform changed the title feat: set event tile width in week view feat: Fixes issue #413: Set event tile width in week view Oct 28, 2024
@shubham-jitiya-simform shubham-jitiya-simform changed the title feat: Fixes issue #413: Set event tile width in week view feat: Fixes issue #413: Set max event tile width in week view Oct 28, 2024
@shubham-jitiya-simform shubham-jitiya-simform changed the title feat: Fixes issue #413: Set max event tile width in week view feat: Fixes issue #413: Set max width of event slot in week & day view Oct 28, 2024
@shubham-jitiya-simform shubham-jitiya-simform force-pushed the feature/event_tile_width branch 7 times, most recently from 0024e37 to 4cc46bd Compare October 28, 2024 10:02
@shubham-jitiya-simform shubham-jitiya-simform marked this pull request as ready for review October 28, 2024 10:16
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.

Event tile widget width
1 participant