Skip to content

Mermaid fixes#18

Merged
mambax7 merged 1 commit into
XOOPS:masterfrom
mambax7:master
Apr 28, 2026
Merged

Mermaid fixes#18
mambax7 merged 1 commit into
XOOPS:masterfrom
mambax7:master

Conversation

@mambax7

@mambax7 mambax7 commented Apr 28, 2026

Copy link
Copy Markdown
Contributor

No description provided.

Copilot AI review requested due to automatic review settings April 28, 2026 11:07
@coderabbitai

coderabbitai Bot commented Apr 28, 2026

Copy link
Copy Markdown

Warning

Rate limit exceeded

@mambax7 has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 31 minutes and 42 seconds before requesting another review.

To keep reviews running without waiting, you can enable usage-based add-on for your organization. This allows additional reviews beyond the hourly cap. Account admins can enable it under billing.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 47a9d4d7-01bb-42e4-bad6-4fb67ed13157

📥 Commits

Reviewing files that changed from the base of the PR and between 4857a2c and 018324f.

📒 Files selected for processing (3)
  • apps/docs-27/public/mermaid-init.js
  • apps/docs-4x/public/mermaid-init.js
  • package.json
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

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.

@mambax7 mambax7 merged commit 1d14df6 into XOOPS:master Apr 28, 2026
1 of 2 checks passed

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR addresses Mermaid rendering reliability for the Starlight docs sites and improves a workspace build script’s cross-shell compatibility.

Changes:

  • Update build:all to use double quotes around the pnpm filter pattern (more Windows-friendly than single quotes).
  • Ensure Mermaid rendering runs on normal page load (DOMContentLoaded / immediate) in addition to astro:page-load navigation events for static Starlight pages.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.

File Description
package.json Adjusts build:all quoting for better cross-platform script execution.
apps/docs-4x/public/mermaid-init.js Adds an initial-page-load render path so Mermaid diagrams render even without Astro’s client router.
apps/docs-27/public/mermaid-init.js Same initial-page-load render fix as docs-4x for Mermaid diagrams.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants