fix(admin): update sort key name case as api response#1443
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
📝 WalkthroughSummary by CodeRabbit
WalkthroughStandardizes default sort field names from snake_case to camelCase across several admin list/detail views (e.g., Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~25 minutes Possibly related PRs
Suggested reviewers
Tip Try Coding Plans. Let us write the prompt for your AI agent so you can ship faster (with fewer bugs). Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Pull Request Test Coverage Report for Build 22887660489Details
💛 - Coveralls |
There was a problem hiding this comment.
Actionable comments posted: 1
ℹ️ Review info
⚙️ Run configuration
Configuration used: Path: .coderabbit.yaml
Review profile: CHILL
Plan: Pro
Run ID: 99616745-3dca-4e2c-b7b5-702a81a8b3c6
📒 Files selected for processing (7)
web/sdk/admin/views/organizations/details/apis/index.tsxweb/sdk/admin/views/organizations/details/invoices/index.tsxweb/sdk/admin/views/organizations/details/members/index.tsxweb/sdk/admin/views/organizations/details/projects/index.tsxweb/sdk/admin/views/organizations/details/tokens/index.tsxweb/sdk/admin/views/organizations/list/index.tsxweb/sdk/admin/views/users/list/list.tsx
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
There was a problem hiding this comment.
🧹 Nitpick comments (1)
web/sdk/package.json (1)
71-71: Verify the SDK’s peer floor matches the new Apsara minimum.This bump implies
0.56.6may be part of the runtime fix, but the package still allows@raystack/apsara >=0.30.0on Line 123. If consumers install an older peer, they can miss the behavior this PR depends on. Please confirm the actual minimum supported version and tighten the peer range if0.56.6is now required.Proposed manifest change
"peerDependencies": { - "@raystack/apsara": ">=0.30.0", + "@raystack/apsara": ">=0.56.6", "react": "^18.2.0", "react-dom": "^18.2.0" },
ℹ️ Review info
⚙️ Run configuration
Configuration used: Path: .coderabbit.yaml
Review profile: CHILL
Plan: Pro
Run ID: 4d80097e-f6fa-4dfe-95ec-8d699d447e78
⛔ Files ignored due to path filters (1)
web/pnpm-lock.yamlis excluded by!**/pnpm-lock.yaml
📒 Files selected for processing (2)
web/apps/admin/package.jsonweb/sdk/package.json
Summary
@raystack/apsarato0.56.6Test Plan