Conversation
Introduce a localStorage-based OAuth signed-out flag to avoid bootstrapping backend OAuth flows after an explicit logout: set the flag on logout, clear it when initiating social sign-in or after successful token handoff, and skip backend OAuth bootstrap if the flag is present. Add Google-specific OAuth prompt (select_account). Refactor API URL utilities: add resolveApiOrigin, resolveVersionedApiPath, stripApiSuffix and related helpers to normalize origins/paths, support multiple env vars, and centralize version resolution; remove getApiBaseUrl and update vertex.config to use resolveApiOrigin. Also remove the client-side guard that hid the social auth section when NEXT_PUBLIC_API_URL was missing.
- Implemented `isForbiddenError` utility to check for 403 errors. - Added `AccessDenied` component to handle unauthorized access in ClientDetailsPage, ClientsAdminPage, EmailConfigContent, FeedbackDetailsContent, OrganizationRequestsPage, RoleDetailContent, RolesPermissionsContent, SecurityPageContent, SurveyListPage, UserStatisticsDetailsPage, and UserStatisticsPage.
…CoverageAddMonitorDialog
- Replace ListView(children: [...]) with ListView.builder in location list view and kya page for on-demand tile rendering - Add ShimmerContainer placeholder to lesson card images while loading - Add loadingBuilder to profile page Image.network to show initials during fetch
Add HCaptcha integration to NetworkCoverageAddMonitorDialog and update dependencies
Contributor
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ 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 |
RBAC update on new security endpoints.
…flow - Fix inverted ternary in location_list_view: use selected.isNotEmpty to correctly show "Other Locations" when favorites exist - Replace Column with ListView for shimmer placeholders in kya_page to prevent layout overflow in landscape/small-height screens
Add hasInitiatedBootstrapRef and an early-return in the useEffect to ensure the bootstrap sequence is initiated only once. This prevents the bootstrap logic from running multiple times (for example under React Strict Mode or repeated mounts) by tracking and setting a ref before starting the async bootstrap.
Refactor: Align Vertex Social Auth with Platform & Improve URL Resilience (vertex app)
feat(mobile): add lazy loading and shimmer placeholders
…cturer-Request-Form
Fix two-dot diff triggering unnecessary PR preview deployments
…he-Sensor-Manufacturer-Request-Form Integrate h captcha into the sensor manufacturer request form
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.
Uh oh!
There was an error while loading. Please reload this page.