-
Notifications
You must be signed in to change notification settings - Fork 33
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
feat: add activity and catalog tabs to budget detail page in LCM #1048
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #1048 +/- ##
==========================================
+ Coverage 83.00% 83.20% +0.19%
==========================================
Files 415 422 +7
Lines 8944 9006 +62
Branches 1835 1841 +6
==========================================
+ Hits 7424 7493 +69
+ Misses 1479 1473 -6
+ Partials 41 40 -1
☔ View full report in Codecov by Sentry. |
<h3>Budget Name</h3> | ||
<p>TODO</p> |
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.
[context] Placeholder behind feature flag for catalog tab entry point.
@@ -0,0 +1,41 @@ | |||
import { useEffect, useState } from 'react'; |
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.
[context] Unchanged. Just moved to standalone file from previous index.js
file.
b31b7eb
to
2fa50cf
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.
Everything looks good locally!
)} | ||
</> | ||
); | ||
if (offerType === BUDGET_TYPES.ecommerce) { |
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.
Maybe a comment here explaining these two if statements and the different kinds of budgets (learner credit and offers) that we're rendering might make this a bit more readable?
Description
ENT-7714
With feature flag DISABLED
With feature flag ENABLED
When visiting budget detail page route that doesn't exist
For all changes
Only if submitting a visual change