-
Notifications
You must be signed in to change notification settings - Fork 106
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
EPMRPP-82207 || Add events for Documentation links in Project Settings #3635
EPMRPP-82207 || Add events for Documentation links in Project Settings #3635
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #3635 +/- ##
========================================
Coverage 60.21% 60.21%
========================================
Files 79 79
Lines 857 857
Branches 124 124
========================================
Hits 516 516
Misses 314 314
Partials 27 27 📣 Codecov offers a browser extension for seamless coverage viewing on GitHub. Try it in Chrome or Firefox today! |
8e08a8e
to
0e584a2
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.
I see that this part repeated at least 7 times.
Also I don't see much cases to reuse handleDescriptionClick
and handleDescriptionKeyDown
with the Layout component, so it can be encapsulated somewhere.
What do you think about creating a separate component that will display a formatted description and handle all the necessary events internally? In this case, the Layout description
prop can be a react node.
app/src/components/main/analytics/events/ga4Events/projectSettingsPageEvents.js
Outdated
Show resolved
Hide resolved
0e584a2
to
bfa9742
Compare
bfa9742
to
7ea965e
Compare
...src/pages/inside/projectSettingsPageContainer/content/elements/formattedDescription/index.js
Show resolved
Hide resolved
...projectSettingsPageContainer/content/elements/formattedDescription/formattedDescription.scss
Show resolved
Hide resolved
7ea965e
to
7c56dea
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
No description provided.