-
Notifications
You must be signed in to change notification settings - Fork 1
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
Pulling fix/add-content into develop #949
Conversation
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the Finishing Touches
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
… "Add Content" for clarity The text displayed in the ContentManagerMenuItem component has been updated from "Manage Content" to "Add Content" to provide clearer functionality for users interacting with the menu item.
40af239
to
a7480b9
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #949 +/- ##
========================================
Coverage 87.61% 87.61%
========================================
Files 361 361
Lines 19215 19215
Branches 788 782 -6
========================================
Hits 16835 16835
Misses 2373 2373
Partials 7 7 |
The truncateEmail utility function is added to the common utils folder in two different applications. This function is used to truncate the domain part of an email address, making it useful for displaying only the username part of an email.
The changes introduce a new utility function `truncateEmail` to truncate email addresses for privacy reasons. The function is used in both EditView and EditableView components to display a truncated version of the user's email instead of their full name.
…uncateEmail function The fullName variable has been refactored to editedBy for better clarity and consistency. The truncateEmail function is now used to display a truncated version of the user's email address.
49aacf5
to
281129c
Compare
…o optimize bundle size The fp-ts/string replace function was not being used in the EditView component, so it was removed to optimize the bundle size and improve overall performance.
No description provided.