fix(editor): better resource wording and availability shortcut#8588
Merged
Conversation
The pending state for a room/resource read "Availability will be checked", which sounds like a check is in progress. The availability is only checked by the server once the event is saved, so reword it to "Will be booked after saving, if available". Also add a "Check availability" shortcut to the resource's actions menu that opens the existing room availability timeline directly, instead of going through "Show all rooms" and finding the room in the list again. Ref #7772 Assisted-by: ClaudeCode:claude-fable-5 Signed-off-by: Christoph Wurst <1374172+ChristophWurst@users.noreply.github.com>
ChristophWurst
requested review from
GVodyanov,
SebastianKrupinski and
tcitworld
as code owners
July 10, 2026 10:25
Member
Author
|
/backport to stable6.5 |
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
ChristophWurst
commented
Jul 10, 2026
Comment on lines
+868
to
+873
| // The cap above is sized for the wide invitees column. In the narrow | ||
| // resources column long statuses would still overflow onto the actions | ||
| // menu, so clamp them to the column width instead. | ||
| .app-full-footer__right :deep(.avatar-participation-status__text) { | ||
| max-width: calc(var(--total-width) / 3 - var(--column-gap) / 2 - 58px - var(--default-clickable-area)) !important; | ||
| } |
Member
Author
There was a problem hiding this comment.
ngl, this is a bodge. but the attendee/resource element is a mess. it is not a proper layout but elements put into place with position:absolute. This needs a restructuring going forward. Ideally we can use a text wrap instead of the ellipsis so the text is always fully readable.
1 task
SebastianKrupinski
approved these changes
Jul 13, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The pending state for a room/resource read "Availability will be checked", which sounds like a check is in progress. The availability is only checked by the server once the event is saved, so reword it to "Will be booked if available".
Also add a "Check availability" shortcut to the resource's actions menu that opens the existing room availability timeline directly, instead of going through "Show all rooms" and finding the room in the list again.
Ellipsis was also fixed, because it overflowed, and a native title now shows the full text on hover.
Ref #7772
Assisted-by: ClaudeCode:claude-fable-5
Screenshots
How to test
🤖 AI (if applicable)