Add optional event locations to menu - #930
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
🚧 Files skipped from review as they are similar to previous changes (2)
WalkthroughAdds a toggleable event-location feature to MeetingBar: a new ChangesShow Event Location in Menu
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~25 minutes Suggested labels
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## master #930 +/- ##
==========================================
+ Coverage 36.26% 40.00% +3.73%
==========================================
Files 48 48
Lines 5129 5460 +331
Branches 1743 1768 +25
==========================================
+ Hits 1860 2184 +324
- Misses 3213 3221 +8
+ Partials 56 55 -1 ☔ View full report in Codecov by Harness. |
9d05d22 to
0aa3e35
Compare
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 948effc9a0
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
Status
READY
Description
Adds a new menu option, enabled by default, to show an event's room or location under the event title in the status menu.
This keeps room names visible for in-person meetings, while hiding locations that are only meeting links so the menu does not get cluttered with Zoom, Teams, or similar URLs. If a location includes both a room and a link, it is still shown. The full original location remains available in the event details menu.
The second line is also kept aligned with the event title across the existing time display options.
Checklist
Steps to Test or Reproduce
Room A; open the status menu and check that the room appears under the event title.Validation run here:
Summary by CodeRabbit
New Features
Localization
Tests