Remove redundant credits section#1019
Conversation
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ✅ Deployment successful! View logs |
supermemory-mcp | 6268353 | May 29 2026, 02:50 PM |
|
Claude finished @ved015's task in 55s —— View job
Review CompleteOverview: This PR removes redundant usage display from the Credits section and simplifies the dialog structure. Changes:
Previous issue status: The debug artifact Issues found: None. The refactoring is clean and the bug has been addressed. Score: 9/10 — Clean refactoring that reduces redundancy and improves code organization. Ready to merge. |
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
supermemory-app | 6268353 | Commit Preview URL Branch Preview URL |
May 29 2026, 02:51 PM |
There was a problem hiding this comment.
Overview: Removes the redundant usage display from the Credits section and simplifies the credits dialog structure.
Issues found:
- Line 936: Debug artifact
true || hasPaidPlanwill always show the Credits section to all users regardless of subscription status. Should be justhasPaidPlan.
Score: 7/10
The refactoring looks clean, but the debug artifact must be removed before merge — it would expose the credits section to free-tier users who shouldn't see it.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
|
@claude pls review |
|
Claude finished @ved015's task in 44s —— View job
Review CompleteOverview: This PR removes redundant usage display from the Credits section and simplifies the dialog structure. Changes:
Previous issue status: The debug artifact Issues found: None. The refactoring is clean and the bug has been addressed. Score: 9/10 — Clean refactoring that reduces redundancy and improves code organization. Ready to merge. |
There was a problem hiding this comment.
Overview: This PR removes redundant usage display from the Credits section, restructures the Dialog component, and updates button styling.
Issues found:
- Line 940: The debug artifact
true || hasPaidPlanwas fixed in commit582009abut reintroduced in the latest commit49ea8f9. This will show the Credits section to all users regardless of their subscription status.
Score: 7/10
The refactoring is clean otherwise, but the debug artifact must be removed before merge.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
|
@claude pls review the pr |
|
Claude finished @ved015's task in 48s —— View job
Review CompleteOverview: This PR removes redundant usage display from the Credits section, restructures the dialog component, and updates styling for consistency. Changes:
Bug fix verified: The debug artifact Issues found: None Score: 9/10 — Clean refactoring that reduces redundancy and improves code organization. The previous bug has been addressed. Ready to merge. |
Replaced add more credtis with buy credits
Modal colour scheme matches rest of the modals
Primary button and secondary button colour scheme matched
Primary button and secondary button colour scheme matched