Skip to content

move to production - #3625

Merged
Baalmart merged 29 commits into
masterfrom
staging
Jun 11, 2026
Merged

move to production#3625
Baalmart merged 29 commits into
masterfrom
staging

Conversation

Codebmk and others added 10 commits June 10, 2026 05:45
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.
- 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
@coderabbitai

coderabbitai Bot commented Jun 10, 2026

Copy link
Copy Markdown
Contributor

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 27e3eea7-4548-4ed4-a6f5-eb70973788b1

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch staging

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Baalmart and others added 10 commits June 10, 2026 22:36
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)
@Baalmart
Baalmart requested a review from Codebmk June 11, 2026 05:29
Baalmart added 3 commits June 11, 2026 17:52
Fix two-dot diff triggering unnecessary PR preview deployments
…he-Sensor-Manufacturer-Request-Form

Integrate h captcha into the sensor manufacturer request form
@Baalmart
Baalmart merged commit dea1353 into master Jun 11, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants