-
Notifications
You must be signed in to change notification settings - Fork 242
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(editor): improve attendee and resource status display #6520
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #6520 +/- ##
============================================
- Coverage 22.99% 22.97% -0.03%
Complexity 475 475
============================================
Files 252 252
Lines 12117 12128 +11
Branches 2315 2317 +2
============================================
Hits 2786 2786
- Misses 9004 9015 +11
Partials 327 327
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
the status icon is not aligned properly, it should be same everywhere. I remembered i fixed it here: #6580 |
@GretaD try updating the branch locally. The last commit here appears to be older than the merge commit of your fix. |
2f8a224
to
ec5076f
Compare
Is fixed by a rebase. I tested it locally again. |
Signed-off-by: Richard Steinmetz <[email protected]>
ec5076f
to
9c23ed8
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🐘
Resolves #4983
I refactored the logic and moved it to a computed prop to facilitate making use of the schedule status as well.
I also implemented some custom status messages if the scheduling fails for some reason (statuses
3.x
and5.x
).Screenshots
Organizer's view
(In the example above, the user
test
was just added and the event was not saved yet. The same applies to the resourceCroc
.)Attendee's view