-
-
Notifications
You must be signed in to change notification settings - Fork 876
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
Short events are almost invisible in weekly/daily view #1192
Comments
Hey there, thanks for opening an issue. It's certainly a bit of a weird UX, I think there should be an option to set the minimum height of events on the day and week view and this is something I'll work on adding. In the meantime you can use a fake end date like this to set a minimum height of 30 pixels: https://stackblitz.com/edit/angular-bshxze-wccw8h?file=demo/component.ts You could also use the Let me know if that works for you 😄 |
We already use fake end dates extensively for ical integration, so this feels right at home ;) Thanks, and let me know if a builtin solution becomes available :) |
BREAKING CHANGE: events on the week and day view will now always be at least 30 pixels high by default. To restore the old behaviour you can set `[minimumEventHeight]="1"`. Closes #1192
Hey there, I just released a beta of |
Yep, this fixes it for us :) |
Awesome, that's great to hear! 😄 |
With the event short enough (15 minutes or less) it becomes almost invisible, and certainly unreadable in weekly/daily view with default styling.
Stackblitz example: https://stackblitz.com/edit/angular-bshxze?file=demo%2Fcomponent.ts (forked off of kitchen-sink demo).
Screenshots
Versions
Reproducible on 0.28.5 (latest at the time of writing) on both Angular 8 and 9.
The text was updated successfully, but these errors were encountered: