Conversation
WalkthroughThis pull request modifies the calendar utility functions to refactor event property computations. The isPersonalEvent flag is now determined solely by comparing the extracted calendar base UUID against the user ID, removing the organizer dependency. The editable flag has been restructured to require all three conditions: isPersonalEvent, isOrganiser, and not pending. The priority flag logic is simplified to return 1 whenever isPersonalEvent is true, independent of pending status. Possibly related PRs
Suggested labels
Suggested reviewers
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 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 |
fff1008 to
8433730
Compare
Related to #520
docker image on eriikaah/twake-calendar-front:issue-520-display-glitch-when-opening-event
Summary by CodeRabbit