fix: hide invitation reply buttons on cancelled event - #8886
Conversation
SebastianKrupinski
left a comment
There was a problem hiding this comment.
Hi @madbob
Thanks for the PR, but there are a couple of issues with it
| visibility: visible; | ||
| display: flex; | ||
| justify-content: flex-start; |
There was a problem hiding this comment.
This seems unrealted
| display: flex; | ||
| justify-content: flex-start; | ||
| visibility: hidden; | ||
| display: none; |
There was a problem hiding this comment.
These changes also seem unrelated
2cdee74 to
7d7dd5a
Compare
|
@madbob I see you addressed the editor mixins' but why do we need the css changes? |
Codecov Report❌ Patch coverage is
📢 Thoughts on this report? Let us know! |
|
I am not crazy about the design choice, the wording is in the wrong place and not very visible. Lets keep the PR to "fix: hide invitation reply buttons on cancelled event" and you can make another PR to "feat: indicate cancelled event" because we'll need to get design involved for those changes. |
Signed-off-by: Roberto Guido <info@madbob.org>
Well that is interesting because the screen captures where with and without your code. |
|
/backport to stable6.6 |
|
/backport to stable6.5 |




Do not include
InvitationResponseButtonsif the event has been cancelled, and add a "This event was cancelled" notice also inEditFull(copied fromEditSimple).Note: changes to the close button for mobile were required to properly accomodate the textual notice.
Fixes #4420