dev > main#60
Merged
Merged
Conversation
Implement owner & profile morph relations
…view and security_reviews relations Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…eview and security_reviews relations Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…view content types Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…iew and security-review content types Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…view content type Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…w and security-review relations Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…ageId/security-scan-result Replace old plugin-submissions/template-submissions split path and submissionId variable with the unified /packages/:packageId route. Update Extract Payload node to read packageId from the trigger body instead of submissionId. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
… relation fields
SubmissionList: replace flat `business_review_status` / `security_review_status`
fields on PluginSubmission with the nested relation shape returned by
listSubmissions (`business_review: { status? }` object). The security column now
shows a neutral dash since security_review status is managed by the scan
machinery, not surfaced as a flat field. Badge rendering reads the nested status
safely via optional chaining with a "pending" fallback.
ReviewPanel: rename `business_review_notes` → `notes` in both the saveReview and
approve mutation payloads to match the field name the service destructures.
Remove `security_review_status` and `security_review_notes` from both payloads —
the service never handled them and they were silently dropped.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…Strapi v5 route config
…and reusable components
Feat/submissions workflow
- submission.ts: wrap signUpEmail in try/catch so local dev without an email provider doesn't abort user creation (Better Auth writes the record before sending, so we re-check the DB on failure) - avatar-pile: filter(Boolean) before slicing to guard against null items in the pile crashing the render - template.tsx: guard null owner before rendering the "By <author>" link; replace non-null url_path assertion with ?? "#" fallback - fetch-navigation.ts: early-return when STRAPI_UI_URL/TOKEN are unset instead of firing a request to an undefined URL; simplify headers - navigation.tsx: remove "use server" directive
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.