[API Portal] Fix multiple UI/UX issues - #3065
Conversation
|
Warning Review limit reached
Next review available in: 44 minutes You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: ⛔ Files ignored due to path filters (2)
📒 Files selected for processing (51)
📝 WalkthroughWalkthroughThe portal updates API and MCP settings, chip-based tags, URL validation, AI and tryout visibility, workflow management, mobile navigation, pagination, shared form handling, alerts, and certificate trust. ChangesAPI settings and workflow management
AI and tryout rendering
Mobile sidebar navigation
Portal runtime, feedback, and TLS
Estimated code review effort: 4 (Complex) | ~60 minutes Possibly related PRs
Suggested reviewers: 🚥 Pre-merge checks | ✅ 3 | ❌ 2❌ Failed checks (2 warnings)
✅ Passed checks (3 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
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 |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@portals/api-portal/src/scripts/settings-apis.js`:
- Around line 308-313: Update the paste handler around the input element and
addTag flow to preserve pending input: insert the clipboard text into the input
before committing tags, then call commitTagInput() so existing text such as
“foo” is retained alongside pasted values. Keep the comma-separated parsing and
default paste prevention behavior intact.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Path: .coderabbit.yaml
Review profile: CHILL
Plan: Pro Plus
Run ID: e411b102-8443-42cf-bb74-ff1d74a1b6fe
📒 Files selected for processing (3)
portals/api-portal/src/pages/settings/partials/cfg-apis-panel.hbsportals/api-portal/src/scripts/settings-apis.jsportals/api-portal/src/styles/settings-layout.css
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@portals/api-portal/src/defaultContent/styles/side-bar.css`:
- Around line 303-317: Update the sidebar open/close and breakpoint
synchronization logic for the .sidebar element so the closed drawer is inert and
marked aria-hidden="true", while the open drawer removes inert and restores
aria-hidden="false"; apply both states consistently during opening, closing, and
responsive breakpoint changes, preserving the existing .mobile-open visual
behavior.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Path: .coderabbit.yaml
Review profile: CHILL
Plan: Pro Plus
Run ID: 8d9f2f54-93cb-401d-9b20-965d71416fc8
📒 Files selected for processing (7)
portals/api-portal/src/defaultContent/partials/header.hbsportals/api-portal/src/defaultContent/partials/sidebar.hbsportals/api-portal/src/defaultContent/styles/header.cssportals/api-portal/src/defaultContent/styles/side-bar.cssportals/api-portal/src/scripts/common.jsportals/api-portal/src/scripts/settings-apis.jsportals/api-portal/src/styles/settings-layout.css
🚧 Files skipped from review as they are similar to previous changes (1)
- portals/api-portal/src/scripts/settings-apis.js
6127b6e to
b540165
Compare
Purpose
$subject
Fixes #3086
Fixes #3079
Fixes #3090
Also a set of issues reported under following issue are also fixed:
Summary