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

[16.0][IMP] UX on event session #424

Open
wants to merge 2 commits into
base: 16.0
Choose a base branch
from

Conversation

PlantBasedStudio
Copy link

Sessions have an unattractive display

I've added the day to each kanban label for greater clarity when you have a lot of sessions and I've removed the display of the end date if the session ends on the same day as the start date.

Here's a small example of the new behaviour:

image

By the way, I've updated a few French translations

@@ -363,7 +365,7 @@
t-esc="luxon.DateTime.fromISO(record.date_begin.raw_value).toFormat('t')"
/></div>
<div
t-if="record.date_begin.raw_value !== record.date_end.raw_value"
t-if="luxon.DateTime.fromISO(record.date_begin.raw_value).toISODate() !== luxon.DateTime.fromISO(record.date_end.raw_value).toISODate()"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this change really needed?

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.

3 participants