Friday, December 18, 2020
1 change · master
Resolved issues and error corrections
Internal users can now more clearly distinguish unpublished events from published ones in the website events list. Unpublished event cards are shown with reduced opacity while keeping the “Unpublished” label prominent, reducing confusion when managing event visibility.
Original PR description
Description of the issue/feature this PR addresses:
In event section, there was no difference between published
and non-published events view(UI). Both published and un-published events looks similar, except
that there is extra tag"Unpublished" with red background, shows that event
is unpublished.
Current behavior before PR:
both publish and non-publish events has same look.
Desired behavior after PR is merged:
Improve the management of non-published things for internal users.
To make different look between that events,
**opacity will apply for each un-published events**. Opacity is applied to
whole unpublished event' UI **except for the tag "Unpublished".**
--
I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr